grub-blancco.cfg was still referencing the old PXE LAN IP for kernel, initrd, and archiso_http_srv. Also synced repo copy to match the live BDE-kernel TFTP-based config. Updated iPXE scripts (blancco.ipxe, blancco-debug.ipxe, blancco-chain.ipxe) for the same IP change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
552 B
INI
13 lines
552 B
INI
set default=0
|
|
set timeout=0
|
|
|
|
insmod efinet
|
|
insmod net
|
|
insmod tftp
|
|
net_bootp
|
|
|
|
menuentry "Blancco Drive Eraser" {
|
|
linux (tftp,172.16.9.1)/blancco/vmlinuz-bde-linux archisobasedir=arch archiso_http_srv=http://172.16.9.1/blancco/ copytoram=y cow_spacesize=50% memtest=00 vmalloc=400M ip=dhcp libata.allow_tpm=1 modprobe.blacklist=iwlwifi,iwlmvm,btusb rd.udev.timeout=10
|
|
initrd (tftp,172.16.9.1)/blancco/intel-ucode.img (tftp,172.16.9.1)/blancco/amd-ucode.img (tftp,172.16.9.1)/blancco/config.img (tftp,172.16.9.1)/blancco/initramfs-bde-linux.img
|
|
}
|