>>>>> On Fri, 15 Mar 2002 16:52:15 -0500
        Chris Stransky writes:

CS>     Question - after repartitioning my HD the partitions containing my Linux /boot 
and / mount points were renumbered are no longer accessible and I cannot boot Linux 
using GRUB from my HD and the menu interface.  I get the grub> prompt when it boots.  
If I use the following at the grub> prompt:
CS> 
CS>     root (hd0,5)
CS>     kernel /vmlinuz root = /dev/hda9
CS>     boot

You might edit /boot/grub/menu.lst as fitting new situation.
For example, try to add the following description to your
menu.lst and reboot your system.
---------------------------------------
title test for new entry
        root (hd0,5)
        kernel /vmlinuz root=/dev/hda9
---------------------------------------

CS> so hopefully this doesn't fall into the RTFM category.

What is RTFM?


        Susumu Takuwa









_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to