Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Root block device unspecified...
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
CJC252
n00b
n00b


Joined: 29 Jun 2004
Posts: 3

PostPosted: Wed Jun 30, 2004 1:00 am    Post subject: Root block device unspecified... Reply with quote

Kernel: kernel-2.4.26-gentoo-r3
partition setup:

/dev/hda1 = boot (32mb)
/dev/hda2 = swap (512mb)
/dev/hda3 = root (rest)

gentoo boots up but i am left at a screen that says:

Code:
>> The root block device is unspecified or not detected.
   Please specify a device to boot, or "shell" for a shell...
boot() ::


my grub is:
Code:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.4.26
root (hd0,0)
kernel /kernel-2.4.26-gentoo-r3 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3 ramdisk_size=8192
initrd /initrd-2.4.26-gentoo-r3


the ramdisk size is to get rid of the job control error thing

is there something wrong with my grub.conf?
Back to top
View user's profile Send private message
CJC252
n00b
n00b


Joined: 29 Jun 2004
Posts: 3

PostPosted: Wed Jun 30, 2004 2:58 am    Post subject: Reply with quote

bump. please help :lol:
Back to top
View user's profile Send private message
hepta_sean
Apprentice
Apprentice


Joined: 27 Apr 2004
Posts: 246
Location: Berlin, Germany

PostPosted: Wed Jun 30, 2004 3:07 am    Post subject: Re: Root block device unspecified... Reply with quote

CJC252 wrote:
my grub is:
Code:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.4.26
root (hd0,0)
kernel /kernel-2.4.26-gentoo-r3 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3 ramdisk_size=8192
initrd /initrd-2.4.26-gentoo-r3


the ramdisk size is to get rid of the job control error thing

is there something wrong with my grub.conf?


Perhaps you should try:
Code:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.4.26
root (hd0,0)
kernel (hd0,0)/kernel-2.4.26-gentoo-r3 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3 ramdisk_size=8192
initrd (hd0,0)/initrd-2.4.26-gentoo-r3


And I don't have the
Code:
root (hd0,0)

in my grub.conf, but I suppose it does no harm.
Back to top
View user's profile Send private message
thechris
Veteran
Veteran


Joined: 12 Oct 2003
Posts: 1203

PostPosted: Wed Jun 30, 2004 3:17 am    Post subject: Reply with quote

did you do root (hd0,0) from the grub prompt?

as i recall you need to get root (hd0,0) before setup (hd0) on the grub prompt during the install.
Back to top
View user's profile Send private message
CJC252
n00b
n00b


Joined: 29 Jun 2004
Posts: 3

PostPosted: Wed Jun 30, 2004 1:34 pm    Post subject: Reply with quote

sigh..

I just used lilo and had no problem.
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