insmod part_gpt insmod part_msdos insmod fat insmod iso9660 insmod all_video insmod font set default="0" set timeout=30 # If X has issues finding screens, experiment with/without nomodeset. menuentry "nanodesk %VERSION% Live [EFI/GRUB]" { search --no-floppy --set=root --label NANODESK linux (\$root)/live/vmlinuz boot=live initrd (\$root)/live/initrd } menuentry "nanodesk %VERSION% Live [EFI/GRUB] (nomodeset)" { search --no-floppy --set=root --label NANODESK linux (\$root)/live/vmlinuz boot=live nomodeset initrd (\$root)/live/initrd }