Differences between version 20 and revision by previous author of GrubNotes.
Other diffs: Previous Major Revision, Previous Revision, 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 18 | Last edited on Wednesday, March 1, 2006 10:48:12 am | by RaymondBurgess | 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.
@@ -83,4 +86,10 @@
* [WinGRUB | http://grub4dos.sourceforge.net/]
* [GRUB installer for Windows | http://www.geocities.com/lode_leroy/grubinstall/]
* [GRUB for DOS | http://grub.linuxeden.com/] - Bridging DOS/Windows to Unix/Linux
* [Comparison of GRUB and LILO|http://www-128.ibm.com/developerworks/library/l-bootload.html?ca=dgr-lnxw01LILOandGRUB]
+* [GRUB FAQ | http://www.gnu.org/software/grub/grub-faq.en.html]
+* [GRUB Manual | http://www.gnu.org/software/grub/manual/html_node/]
+* [GRUB wiki | http://autistici.org/grub/]
+* [Linux+Win9x+Grub HOWTO | http://www.tldp.org/HOWTO/Linux+Win9x+Grub-HOWTO/]
+* [Multiboot with GRUB Mini-HOWTO | http://www.tldp.org/HOWTO/Multiboot-with-GRUB.html]
+* [APC guide to dual-booting Vista/XP/Linux | http://apcmag.com/5162/the_definitive_dual_booting_guide_linux_vista_and_xp ]