Skip to content

Instantly share code, notes, and snippets.

@errordeveloper
Created March 25, 2019 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save errordeveloper/1711353bc812009c00a95c616ec62dbd to your computer and use it in GitHub Desktop.
Save errordeveloper/1711353bc812009c00a95c616ec62dbd to your computer and use it in GitHub Desktop.
#!ipxe
set base-url http://192.168.0.5
kernel ${base-url}/homebox-kernel initrd=homebox-initrd.img console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0
initrd ${base-url}/homebox-initrd.img
boot || goto local
:local
kernel /boot/homebox-kernel initrd=homebox-initrd.img console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0
initrd /boot/homebox-initrd.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment