Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Tahoe (26.x) attempts hit two unfixable upstream issues: 1. The Tahoe BaseSystem recovery image from fetch-macOS-v2.py is missing /usr/standalone/i386/x86legacyap.im4m, which boot.efi now requires. Confirmed by verbose boot output: "EB.LD.OFS[OPEN] x86legacyap.im4m" followed by Err(0xE) <- EB.LD.LF (file not found inside the volume). 2. OSX-KVM's bundled OpenCore.qcow2 lacks the kern.hv_vmm_present workaround needed for Tahoe (kholia/OSX-KVM PR #273 is still open). Even after adding those patches, switching SMBIOS to MacPro7,1 and enabling SecureBootModel=Default, the missing im4m file inside the BaseSystem itself blocks boot. Sequoia (15.x, Darwin 24) is the community-tested baseline: - AMD_Vanilla patches apply unmodified (no MaxKernel bumps needed) - OSX-KVM bundled OpenCore.qcow2 boots out of the box (no patching) - Xcode 16 + GitHub Actions runner + UE plugin builds all work fine Changes: - installer DataVolume: macos-tahoe-builder-iso -> macos-sequoia-installer - Provisioning docs: fetch-macOS-v2.py -s sequoia, ~2.5 GB raw size, explanation of why Tahoe was abandoned
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release: Dev → Main
2 atomic commits ready for main
Bug Fixes
7e3fb4c)Chores
b55f148)This PR is automatically maintained by CI — KBVE Studio