Skip to content

Instantly share code, notes, and snippets.

@zsmithnyc
Last active April 1, 2019 01:36
Show Gist options
  • Save zsmithnyc/3fa564d4f7565c36378116a99be7a388 to your computer and use it in GitHub Desktop.
Save zsmithnyc/3fa564d4f7565c36378116a99be7a388 to your computer and use it in GitHub Desktop.
ubuntu 14.04 test
#!ipxe
dhcp
echo Starting Ubuntu 10.04.4 x64 installer for ${hostname}
set base-url http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/
kernel ${base-url}/linux console=ttyS1,115200n8 cloud-config-url=http://metadata.packet.net/metadata
initrd ${base-url}/initrd.gz
imgargs linux auto=true fb=false priority=critical console=ttyS1,115200n8 preseed/locale=en_GB kbd-chooser/method=gb preseed/url=https://gist.githubusercontent.com/rupello/624aecfc5b5c4f07927e57ac38edea1b/raw/8bc16149f384149cfbc842718ff4030141560128/ubuntuPreseed.cfg DEBCONF_DEBUG=5
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment