mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user