Raise CriticalException if filesystem.module, kernel or initrd are not present
[grml2usb.git] / grml2usb.8.txt
index fdbc51e..32436fc 100644 (file)
@@ -26,11 +26,12 @@ just pressing enter on the bootprompt or wait until the boot timeout matches).
 
 [IMPORTANT]
 By default a compatible master boot record (MBR) is installed on the device
-(being for example /dev/sdX when executing 'grml2usb grml.iso /dev/sdX1')
-and grub is being used as default bootloader. Avoid installation of the
-default MBR using the --skip-mbr option or if you encounter any problems
-with the default MBR consider using --syslinux-mbr instead. If bootloader
-grub doesn't work for you check out the --syslinux option.
+(being for example /dev/sdX when executing 'grml2usb grml.iso /dev/sdX1') and
+grub is being used as default bootloader. Avoid installation of the default MBR
+using the '--skip-mbr' option or if you encounter any problems with the default
+MBR consider using '--syslinux-mbr' instead. If bootloader grub doesn't work for
+you check out <<faq,the FAQ section of this document>> or consider using the
+'--syslinux' option.
 
 [[options]]
 Options
@@ -533,13 +534,14 @@ you do not have a Debian system please see section <<download,Where can I get
 grml2usb?>> in this FAQ.
 
 [[fat16]]
-Why do I have to use a FAT16 filesystem?
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You have to use a FAT16 filesystem only if you consider using syslinux. Syslinux
-(currently) does not support any other filesystems. If you want to use another
-filesystem (like ext2/3) just don't use syslinux (drop the \--syslinux option)
-but use the default bootloader (grub) instead.
+Why do I have to use a FAT16/FAT32 filesystem?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You have to use a FAT16/FAT32 filesystem only if you consider using syslinux.
+Syslinux (currently) does not support any other filesystems. If you want to use
+another filesystem (like ext2/3) just don't use syslinux (drop the \--syslinux
+option) but use the default bootloader (grub) instead. Note that FAT32 is
+supported since syslinux version 3.0.
 
 [[cool-idea]]
 I think I've got a really cool idea!