kmutil returns: Error: Invalid Mach-O boot properties
See original GitHub issueI’ve tried following the QuickStart instructions to the dot on a MacBook Pro with M1 Pro. The mac came with macOS monteray pre-installed.
However, I hit a snag when trying to use kmutil
:
-bash-3.2# kmutil configure-boot -c m1n1.macho -C -v /Volumes/Linux
By setting a custom boot object, you will be putting your system into Permissive Security.
Are you sure you want to do this? (enter y or n) y
found valid Mach-O binary, deriving Mach-O boot properties...
Error Domain=KMErrorDomain Code=71 "Fileset Error: Invalid Mach-O boot properties" UserInfo={NSLocalizedDescription=Fileset Error: Invalid Mach-O boot properties}
Any ideas?
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
kmutil fails when booted into OS o… | Apple Developer Forums
"kmutil load" will fail to load a 3rd party kernel extension when booted into an OS on an external drive. The same kernel...
Read more >Progress Report: January / February 2021 - Asahi Linux
Welcome to the first Asahi Linux Progress Report! In this series we'll be taking a page from the Dolphin playbook and giving you...
Read more >KMUTIL(8)
It is dynamically built by kernelmanagerd(8) and prelinked against the boot kext collection and, if present, the system kext collection. On Apple Silicon...
Read more >trying to run kextutil on kext file returns permissions error
But I'm getting the following error: admins-Mac-mini:Debug admin$ kextutil -n -t /tmp/ssvac.kext Skipping staging and system policy checks ...
Read more >Porting Linux to M1 MAC is really hard! – 5G编程聚合网
Apple chip Mac And the bootloader can't display the GUI ... Image.gz > m1n1-kernel.macho that will do ), Then use Apple's tools kmutil...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We need to figure out what changed. The goal of this project is to make things work, not to work around problems.
This works fine now. Thank you!