Skip to content

Instantly share code, notes, and snippets.

@detiber
Forked from displague/rhcos.ipxe
Last active November 11, 2020 21:22
Show Gist options
  • Save detiber/c0439f2b8fcc644d680a55078c8b5710 to your computer and use it in GitHub Desktop.
Save detiber/c0439f2b8fcc644d680a55078c8b5710 to your computer and use it in GitHub Desktop.
#!ipxe
dhcp net0
kernel http://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.6/4.6.1/rhcos-live-kernel-x86_64 console=ttyS1,115200n8 coreos.live.rootfs_url=http://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.6/4.6.1/rhcos-live-rootfs.x86_64.img coreos.inst.install_dev=/dev/sda rd.net.timeout.carrier=30 coreos.inst.platform_id=packet coreos.inst.persistent-kargs="console=ttyS1,115200n8"
initrd http://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.6/4.6.1/rhcos-live-initramfs.x86_64.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment