Anandraj wrote:
Now it works after makingsome changes in the grub.conf
all i did was, in the grub.conf changed the
kernel /vmlinuz-2.6.10-rc3 ro root=LABLE=/ rhgb quiet
to
kernel /vmlinuz-2.6.10-rc3
but, i have no idea , this works! can anybody shed some light on this ?
There's a repeated typo in your root=LABLE=/ entry, since it should be LABEL instead of LABLE.
That entry tells the kernel to look for a filesystem which contains a label in its superblock that matches the one you gave via grub.
Cheers,
Jon.
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/