View previous topic :: View next topic |
Author |
Message |
wllxtt n00b
Joined: 13 Dec 2005 Posts: 1
|
Posted: Tue Dec 13, 2005 6:07 pm Post subject: Booting Problem on Alpha machine |
|
|
I followed the instructions but it failed at the fist reoobt.
VFS:Cannot open root device "sdb2" or unknow-block(0,0)
Please append a correct "root=" boot option.......
My fstab is
/dev/sdb2 / ext3 noatime 0 1
/dev/sdb1 / swap sw 0 0
The aboot.config
0:2/boot/vmlinux.gz root=/dev/sdb2
Thanks!! |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Tue Dec 13, 2005 6:10 pm Post subject: |
|
|
Moved from Installing Gentoo to Gentoo on Alternative Architectures.
You'll probably have a better chance getting an answer here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
jeffd n00b
Joined: 22 Apr 2004 Posts: 22 Location: Mass
|
Posted: Wed Dec 14, 2005 6:38 am Post subject: |
|
|
For you aboot.conf entry, try:
0:2/boot/vmlinux.gz ro root=/dev/sdb2
since your / filesystem is ext3. |
|
Back to top |
|
|
|