diff options
author | Matěj Laitl <matej@laitl.cz> | 2011-10-11 21:08:52 +0200 |
---|---|---|
committer | Matěj Laitl <matej@laitl.cz> | 2011-10-11 21:08:52 +0200 |
commit | ca6e355e2770b49c1a6f227543c21c29ccf3407f (patch) | |
tree | d9680e8ea36fdd21929c1217897533bff955562f | |
parent | GRUB 2 Guide: add section about backing up a bootloader (diff) | |
download | scarabeus-ca6e355e2770b49c1a6f227543c21c29ccf3407f.tar.gz scarabeus-ca6e355e2770b49c1a6f227543c21c29ccf3407f.tar.bz2 scarabeus-ca6e355e2770b49c1a6f227543c21c29ccf3407f.zip |
GRUB 2 Guide: move section that mentions `grub2-install` where it chronologically belongs
-rw-r--r-- | docs/grub-2-guide.xml | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/docs/grub-2-guide.xml b/docs/grub-2-guide.xml index 02fac52..a28bea3 100644 --- a/docs/grub-2-guide.xml +++ b/docs/grub-2-guide.xml @@ -151,6 +151,32 @@ easily render your system impossible to boot. </section> <section> +<title>Variant A: Installing on a PC with BIOS and a MBR-Partitioned Disk</title> +<body> + +<note> +This variant requires that you have "pc" in your GDUB_PLATFORMS. Your hardware +also needs to have a PC-BIOS or to emulate it. +</note> + +<p> +Installation of GRUB 2 is similar to installation of GRUB Legacy. +</p> + +<pre caption="Installing GRUB 2 on /dev/sda"> +grub2-install --no-floppy <keyword>/dev/sda</keyword> +</pre> + +<impo> +If you get ANY errors during this step do not reboot your computer, +but make sure it is fixed. Your computer won't boot if installation +failed. +</impo> + +</body> +</section> + +<section> <title>Configuring GRUB 2</title> <body> @@ -349,29 +375,4 @@ partition. </section> </chapter> -<chapter> -<title>Installation of GRUB 2</title> -<section> -<title>Installing on some MBR/GPT directly</title> -<body> - -<p> -Installation of GRUB 2 is similar to installation of GRUB Legacy. -</p> - -<pre caption="Installing GRUB 2 on /dev/sda"> -grub2-install --no-floppy /dev/sda -</pre> - -<impo> -If you get ANY errors during this step do not reboot your computer, -but make sure it is fixed. Your computer won't boot if installation -failed. -</impo> - -</body> -</section> - -</chapter> - </guide> |