public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yaroslav Klyukin <slava@klyukin.com>
To: Ram Gupta <ram.gupta5@gmail.com>
Cc: linux mailing-list <linux-kernel@vger.kernel.org>
Subject: Re: booting without initrd
Date: Fri, 09 Jun 2006 16:44:01 -0400	[thread overview]
Message-ID: <4489DD91.4060404@klyukin.com> (raw)
In-Reply-To: <728201270606070913g2a6b23bbj9439168a1d8dbca8@mail.gmail.com>

Ram Gupta wrote:
> I am trying to boot with 2.6.16  kernel at my desktop running fedora
> core 4 . It does not boot without initrd generating the message "VFS:
> can not open device "804" or unknown-block(8,4)
> Please append a correct "root=" boot option
> Kernel panic - not syncing : VFS:Unable to mount root fs on
> unknown-block(8,4)
> 
> I have disabled the module support & built in all modules/drivers for
> ide/scsi/sata but it does not boot. I have to disable the module as I
> need a statically built  kernel.

Depending on the type of SATA you use, the hard disk may be called either /dev/sda or /dev/hda
libata emulates SCSI, so it will be called /dev/sda

Find out which partition is /
Eg: /dev/sda2

Then append root=/dev/sda2 to the kernel boot prompt.
If you are using grub, press "e" for "edit".

All that will work given that you have built the proper IDE or SCSI drivers into the kernel.
Also, make sure you have built the proper filesystem support into the kernel too.

> 
> If someone could describe the way to boot without initrd it will be great.
> 
> Thanks in advance for your cooperation.
> Ram Gupta
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


      parent reply	other threads:[~2006-06-09 20:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-07 16:13 booting without initrd Ram Gupta
2006-06-07 18:00 ` Jan Engelhardt
2006-06-08 17:40 ` Rahul Karnik
2006-06-08 14:39   ` Mark Lord
2006-06-08 17:58     ` David Lang
2006-06-08 19:56     ` Mark Rustad
2006-06-08 20:32     ` Måns Rullgård
2006-06-09  0:40   ` Arjan van de Ven
2006-06-09  1:43     ` Paul Dickson
2006-06-09  3:33       ` Joe Korty
2006-06-09 20:44 ` Yaroslav Klyukin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4489DD91.4060404@klyukin.com \
    --to=slava@klyukin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ram.gupta5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox