Last active
April 1, 2019 01:36
-
-
Save zsmithnyc/3fa564d4f7565c36378116a99be7a388 to your computer and use it in GitHub Desktop.
ubuntu 14.04 test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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