Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Block device /dev/hdd3 is not a valid root device...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
sorrison
n00b
n00b


Joined: 22 Jun 2005
Posts: 6

PostPosted: Wed Jun 22, 2005 5:06 am    Post subject: Block device /dev/hdd3 is not a valid root device... Reply with quote

I've installed linux on an AMD64 and installation went well but when i reboot i get this

Code:

[b]Block device /dev/hdd3 is not a valid root device...[/b]
The root block device is unspecified or not detected.
Please specify a device to boot, or "shell" for a shell...


My grub is
Quote:

root (hd0,0)
kernel /kernel-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3 udev
initrd /initrd-2.6.11-gentoo-r11


I installed it the way the installation manual for amd64 said (used genkernel)
Can anyone help me???
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2308
Location: Bretagne

PostPosted: Wed Jun 22, 2005 8:19 am    Post subject: Reply with quote

It looks like you've been installing grub to the wrong drive! Grub happens to mess up with sd* drives.

The best thing to do is to install it with the script (see in the gentoo handbook, it looks like grub-instal-- ....) and aftrwards, grub will show you a small table displayin' your different drives.
It looks like that:
kernel name | grub name
for example:
hda | hd0
You should reinstall it and show us this little table and your /etc/fstab as well. :wink:
Back to top
View user's profile Send private message
cwall64
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2003
Posts: 128
Location: Houston, TX

PostPosted: Wed Jun 22, 2005 2:30 pm    Post subject: Reply with quote

It could also be not building the correct modules into the kernel. I have had this issue with SCSI drives, you need to build the kernel with the correct device drivers for the hard drive build in, not as modules.
_________________
Intel Core2Quad Q9400
Gigabyte GA-EP45-UD3P
8GB DDR2-1066 RAM OCZ
GeForce 9600GT
5x Seagate 1TB 7200.12 (4x Software RAID5)
Gentoo 64-bit
Back to top
View user's profile Send private message
sorrison
n00b
n00b


Joined: 22 Jun 2005
Posts: 6

PostPosted: Thu Jun 23, 2005 1:48 am    Post subject: Reply with quote

sorry its not a scsi it was meant to say /dev/hdd3

anyway i fixed it all i needed to to was change grub.conf from
Code:
root=/dev/ram0 real_root=/dev/hdd3

to
Code:
root=/dev/hdd3


cheers anyway for your help
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum