Skip to content

Instantly share code, notes, and snippets.

@surajssd
Created June 1, 2022 08:03
Show Gist options
  • Save surajssd/08ea4a47c7a2052c7711fa61daed4028 to your computer and use it in GitHub Desktop.
Save surajssd/08ea4a47c7a2052c7711fa61daed4028 to your computer and use it in GitHub Desktop.
Boot Ubuntu on Packet Using iPXE
#!ipxe
dhcp net0
set base-url http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/ubuntu-installer/amd64/
kernel ${base-url}/linux console=ttyS1,115200n8
initrd ${base-url}/initrd.gz
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment