On Monday 11 February 2002 10:33, you wrote: > I am trying to install RTlinux3.1 with kernel patch 2.4.4 on RedHat Linux > 7.2 (kernel version 2.4.7) > > After rebooting the PC I am getting the error msg. > > > VFS cannot open root device "303" or 03:03 > Kernel Panic - VFS unable to mount root fs on 03.03 > > what i have to do? Hi, this message pops up if the kernel isn't able to make sense of what it finds on a given device. As it is supposed to be to root-device (the basic system), this isn't good. One (or more) of the following points may be the problem: - you forgot a line in lilo.conf (or grup.conf) telling which is the root-device (lilo:"root=", grub:"root()"), or the given device is a wrong one - you didn't put ext2fs in the kernel, or more general, the kernel doesn't support your filesystem (ReiserFS or so). Exception: if you have installed ext3, you can still go with ext2, they are compatible.
If this doesn't help, post your grub.conf Greets ineiti -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
