2019-02-02 12:22:52 +01:00
|
|
|
INCLUDE boot/syslinux/sysresccd_head.cfg
|
|
|
|
|
|
|
|
|
|
LABEL sysresccd
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Boot the SystemRescueCd live medium.
|
|
|
|
|
ENDTEXT
|
|
|
|
|
MENU LABEL Boot SystemRescueCd using default options
|
2020-02-01 10:45:45 +01:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
2019-02-02 12:22:52 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
|
|
|
|
|
|
|
|
|
LABEL sysresccd_copytoram
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Boot the SystemRescueCd live medium and copy system to RAM
|
|
|
|
|
ENDTEXT
|
2020-08-23 12:25:44 +02:00
|
|
|
MENU LABEL Boot SystemRescueCd and copy system to RAM (copytoram)
|
2020-02-01 10:45:45 +01:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
2019-02-02 12:22:52 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
|
|
|
|
|
2020-04-13 15:39:22 +02:00
|
|
|
LABEL sysresccd_checksum
|
|
|
|
|
TEXT HELP
|
2020-08-18 09:21:24 +02:00
|
|
|
Boot SystemRescueCd and verify the integrity of the live medium
|
2020-04-13 15:39:22 +02:00
|
|
|
ENDTEXT
|
2020-08-23 12:25:44 +02:00
|
|
|
MENU LABEL Boot SystemRescueCd and verify integrity of the medium (checksum)
|
2020-04-13 15:39:22 +02:00
|
|
|
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
|
|
|
|
|
|
2020-08-18 09:21:24 +02:00
|
|
|
LABEL sysresccd_nomodeset
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Boot using basic display drivers to avoid display issues
|
|
|
|
|
ENDTEXT
|
2020-08-23 12:25:44 +02:00
|
|
|
MENU LABEL Boot SystemRescueCd using basic display drivers (nomodeset)
|
2020-08-18 09:21:24 +02:00
|
|
|
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
|
|
|
|
|
|
2020-05-17 09:43:27 +02:00
|
|
|
LABEL sysresccd_findroot
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Boot from a Linux operating system installed on the disk
|
|
|
|
|
ENDTEXT
|
2020-08-23 12:25:44 +02:00
|
|
|
MENU LABEL Boot a Linux operating system installed on the disk (findroot)
|
2020-05-17 09:43:27 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
LABEL sysresccd_break
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Stop during the boot process before mounting the root filesystem
|
|
|
|
|
ENDTEXT
|
|
|
|
|
MENU LABEL Stop during the boot process before mounting the root filesystem
|
|
|
|
|
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% break
|
|
|
|
|
|
2019-02-02 12:22:52 +01:00
|
|
|
INCLUDE boot/syslinux/sysresccd_tail.cfg
|