docs: add 'grub-probe: error: unknown filesystem'
authorMichael Prokop <mika@grml.org>
Mon, 15 Jun 2009 23:40:16 +0000 (01:40 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 15 Jun 2009 23:40:16 +0000 (01:40 +0200)
debian/changelog
grml2usb.8.txt

index e32a847..687e732 100644 (file)
@@ -31,8 +31,9 @@ grml2usb (0.9.8) UNRELEASED; urgency=low
     - mention the dd approach
     - mention grml2iso
     - improve section link names for the online version
     - mention the dd approach
     - mention grml2iso
     - improve section link names for the online version
+    - add 'grub-probe: error: unknown filesystem'
 
 
- -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 00:27:30 +0200
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 01:39:53 +0200
 
 grml2usb (0.9.7) unstable; urgency=low
 
 
 grml2usb (0.9.7) unstable; urgency=low
 
index 995c8a5..bc044a9 100644 (file)
@@ -462,6 +462,23 @@ The following message:
 
 This is "normal". Just ignore it.
 
 
 This is "normal". Just ignore it.
 
+[[unknown-filesystem]]
+grub-install fails with grub-probe: error: unknown filesystem?!
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The following message:
+
+  grub-probe: error: unknown filesystem
+  Auto-detection of a filesystem module failed.
+  Please specify the module with the option `--modules' explicitly.
+
+usually means that the device partition table says something else than the
+filesystem on the device. For example using FAT16 as filesystem type and
+using FAT32 as filesystem on the partition will not work. Either set filesystem
+type to FAT32 or format the partition using FAT16. It is essential that
+device partition table and filesystem use the same filesystem type.
+
+
 [[splash-xpm]]
 I'm getting something like "Error: /usr/share/grml2usb/grub/splash.xpm.gz can not be read"!?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [[splash-xpm]]
 I'm getting something like "Error: /usr/share/grml2usb/grub/splash.xpm.gz can not be read"!?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~