mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[PR #1526] [MERGED] EFI: Add floppy images #2997
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#2997
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?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1526
Author: @xesxen
Created: 10/28/2024
Status: ✅ Merged
Merged: 11/8/2024
Merged by: @antonym
Base:
development← Head:development📝 Commits (1)
f122171Add EFI floppy images📊 Changes
4 files changed (+24 additions, -0 deletions)
View changed files
📝
roles/netbootxyz/defaults/main.yml(+8 -0)📝
roles/netbootxyz/tasks/generate_disks_efi.yml(+14 -0)📝
roles/netbootxyz/vars/debian.yml(+1 -0)📝
roles/netbootxyz/vars/ubuntu.yml(+1 -0)📄 Description
This adds floppy generation for the DHCP and DHCP-snp EFI boot images.
Some of the systems I have access to support uploading a floppy image to the IPMI interface to boot the server from. The IPMI interface supports booting ISO's, but only via a Samba share, therefore requiring external resources.
As the server itself is EFI-enabled this allows you to boot netboot.xyz in EFI mode without having to make network changes (PXE boot or Samba share) or require physical presence (USB thumbdrive, CD image).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.