Blancco boot configs: update IP from 10.9.100.1 to 172.16.9.1
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>
This commit is contained in:
14
boot-tools/blancco/blancco-chain.ipxe
Normal file
14
boot-tools/blancco/blancco-chain.ipxe
Normal file
@@ -0,0 +1,14 @@
|
||||
#!ipxe
|
||||
|
||||
dhcp
|
||||
echo SAN booting Blancco ISO...
|
||||
sanboot http://172.16.9.1/blancco/blancco.iso || goto failed
|
||||
goto end
|
||||
|
||||
:failed
|
||||
echo
|
||||
echo FAILED!
|
||||
prompt Press any key for iPXE shell...
|
||||
shell
|
||||
|
||||
:end
|
||||
Reference in New Issue
Block a user