[ipxe-devel] Transform syslinux menu.c32/menu.cfg to ipxe menu

Thomas Glanzmann thomas at glanzmann.de
Fri Sep 7 17:41:17 UTC 2012


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



More information about the ipxe-devel mailing list