INCLUDE boot/syslinux/sysresccd_head.cfg LABEL sysresccd TEXT HELP Boot the SystemRescue live medium. ENDTEXT MENU LABEL Boot SystemRescue using default options LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed LABEL sysresccd_copytoram TEXT HELP Boot the SystemRescue live medium and copy system to RAM ENDTEXT MENU LABEL Boot SystemRescue and copy system to RAM (copytoram) LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed copytoram LABEL sysresccd_checksum TEXT HELP Boot SystemRescue and verify the integrity of the live medium ENDTEXT MENU LABEL Boot SystemRescue and verify integrity of the medium (checksum) LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed checksum LABEL sysresccd_nomodeset TEXT HELP Boot using basic display drivers to avoid display issues ENDTEXT MENU LABEL Boot SystemRescue using basic display drivers (nomodeset) LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed nomodeset LABEL sysresccd-serial TEXT HELP Use a serial console. ENDTEXT MENU LABEL Boot SystemRescue with serial console (ttyS0,115200n8) LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed console=tty0 console=ttyS0,115200n8 LABEL sysresccd-nomdlvm TEXT HELP Do not activate md raid or lvm to prevent any unwanted disk writes, for example for forensics or restoring data from broken media. ENDTEXT MENU LABEL Boot SystemRescue, do not activate md raid or lvm (nomdlvm) LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed nomdlvm LABEL sysresccd_findroot TEXT HELP Boot from a Linux operating system installed on the disk ENDTEXT MENU LABEL Boot a Linux operating system installed on the disk (findroot) LINUX boot/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed 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/x86_64/vmlinuz INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img APPEND archisobasedir=sysresccd archisolabel=RESCUE906 iomem=relaxed break INCLUDE boot/syslinux/sysresccd_tail.cfg