cdrom: add serial console to uEFI menu

this is only needed on systems that support both video out and serial
console to force serial.
This commit is contained in:
Arne Fitzenreiter
2024-10-24 08:20:17 +02:00
parent e91ae5e75a
commit 0c0af35ebc

View File

@@ -33,6 +33,22 @@ submenu 'Other Installation Options -->' {
}
}
submenu 'Serial Console -->' {
menuentry 'Install NAME VERSION ARCH (serial console)' --class ipfire --class gnu-linux --class gnu --class os {
linux /boot/isolinux/vmlinuz console=ttyS0,115200n8 novga
initrd /boot/isolinux/instroot
}
menuentry 'Unattended installation (serial console)' --class ipfire --class gnu-linux --class gnu --class os {
linux /boot/isolinux/vmlinuz installer.unattended console=ttyS0,115200n8 novga
initrd /boot/isolinux/instroot
}
menuentry 'memtest86+ (serial console)' {
linux /boot/isolinux/memtest console=ttyS0,115200n8
}
}
submenu 'Tools -->' {
menuentry 'memtest86+' {
linux /boot/isolinux/memtest