]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Installation): Document embedding zone. Remove
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 16 Oct 2010 21:38:30 +0000 (23:38 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 16 Oct 2010 21:38:30 +0000 (23:38 +0200)
obsolete grub-install example.

ChangeLog
docs/grub.texi

index 4a06eaefab0b6fceac35c66779a61d22664ef7fc..7fa6586d1d6d5f21a58eb5ba2cd4565f17483ba3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-16  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi (Installation): Document embedding zone. Remove
+       obsolete grub-install example.
+
 2010-10-16  Szymon Janc <szymon@janc.net.pl>
 
        * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel):
index 4995b1df7f655695abb5d90c0d401d2ae0b8c9a2..1bf652e15fd28312236d77865ef24652e39a2d06 100644 (file)
@@ -559,6 +559,8 @@ always. Therefore, GRUB provides you with a map file called the
 @dfn{device map}, which you must fix if it is wrong. @xref{Device
 map}, for more details.
 
+On BIOS platforms GRUB has to use a so called embedding zone. On msdos partition tables it's the space between MBR and first partition (called MBR gap), on GPT partition it uses a BIOS Boot Partition (a partition having type 21686148-6449-6e6f-744e656564454649). If you use GRUB on BIOS be sure to supply at least 31 KiB of embedding zone (512KiB or more recommended).
+
 If you still do want to install GRUB under a UNIX-like OS (such
 as @sc{gnu}), invoke the program @command{grub-install} (@pxref{Invoking
 grub-install}) as the superuser (@dfn{root}).
@@ -579,18 +581,6 @@ Likewise, under GNU/Hurd, this has the same effect:
 # @kbd{grub-install /dev/hd0}
 @end example
 
-If it is the first BIOS drive, this is the same as well:
-
-@example
-# @kbd{grub-install '(hd0)'}
-@end example
-
-Or you can omit the parentheses:
-
-@example
-# @kbd{grub-install hd0}
-@end example
-
 But all the above examples assume that GRUB should use images under
 the root directory. If you want GRUB to use images under a directory
 other than the root directory, you need to specify the option
@@ -629,7 +619,6 @@ using @command{grub-install}. Don't do that, however, unless you are very
 familiar with the internals of GRUB. Installing a boot loader on a running
 OS may be extremely dangerous.
 
-
 @node Making a GRUB bootable CD-ROM
 @section Making a GRUB bootable CD-ROM