Skip to content

Instantly share code, notes, and snippets.

@vielmetti
Created June 20, 2017 13:19
Show Gist options
  • Save vielmetti/44c8e626ac78e9d7e44ade976f2faaab to your computer and use it in GitHub Desktop.
Save vielmetti/44c8e626ac78e9d7e44ade976f2faaab to your computer and use it in GitHub Desktop.
#!ipxe
dhcp
set base-url http://ftp.debian.org/debian/dists/stretch/main/installer-arm64/current/images/netboot/debian-installer/arm64/
kernel ${base-url}/linux console=ttyAMA0,115200 raid=noautodetect
initrd ${base-url}/initrd.gz
shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment