Drucken

--> Voraussetzung(en):

Download der ISO-Datei:

cd /srv/iso
wget -v https://osdn.net/projects/systemrescuecd/storage/releases/6.1.0/systemrescuecd-amd64-6.1.0.iso
mkdir /srv/pxe/sysrescue_x64
mount -o loop /srv/iso/systemrescuecd-amd64-6.1.0.iso /srv/pxe/sysrescue_x64

Der Eintrag in der menu-main.ipxe:

:sysrescue
set root-path ${boot-url}sysrescue_x64/
kernel ${root-path}sysresccd/boot/x86_64/vmlinuz
initrd ${root-path}sysresccd/boot/intel_ucode.img
initrd ${root-path}sysresccd/boot/amd_ucode.img
initrd ${root-path}sysresccd/boot/x86_64/sysresccd.img
imgargs vmlinuz initrd=sysresccd.img ip=dhcp dodhcp setkmap=de dostartx archisobasedir=sysresccd archiso_http_srv=${boot-url}sysrescue_x64
boot || goto failed

Auch hier wird uns später der Wechsel auf eine aktuellere ISO-Datei leicht fallen.