Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot find root
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
Gwyd10n
n00b
n00b


Joined: 09 Jun 2003
Posts: 41
Location: Long Beach

PostPosted: Thu Sep 11, 2003 8:50 pm    Post subject: Cannot find root Reply with quote

Hello all,
I am running into an issues where the kernel cannot find the root partation.
Here is the sys info

    PII 450
    198MB Ram
    8 gb Scsi drive
    Adaptec scsi controler
    3 parttitions
    /dev/sda1 = boot
    /dev/sda2 = swap
    /dev/sda3 = root

The fstab looks as follows
Code:

/dev/sda1             /boot           reiserfs   noauto,noatime,notail      1 1
/dev/sda3             /               reiserfs      noatime                       0 0
/dev/sda2             none            swap            sw                        0 0
/dev/cdroms/cdrom0    /mnt/cdrom     iso9660       noauto,ro   0 0


when the system boots the kernel the options get passed ok yet it errors saying


Quote:
Cannot open root device""
Please append a correct "root=" boot option

Here is my grub.conf

Code:
default 0
timeout 15
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Linux
root (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda3


I can boot with the live cd and mount /dev/sda3 all day long but for some reason the options are not getting correctly passed to the kernel...
I have scsi disk support compiled into the kernel and I'm rather lost as to what to look at next....
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