Quote:
Originally Posted by Simon Bridge
Look for that line in your grub.conf ... delete the "1".
|
Thanks Simon for your response but that didn't help. Same error was reported this time too:
mkrootdev: label =/ not found
mount: error 6 mounting ext3
mount: error 2 mounting none
.....
Actually, on running the mount -l command, I found the following info:
/dev/sda2 on / type ext3 (rw) [/1]
none on /proc type proc (rw)
none on /sys type sysfs (rw)
which shows that the label is "/1" and not "/".
1. Why is this label not found with new kernel when its running fine with the old kernel?
2. What's the reason for these mount issues?
Regards,
gdkool