Linux - repair "grub loading stage2 ..."

#use Linux Installation CD to boot the computer

# Enter into rescue mode
shell> linux rescue

shell> chroot /mnt/sysimage
shell> /sbin/grub-install /dev/hda
shell> exit
shell> reboot

Comments