LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Grub, booting problems. (https://www.linuxquestions.org/questions/linux-general-1/grub-booting-problems-274043/)

UltimatePower 01-05-2005 03:23 AM

Grub, booting problems.
 
Greetings, i''m using Gentoo.
I've got troubles with booting at gentoo.
The kernel has been compiled with Genkernel
It says as startup:
Kernel Panic: VFS: Unable to mount root fs

I've got these information in grub.conf

default 0
timeout 9
splashimage(hd0,0)grub/slash.xmpf

title=Gentoo Startup
root (hd0,0)
kernel (hd0,0)/kernel-2-6-7-gentoo-r11 root=/dev/sda3
initrd (hd0,0)/initrd-2-4.26-gentoo-r14


I'm sure it's SDA, due vmware simulates only SDA drivers.

I'm very gladd, if this could be fixed somehow.

jrtayloriv 01-05-2005 03:54 AM

Your problem might be these two lines.:

kernel (hd0,0)/kernel-2-6-7-gentoo-r11 root=/dev/sda3
initrd (hd0,0)/initrd-2-4.26-gentoo-r14

I believe they should be as follows:

kernel /kernel-2-6-7-gentoo-r11 root=/dev/sda3
initrd /initrd-2-4.26-gentoo-r14

hope this helps,
jrtayloriv

UltimatePower 01-05-2005 04:01 AM

Same error

oneandoneis2 01-05-2005 04:46 AM

What filesystem are you using on the root partition, and has support for it been compiled into the kernel?


All times are GMT -5. The time now is 09:34 PM.