X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb.8.txt;h=8e8cce14e0fd53a1d7af81c54617ad058fa8a329;hp=e3aa82745d7de5473aff4bd3bf659285d8377d38;hb=720511236081735978b7eda933743d41cb3ac768;hpb=fda45f75bd50ded8c2929d202c5c9d66d8aeae24 diff --git a/grml2usb.8.txt b/grml2usb.8.txt index e3aa827..8e8cce1 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -347,6 +347,17 @@ 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. +grub-install complains about /sbin/grub-install and/or xfs_freeze?! +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The following message: + + You shouldn't call /sbin/grub-install. Please call /usr/sbin/grub-install instead! + xfs_freeze: specified file ["/tmp/tmpqaBK6z/boot/grub"] is not on an XFS filesystem + +... is "normal". grub-install sends those messages to stderr. To avoid hiding any +possible real error messages grml2usb doesn't ignore those messages. + Why do I have to use a FAT16 filesystem? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~