diff --git a/scripts/grub.cfg b/scripts/grub.cfg index d45588c..5119909 100644 --- a/scripts/grub.cfg +++ b/scripts/grub.cfg @@ -80,4 +80,8 @@ menuentry --hotkey=j --id=serial 'Start $vendor Installation (115200 baud)' { linux /vmlinuz gfxpayload=text quiet nomodeset boot=live toram=filesystem.squashfs $gfx_console $serial_console initrd /initrd.img } -insmod bli + +# Skip loading the bli module when booting from the installer ISO +if [ ! -f /.disk/info ]; then + insmod bli +fi