X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb.8.txt;h=18cd91f96087b24ae0d3e24aa2a30e945d6dc91d;hp=bf22fa8afc6c3ddde244db68d76290aa7990906f;hb=e80e2018a7c357e0a590fec548e66f2a53a180c4;hpb=800d6557a0a49f6971385b46d6b0b05f12809972 diff --git a/grml2usb.8.txt b/grml2usb.8.txt index bf22fa8..18cd91f 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -331,6 +331,13 @@ Providing both files allows grml2usb to install grub on the target device no matter which grub version is available on the host where grml2usb is executed on. +grub-install fails with 'The file ../boot/grub/stage1 not read correctly"?! +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Check whether the partition has the right partition type. For example do NOT use +FAT16 (partition type 6) when using a ext3 filesystem on the partition but +instead use the correct partition type ('83' - Linux) then. + Why do I have to use a FAT16 filesystem? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~