set default=0 set timeout=0 set gfxpayload=text insmod all_video insmod efi_gop insmod efinet insmod net insmod http net_bootp efinet0 net_bootp efinet1 net_bootp efinet2 net_bootp efinet3 # Boot Ubuntu kernel + small custom initramfs (kexec-initrd.img). # The custom init brings up the NIC (drivers baked in at build time: # e1000e, igb, igc, bnxt_en, tg3, bnx2, b44, r8169, atlantic, ... # much broader than Blancco's native vmlinuz-bde-linux ships with), # HTTP-fetches the Blancco rootfs (airootfs.sfs + native kernel + # initramfs) from this PXE server, overlay-mounts the rootfs, then # kexecs into Blancco's environment. # # Previous native-kernel path (linux ...vmlinuz-bde-linux via TFTP) # was abandoned because Blancco's kernel ships with a narrow NIC # driver set that fails on modern Dell Latitude 5330/5440 and # newer 'Pro' series with Intel I225/I226 NICs - "no network card # found" at the Blancco UI after TFTP load succeeds. menuentry "Blancco Drive Eraser" { linux (http,10.9.100.1)/blancco/vmlinuz-ubuntu ip=dhcp initrd (http,10.9.100.1)/blancco/kexec-initrd.img }