Skip to content

Instantly share code, notes, and snippets.

@cron410
Created December 9, 2019 20:22
Show Gist options
  • Save cron410/bb26a4a92a51ddb0628f52f35547ae3d to your computer and use it in GitHub Desktop.
Save cron410/bb26a4a92a51ddb0628f52f35547ae3d to your computer and use it in GitHub Desktop.
CoreOS iPXE Autologin
\#\!ipxe
set base-url http://stable.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos\_production\_pxe.vmlinuz initrd=coreos\_production\_pxe\_image.cpio.gz coreos.first\_boot=1 coreos.autologin=tty0
initrd ${base-url}/coreos\_production\_pxe\_image.cpio.gz
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment