Skip to content

Instantly share code, notes, and snippets.

@dne
Created October 29, 2020 16:00
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 dne/843860f7b825aa0e910f237dc59b0970 to your computer and use it in GitHub Desktop.
Save dne/843860f7b825aa0e910f237dc59b0970 to your computer and use it in GitHub Desktop.
Chain loading OpenBSD from Syslinux
serial 0
timeout 150
prompt 1
default openbsd
label openbsd
com32 /syslinux/chain.c32
append hd0 4
label miniroot
kernel /syslinux/memdisk
initrd /openbsd/miniroot60-com0.fs
append harddisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment