Skip to content

Instantly share code, notes, and snippets.

@mcoms
Forked from robinsmidsrod/ubuntu-amd64-installer.ipxe
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcoms/9294264 to your computer and use it in GitHub Desktop.
Save mcoms/9294264 to your computer and use it in GitHub Desktop.
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
shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment