Results 1 to 2 of 2
I installed gentoo from the 50mb liveCD, all has gone fine apart from this kernel panic, i boot up get to grub, boot into gentoo then loads a few modules, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-06-2006 #1Just Joined!
- Join Date
- Apr 2006
- Location
- West Sussex
- Posts
- 37
kernel error
I installed gentoo from the 50mb liveCD, all has gone fine apart from this kernel panic, i boot up get to grub, boot into gentoo then loads a few modules, then get:
But my partion table looks likeCode:VFS: Cannot open root device "hda3" or an unkown block(0,0) Please append a correct "root=" boot option kernel panic - not syncing: VFS: Unable to mount rootfs on unkown block(0,0)
I have added all the IDE modules to my kernel.conf andCode:/dev/hda1 ==/boot /dev/hda2 ==swap /dev/hda3 ==/
gives meCode:lspci | grep ide
My grub menu.lst isCode:0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
Any ideas?Code:default 0 timeout 10 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux 2.6.17 root (hd0,0) kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda3 title=Gentoo Linux 2.6.17 (rescue) root (hd0,0) kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda3 init=/bin/bb
- 10-06-2006 #2
I believe its the problem with root(0,0). Since you root is /dev/hda3 I think you should change it to root(0,2). See if that works.


Reply With Quote
