diff --git a/scripts/grub.cfg b/scripts/grub.cfg index ea3f31a..cf9106b 100644 --- a/scripts/grub.cfg +++ b/scripts/grub.cfg @@ -49,3 +49,9 @@ menuentry --hotkey=i 'Start TrueNAS SCALE Installation' { linux /vmlinuz gfxpayload=text quiet nomodeset boot=live toram=filesystem.squashfs console=ttyS0,9600 console=tty0 initrd /initrd.img } +menuentry --hotkey=j 'Start TrueNAS SCALE Installation (115200 baud)' { + load_video + set background_color=black + linux /vmlinuz gfxpayload=text quiet nomodeset boot=live toram=filesystem.squashfs console=ttyS0,115200 console=tty0 + initrd /initrd.img +}