#!ipxe ## ## Run "di-netboot-assistant rebuild-menu" when you modify this file. ## set 210:string tftp://${next-server}/ menu iPXE Boot Menu #item --gap -- -- Customized Boot Entries -- ## Use a temporary package cache during installation, other default locale, install etckeeper: #item customized Debian stable (amd64) + tmp-pkg-cache + locale ## Chainload another ipxe menu: #item othermenu load another menu item --gap -- -- Netboot Installer Images -- # END_INSTALLER_MENU # do not remove this marker item --gap -- -- Packaged Netboot Installer and Live Images -- # END_PKG_LIVE_MENU # do not remove this marker item --gap -- ======================================== item chainload Chainload PXElinux (BIOS) or Grub (UEFI) item exit Exit to BIOS/EFI choose --default exit --timeout 600000 target && goto ${target} :chainload iseq ${platform} efi && chain ${210:string}d-i/n-a/bootnetx64.efi \ || chain ${210:string}d-i/n-a/pxelinux.0 :customized kernel ${210:string}d-i/n-a/stable/amd64/linux initrd=initrd.gz \ locale?=de_DE mirror/http/proxy?=http://192.168.122.1:3142/ \ pkgsel/include=etckeeper preseed/late_command="rm -fv /target/etc/apt/apt.conf" --- initrd ${210:string}d-i/n-a/stable/amd64/initrd.gz boot :othermenu chain tftp://example.org/d-i/n-a/othermenu.ipxe # ####################################################################