public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device
@ 2005-11-09 18:00 Michael Shaw
  2005-11-09 18:53 ` Neil Bothwick
  2005-11-09 18:55 ` Richard Fish
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Shaw @ 2005-11-09 18:00 UTC (permalink / raw
  To: gentoo-user

Hi all,

I just tried to install Gentoo 2005.1 on a computer with one 9GB SCSI.  
When booting, I get the following error:

~~~~~~~~~~~~~~~~~~~~~
Block device /dev/sda3 is not a valid root device
The root block device is unspecified or not detected
~~~~~~~~~~~~~~~~~~~~~

I tried other block devices (dev/sda1 etc) to no avail

My grub.conf.is as follows:
~~~~~~~~~~~~~~~~~~~~~
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Woohoo Gentoo
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.13-gentoo-r5 root=/dev/ram0 
init=/linuxrc ramdisk=8192 real_root=/dev/sda3 udev
initrd /initramfs-genkernel-x86-2.6.13-gentoo-r5
~~~~~~~~~~~~~~~~~~~~~

My fstab is as follows:
~~~~~~~~~~~~~~~~~~~~~
   
/dev/sda1        /boot            ext2            noauto,noatime        1 2
/dev/sda3        /                   ext3            noatime          
         0 1
/dev/sda2        none            swap            sw                    
      0 0
/dev/hdc        /mnt/cdrom    iso9660        noauto,ro                0 0
#/dev/fd0       /mnt/floppy    auto            noauto                    
   0 0

   
proc            /proc                proc        defaults    0 0
   
shm            /dev/shm            tmpfs        nodev,nosuid,noexec    0 0
~~~~~~~~~~~~~~~~~~~~~

Hope someone can help, as it's getting awfully irritating using a CD-ROM 
to boot the system (which isn't necessary very often).

Mike
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device
  2005-11-09 18:00 [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device Michael Shaw
@ 2005-11-09 18:53 ` Neil Bothwick
  2005-11-09 19:10   ` Michael Shaw
  2005-11-09 18:55 ` Richard Fish
  1 sibling, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2005-11-09 18:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

On Wed, 09 Nov 2005 10:00:49 -0800, Michael Shaw wrote:

> I just tried to install Gentoo 2005.1 on a computer with one 9GB SCSI.  
> When booting, I get the following error:
> 
> ~~~~~~~~~~~~~~~~~~~~~
> Block device /dev/sda3 is not a valid root device
> The root block device is unspecified or not detected
> ~~~~~~~~~~~~~~~~~~~~~

Do you have the drivers for your SCSI controller compiled into the
kernel, not as modules.


-- 
Neil Bothwick

There are two standards for anything...
One for the U.S. and one for the rest of the world.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device
  2005-11-09 18:00 [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device Michael Shaw
  2005-11-09 18:53 ` Neil Bothwick
@ 2005-11-09 18:55 ` Richard Fish
  2005-11-09 19:50   ` Michael Shaw
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Fish @ 2005-11-09 18:55 UTC (permalink / raw
  To: gentoo-user

On 11/9/05, Michael Shaw <mshaw@dowco.com> wrote:
> Hi all,
>
> I just tried to install Gentoo 2005.1 on a computer with one 9GB SCSI.
> When booting, I get the following error:
>
> ~~~~~~~~~~~~~~~~~~~~~
> Block device /dev/sda3 is not a valid root device
> The root block device is unspecified or not detected
> ~~~~~~~~~~~~~~~~~~~~~

Most likely you need to reconfigure and rebuild your kernel with SCSI
disk support and the driver for your SCSI controller compiled into the
kernel, not as a module (=Y, not =M).

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device
  2005-11-09 18:53 ` Neil Bothwick
@ 2005-11-09 19:10   ` Michael Shaw
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shaw @ 2005-11-09 19:10 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:

>On Wed, 09 Nov 2005 10:00:49 -0800, Michael Shaw wrote:
>
>  
>
>>I just tried to install Gentoo 2005.1 on a computer with one 9GB SCSI.  
>>When booting, I get the following error:
>>
>>~~~~~~~~~~~~~~~~~~~~~
>>Block device /dev/sda3 is not a valid root device
>>The root block device is unspecified or not detected
>>~~~~~~~~~~~~~~~~~~~~~
>>    
>>
>
>Do you have the drivers for your SCSI controller compiled into the
>kernel, not as modules.
>
>
>  
>
Not to the best of my knowledge.  I guess that would do it.  I just 
assumed they would be there, in the genkernel.  I'll give it a whirl and 
see what I can find.

Thanks
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device
  2005-11-09 18:55 ` Richard Fish
@ 2005-11-09 19:50   ` Michael Shaw
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shaw @ 2005-11-09 19:50 UTC (permalink / raw
  To: gentoo-user

Richard Fish wrote:

>On 11/9/05, Michael Shaw <mshaw@dowco.com> wrote:
>  
>
>>Hi all,
>>
>>I just tried to install Gentoo 2005.1 on a computer with one 9GB SCSI.
>>When booting, I get the following error:
>>
>>~~~~~~~~~~~~~~~~~~~~~
>>Block device /dev/sda3 is not a valid root device
>>The root block device is unspecified or not detected
>>~~~~~~~~~~~~~~~~~~~~~
>>    
>>
>
>Most likely you need to reconfigure and rebuild your kernel with SCSI
>disk support and the driver for your SCSI controller compiled into the
>kernel, not as a module (=Y, not =M).
>
>-Richard
>
>  
>
Thanks.  I'll trt it.  Have to wait for an opportunity to reboot the 
machine to see how well it works

Mike
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-09 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-09 18:00 [gentoo-user] Boot Problems: /dev/sda3 is not a valid root device Michael Shaw
2005-11-09 18:53 ` Neil Bothwick
2005-11-09 19:10   ` Michael Shaw
2005-11-09 18:55 ` Richard Fish
2005-11-09 19:50   ` Michael Shaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox