Announcement

Collapse
No announcement yet.

Grub just sits after reboot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Grub just sits after reboot

    Hey, I looked around the forums for this issue but couldn't find anything that was just right.

    After I install I install grub on my main boot partition, I have a 60gb partition (main) with Windows XP and a 10gb partition with linux, so I install GRUB on the main linux partition (the same way I did for fedora core) and restart the system but I just get a message saying "Grub _" and it just sits there doing nothing.

    Any ideas?

    #2
    Re: Grub just sits after reboot

    your going to have to setup grub:

    Code:
    grub> root (hd0,0)     # where your kernel image is located
    grub> setup (hd0)      # where to install grub (usually in the mbr)
    grub> quit
    hd0 is hda
    hd1 is hdb
    hd0,0 is hda1

    then modify your boot line if need by using e for edit, b will boot. Once you get it up and running you'll have to "hard-coat" that boot line /boot/grub/menu.lst

    Comment

    Working...
    X