mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Support 115200 baud in installer for X-Series
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user