On Feb 17, 2008 5:01 PM, pankaj patil <[EMAIL PROTECTED]> wrote: > Hi, > I installed Fedora 9 on acer laptop which was smooth. At boot time > time it shows no device found '/dev/root'. > root can not be mount stops. > > At boot time, I boot Fedora giving same commands to grub> and it starts. > Please Note, No changes in commands as they are given in boot. > > please suggest where do I need to change? > > > > -- > Regards, > > Mr. Pankaj Patil, > Mobile: (0) 9960810679 > > -- > ______________________________________________________________________ > Pune GNU/Linux Users Group Mailing List: ([email protected]) > List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail > Send 'help' to [EMAIL PROTECTED] for mailing instructions. >
Have you tried modifying /boot/grub/menu.lst to do permanent change of Grub boot line? OR You have to find which is your mount point e.g. /dev/hda1 is your / partition then create a symbolic link as below ln -s /dev/hda1 /dev/root try this may this will help you -- Rakesh P. Zingade +919420357790 -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
