mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #981] Add OpenBSD for UEFI #1796
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bobberty on GitHub (Aug 30, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/981
Is your feature request related to a problem? Please describe.
The problem is that the current OpenBSD stanza uses MEMDISK and is not UEFI compliant.
Describe the solution you'd like
Add the following stanza to allow for sanboot and UEFI compliance while installing.
:openbsd
sanboot https://cdn.openbsd.org/pub/OpenBSD/6.9/amd64/install69.img
I'm not confident in how to integrate into netboot.xyz proper.
Describe alternatives you've considered
install69.img seems to be the only filesystem with a proper EFI preinstalled.
Additional context
I have tested on amd64 only.