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:
17
boot-tools/blancco/blancco.ipxe
Normal file
17
boot-tools/blancco/blancco.ipxe
Normal file
@@ -0,0 +1,17 @@
|
||||
#!ipxe
|
||||
|
||||
dhcp
|
||||
set server 172.16.9.1
|
||||
|
||||
echo Loading Blancco kernel...
|
||||
kernel http://${server}/blancco/vmlinuz-bde-linux initrd=initrd-combined.img archisobasedir=arch archiso_http_srv=http://${server}/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 nomodeset || goto failed
|
||||
echo Loading initrd (combined)...
|
||||
initrd http://${server}/blancco/initrd-combined.img || goto failed
|
||||
echo All files loaded. Booting now...
|
||||
boot || goto failed
|
||||
|
||||
:failed
|
||||
echo
|
||||
echo Blancco boot FAILED.
|
||||
prompt Press any key to drop to iPXE shell...
|
||||
shell
|
||||
Reference in New Issue
Block a user