On Mon, 2 Jun 2008 16:28:14 -0500, Paul Johnson wrote:

> In case you are stuck at the grub prompt, here's what to do. On my
> system where the /boot partition is in the first partition on the
> first disk-- /dev/sda1 and the / partition is on /dev/sda2, I type
> 
> root (hd0,0)
> kernel vmlinuz... root=/dev/sda2
> initrd initrd...
> boot

You can also simply run

  find /grub/grub.conf

to locate your boot partition. Then load grub.conf directly with

  root (hd0,0)
  configfile /grub/grub.conf

and continue inside the normal GRUB menu.

-- 
Fedora release 9.90 (Rawhide) - Linux 2.6.26-0.33.rc4.fc10.i686
loadavg: 2.70 2.93 2.95

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to