Skip to content

Instantly share code, notes, and snippets.

@mariogrip
Last active December 27, 2017 22:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariogrip/9aa62bb6c33e4f482667de86d2e6bbdf to your computer and use it in GitHub Desktop.
Save mariogrip/9aa62bb6c33e4f482667de86d2e6bbdf to your computer and use it in GitHub Desktop.
#!ipxe
#dhcp
echo Starting Ubuntu arm64 installer for ${hostname}
set base-url http://ports.ubuntu.com/ubuntu-ports/dists/zesty/main/installer-arm64/current/images/netboot
boot ${base-url}/ubuntu-installer/arm64/bootnetaa64.efi url=http://ports.ubuntu.com/ubuntu-ports/dists/artful/main/installer-arm64/current/images/netboot/ubuntu-installer/arm64/grub/grub.cfg
# 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