Loading provider/quintex.md +4 −4 Original line number Diff line number Diff line Loading @@ -198,10 +198,10 @@ latter as follows: ``` echo extracting vmlinuz and initrd from ISO... && mount grml64-small_2022.11.iso /mnt -o loop && cp /mnt/boot/grml64small/* . && mount grml-small-2024.12-amd64.iso /mnt -o loop && cp /mnt/boot/grmlsmallamd64/* . && umount /mnt && ln grml64-small_2022.11.iso grml.iso ln grml-small-2024.12-amd64.iso grml.iso ``` Put `vmlinuz`, `initrd.img` and `grml.iso` on a public HTTPS endpoint. Loading @@ -213,7 +213,7 @@ Also create the following `grml.ipxe` file: kernel https://dal-rescue.torproject.org/vmlinuz initrd https://dal-rescue.torproject.org/initrd.img initrd https://dal-rescue.torproject.org/grml.iso /grml.iso imgargs vmlinuz initrd=initrd.magic boot=live config fromiso=/grml.iso live-media-path=/live/grml64-small noprompt noquick noswap console=tty0 console=ttyS1,115200n8 imgargs vmlinuz initrd=initrd.magic boot=live config fromiso=/grml.iso live-media-path=/live/grml-small-amd64 noprompt noquick noswap console=tty0 console=ttyS1,115200n8 boot ``` Loading Loading
provider/quintex.md +4 −4 Original line number Diff line number Diff line Loading @@ -198,10 +198,10 @@ latter as follows: ``` echo extracting vmlinuz and initrd from ISO... && mount grml64-small_2022.11.iso /mnt -o loop && cp /mnt/boot/grml64small/* . && mount grml-small-2024.12-amd64.iso /mnt -o loop && cp /mnt/boot/grmlsmallamd64/* . && umount /mnt && ln grml64-small_2022.11.iso grml.iso ln grml-small-2024.12-amd64.iso grml.iso ``` Put `vmlinuz`, `initrd.img` and `grml.iso` on a public HTTPS endpoint. Loading @@ -213,7 +213,7 @@ Also create the following `grml.ipxe` file: kernel https://dal-rescue.torproject.org/vmlinuz initrd https://dal-rescue.torproject.org/initrd.img initrd https://dal-rescue.torproject.org/grml.iso /grml.iso imgargs vmlinuz initrd=initrd.magic boot=live config fromiso=/grml.iso live-media-path=/live/grml64-small noprompt noquick noswap console=tty0 console=ttyS1,115200n8 imgargs vmlinuz initrd=initrd.magic boot=live config fromiso=/grml.iso live-media-path=/live/grml-small-amd64 noprompt noquick noswap console=tty0 console=ttyS1,115200n8 boot ``` Loading