Mention the --syslinux option if grub-install fails
[grml2usb.git] / grml2usb
index ae24edb..c4375d7 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -637,7 +637,7 @@ def install_grub(device):
                 proc.wait()
                 if proc.returncode != 0:
                     # raise Exception("error executing grub-install")
-                    logging.critical("Fatal: error executing grub-install (please check the grml2usb FAQ)")
+                    logging.critical("Fatal: error executing grub-install (please check the grml2usb FAQ or use --syslinux)")
                     cleanup()
                     sys.exit(1)
             except CriticalException, error: