enhancement: drop BIOS support for new installs #952
+6
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem:
We need to eventually remove support for legacy BIOS systems. Ensuring new installs can only be performed on UEFI systems is part of that journey.
Solution:
Explain that the installer ISO will only boot on UEFI systems, and that new installs are only possible on UEFI systems. Keep the mention that existing BIOS systems will continue to operate correctly.
Related Issue(s):
harvester/harvester#9854
harvester/harvester#9855
Test plan:
N/A
Additional documentation or context
Right now (2026-01-14), the change to drop BIOS support from the installer ISO has been merged for v1.8.0, but it's still possible to install on BIOS systems via PXE boot. Once the latter is also gone, I'll open another docs PR with a warning on the PXE Boot Installation page indicating what sort of errors will occur when trying to install on BIOS systems via PXE, and also to drop the mention of the
install.force_mbrsetting which will then be redundant.