Penguin

Differences between version 20 and predecessor to the previous major change of GrubNotes.

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

Newer page: version 20 Last edited on Monday, September 10, 2007 5:16:12 pm by IanMcDonald Revert
Older page: version 19 Last edited on Friday, January 26, 2007 2:15:17 pm by IanMcDonald Revert
@@ -4,8 +4,11 @@
  
 __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. 
+  
+Alternatively on many modern distros you can use [grub-install(8)] to do this e.g.  
+ grub-install /dev/hda  
  
 !! I get a grub> prompt on boot 
  
 This means [GRUB] can't find your config file. You can still boot into the system by issuing appropriate commands.