Robin,
> https://gist.github.com/2234639
thank you for this very versatile and extensive example. I got
everything up and running now in matter of minutes. For the people
googling for this:
set menu-timeout 50
:start
menu Boot menu
item disk Boot from disk
item preseed_squeeze_64 Preseed Squeeze 64 installation
choose --default disk --timeout ${menu-timeout} selected || goto cancel
goto ${selected}
:cancel
echo Type exit to get the back to the menu
shell
goto start
:disk
exit
:preseed_squeeze_64
kernel http://10.10.10.1/ipxe/squeezex64/debian-installer/amd64/linux vga=788
interface=auto auto=true netcfg/dhcp_timeout=60
preseed/url=http://10.10.10.1/preseed.cfg hostname=debian domain=gmvl.de
initrd http://10.10.10.1/ipxe/squeezex64/debian-installer/amd64/initrd.gz
boot
Cheers,
Thomas
_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel