]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Installation): Document buggy BIOS install.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 16 Oct 2010 22:46:39 +0000 (00:46 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 16 Oct 2010 22:46:39 +0000 (00:46 +0200)
ChangeLog
docs/grub.texi

index 805f8326d13f1d717f143cbb6587eee7b80336da..fbd4b2752850e43d8f064a9c62aece4c73509d97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi (Installation): Document buggy BIOS install.
+
 2010-10-17  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * docs/grub.texi (Installation): Indent.
index 9a457a073d04b1fe8c7aaba0973d237c8a4473d0..a04e31605721ce632fd950309fad6fe6cdca6402 100644 (file)
@@ -617,6 +617,19 @@ installation. The format is defined in @ref{Device map}. Please be
 quite careful. If the output is wrong, it is unlikely that your
 computer will be able to boot with no problem.
 
+Some BIOSes have a bug of exposing first partition of USB pendrive as a floppy
+instead of exposing pendrive as a hard disk (they call it ``USB-FDD'' boot)
+In such cases you need to install as following:
+
+@example
+# @kbd{losetup /dev/loop0 /dev/sdb1}
+# @kbd{mount /dev/loop0 /mnt/usb}
+# @kbd{grub-install --boot-directory=/mnt/usb/bugbios --force --allow-floppy /dev/loop0}
+@end example
+
+This install doesn't conflict with standard install as long as they are in
+separate directories.
+
 Note that @command{grub-install} is actually just a shell script and the
 real task is done by @command{grub-mkimage} and @command{grub-setup}.
 Therefore, you may run those commands directly to install GRUB, without