Skip to content

Instantly share code, notes, and snippets.

@mcoms
mcoms / ubuntu-minimal-installer.ipxe
Last active August 29, 2015 13:56 — forked from robinsmidsrod/ubuntu-amd64-installer.ipxe
Install Ubuntu 12.04 minimal, i386, non-pae
#!ipxe
dhcp
echo Starting Ubuntu 12.04 i386, non-pae installer for ${hostname}
set base-url http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/installer-i386/current/images/netboot/non-pae/ubuntu-installer/i386
kernel ${base-url}/linux
initrd ${base-url}/initrd.gz
boot ||
# If everything failed, give the user some options
echo Boot from ${base-url} failed
prompt --key 0x197e --timeout 2000 Press F12 to investigate || exit