mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #479] Add Support for FreeBSD #164
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#164
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 @antonym on GitHub (Jan 2, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/479
Get FreeBSD working either with iPXE or with FreeBSD assets. The existing solution was using memdisk to load a raw hard disk image and broke Legacy when the cert used for mfsbsd no longer worked with https.
https://github.com/netbootxyz/netboot.xyz/issues/302
We'd probably want this working with UEFI if possible too so we'd want to move away from the memdisk solution.
@thelamer commented on GitHub (Jan 4, 2020):
You wanna keep this open trying to function with UEFI?
@antonym commented on GitHub (Jan 4, 2020):
We can always revisit later, at least base functionality is working again but over the next few years I think Intel plans on dropping legacy support, so we should always try and favor UEFI when possible. Thanks for knocking this out!