X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=d206f1dbb02945cd3c22406344b391bd4e65d48f;hp=0199fd6e6699d106c6363cd45609e4742042d7f7;hb=b1798d19e92f6c87fb9850e9805e68df6c789646;hpb=92ffc08bb28f73c79f195ded2fba02eeebfe925b diff --git a/grml2usb b/grml2usb index 0199fd6..d206f1d 100755 --- a/grml2usb +++ b/grml2usb @@ -1760,7 +1760,7 @@ def handle_secure_boot(target, efi_img): logging.critical("Fatal: %s", error) sys.exit(1) - grub_cfg = efi_mountpoint + "/boot/grub/grub.cfg" + grub_cfg = search_file("grub.cfg", efi_mountpoint + "/boot/grub/") logging.debug("grub_cfg = %s" % grub_cfg) if not grub_cfg: logging.info(