Penguin

Differences between version 22 and previous revision of GrubNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 22 Last edited on Tuesday, September 11, 2007 2:16:34 pm by IanMcDonald Revert
Older page: version 21 Last edited on Monday, September 10, 2007 5:22:29 pm by IanMcDonald Revert
@@ -1,7 +1,7 @@
 !! I need to reinstall grub in my master boot record 
  
-Boot off a liveCD, and chroot(8) into your main root partition. 
+Boot off a liveCD, and [ chroot(8)] into your main root partition. 
  
 __Remember that grub numbering starts at 0:__ __/dev/hda1__ becomes __(hd0,0)__, etc. 
  
 Run 'grub'. Issue =root (hdx,x)= if you know where your __/boot__ directory is, or use =find /boot/grub/stage1= to find it if you don't. Then issue =setup (hdx)= to install GRUB in the master boot record of drive hdx, or =setup (hdx,x)= to setup inside a partition.