#!ipxe

echo -n Specify hostname Ubuntu 18.04: && read hostname

echo Starting Ubuntu 18.04 remote installer...
set base-url http://pxe.silvenga.com/ubuntu/18.04-remote
kernel linux
initrd initrd.gz
imgargs linux initrd=initrd.gz auto=true fb=false priority=critical hostname=${hostname} preseed/url=${base-url}/preseed.cfg
boot