Fixing Grub
Revision as of 14:33, 6 July 2011 by Chris Tyler (talk | contribs) (Created page with '= Reinstalling the GRUB boot sectors = This is the procedure for installing the boot sectors for grub: # Get to a linux prompt (live disc?) # Start the grub shell: <code>grub</…')
Reinstalling the GRUB boot sectors
This is the procedure for installing the boot sectors for grub:
- Get to a linux prompt (live disc?)
- Start the grub shell:
grub
- Find which partition has the boot files:
find /grub/grub.conf
- output will be something like:
(hd0,0)
- output will be something like:
- Set up the root partition for grub:
root (hd0,0)
# Use the disk and partition numbers from the output of the "find" command - Set up the grub boot sectors:
setup (hd0)