Make BIOS and UEFI boot menus more consistent (boot entries, screen resolution, colors)

This commit is contained in:
fdupoux 2020-08-23 11:25:44 +01:00
parent 8350791321
commit 5ccc3267ac
4 changed files with 15 additions and 10 deletions

View file

@ -1,7 +1,7 @@
SERIAL 0 38400
UI boot/syslinux/vesamenu.c32
MENU TITLE SYSTEM-RESCUE-CD %ISO_ARCH% %ISO_VERSION% (www.system-rescue-cd.org)
MENU BACKGROUND #c00090f0
MENU BACKGROUND #c000a8a8
TIMEOUT 900
MENU WIDTH 78
@ -12,7 +12,7 @@ MENU CMDLINEROW 22
MENU HELPMSGROW 24
MENU HELPMSGENDROW 37
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
# Refer to https://wiki.syslinux.org/wiki/index.php?title=Doc/menu
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU color title 1;31;40 #FFFF0000 #00000000 std

View file

@ -13,7 +13,7 @@ LABEL sysresccd_copytoram
TEXT HELP
Boot the SystemRescueCd live medium and copy system to RAM
ENDTEXT
MENU LABEL Boot SystemRescueCd and copy system to RAM
MENU LABEL Boot SystemRescueCd and copy system to RAM (copytoram)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
@ -22,7 +22,7 @@ LABEL sysresccd_checksum
TEXT HELP
Boot SystemRescueCd and verify the integrity of the live medium
ENDTEXT
MENU LABEL Boot SystemRescueCd and and verify integrity
MENU LABEL Boot SystemRescueCd and verify integrity of the medium (checksum)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% checksum
@ -31,7 +31,7 @@ LABEL sysresccd_nomodeset
TEXT HELP
Boot using basic display drivers to avoid display issues
ENDTEXT
MENU LABEL Boot SystemRescueCd using basic display drivers
MENU LABEL Boot SystemRescueCd using basic display drivers (nomodeset)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
@ -40,7 +40,7 @@ LABEL sysresccd_findroot
TEXT HELP
Boot from a Linux operating system installed on the disk
ENDTEXT
MENU LABEL Boot from a Linux operating system installed on the disk
MENU LABEL Boot a Linux operating system installed on the disk (findroot)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% findroot