|
My computer cannot boot with GRUB, it stopped in "Loading Stage2"
My root partition is /dev/hda2, I just create the boot directory on it, I didn't give boot a separate partition. I used following command to install grub:
grub> root (hd0,1)
grub> setup (hd0,1)
grub> quit
GRUB noticed me when i run setup (hd0,1)
Running "embed /boot/grub/e2fs_stage1_5 (hd0,1)" ... failed (this is not fatal)
How can I install GRUB in this case? :-( |
|