Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Forked from vhotspur/helenos.ipxe
Created October 21, 2012 21:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/3928675 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/3928675 to your computer and use it in GitHub Desktop.
iPXE config fo HelenOS
#!ipxe
# Get the ISO from
# http://www.helenos.org/download
# and unpack the files in /boot/ to the directory
# where this file is placed
# (note that you have to enable more than 8 modules
# for multiboot)
kernel kernel.bin
module ns
module loader
module init
module locsrv
module rd
module vfs
# Only available in current development version
#module logger
module fat
module initrd.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment