- Download the latest zip file from GRUB for DOS and extract the file grldr to C:\
- Run cmd and type:
cd \
attrib +r +s +h boot.ini
edit boot.ini - Append the line
c:\grldr="GRUB"
to the operating systems section, which is usually last. Save and quit. - Type
attrib -r -s -h boot.ini - Reboot and select GRUB from the boot menu.
- From the grub prompt we can repair the system:
find /boot/grub/stage1
root (hdX, Y)
setup (hd0)
reboot
Take care with boot.ini as invalidating this file can render the system unbootable. In this case you must boot by another method, e.g. network, USB, CD or floppy.
No comments:
Post a Comment