I am getting error while starting Linux
" Red Hat nash version 3.0.9 starting
VFS: Cannot open root device "30a" or 03:0a
Pleas append a correct "root=" boot option
kernel panic :VFS: Unable to mount root fs on 03:0a "
any one can help me to solve that problem as i am biggnner Linux User please give me detail answer so i can solve my problem Thanks in Anticipation
kernel panic
Hello!
can anyone help me!
I am trying to install rtlinux-3.1 on to linux-2.6.9 kernel. I have been getting the following error when the systems boots on RTlinux.
VFS: Unable to mount fs
the details of my grub file are as follows:
title RTLinux (2.6.9rtlfree)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9rtlfree ro root=LABEL=/
initrd /boot/initrd-2.6.9rtlfree.img
title PCQLinux 2005 (WhiteHope) (2.6.11-1.14_FC3)
root (hd0,1)
kernel /boot/vmlinuz-2.6.11-1.14_FC3 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.11-1.14_FC3.img
title Windows XP Professional
rootnoverify (hd0,0)
chainloader +1
can anyone give a solution to this problem?
You just confirm that, you
You just confirm that, you have selected correct partition or not.
If you are using GRUB, You may check with this code also,
title rtlinux
root (hd0,1)
kernel /rtzImage ro root = /dev/hda3
here /dev/hda3=ur root file system has been installed
(hd0,1)= second partition for your boot loader installed.
--
visit http://electronica.org.in is a Open source site for learners, beginners and job seekers.
--------
Regards,
Prakash.
hi
Hi,
Have u given below option ..? Give the where your filesystme is installed to which drive. If u give correct path , defiatley it will boot..
kernel /rtzImage ro root = /dev/hda3
I was also struked in same . I cleared that one.
Bheem