Support 115200 baud in installer for X-Series

This commit is contained in:
themylogin
2021-04-08 16:23:08 +02:00
parent 83a3a149c7
commit bf0d92cfb1

View File

@@ -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
}