-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AUTOPILOT] [Extras] macOS boot argument editor unable to find config.plist #115
Comments
Allow me to add here some messages appearing (but passed by the tool so I was only seeing the last error) :
|
Hi, this is currently a known issue and is being investigated. I’ve been doing some triage with other users on discord on this very issue. The config.plist in question does exist and is inside the OpenCore.qcow2 image, which NBD attempts to mount but seems to fail for some people. Thank you for your extra input, and I appreciate your patience with this issue. Best regards |
Thanks for your quick feedback. How couldn´t I be patient ? You made me save hours already with your script. Let me know if I can help in any way. I read you mentioned a Discord, is it a public server ? |
I really appreciate the feedback, that’s nice to hear. As for the discord, it is public and you can join if you want to, but no pressure. Just might be useful for some hands-on support if you need it as it’s much quicker for us to help. https://discord.com/invite/WzWkSsT Cheers |
👍🏽 |
It seems there's something wrong when mounting image. But instead mount/edit, can we try to rebuild image? The problem is there are some files missing and I'm not able to build it. |
Hopefully the issue is rectified through this fix on dev. Feel free to try it early. You can do so with this command and that will fast forward you onto the dev branch.
Many thanks for your patience |
Unfortunately, the problem still exists. Both in branch As a workaround, I commented in script
and did the necessary commands manually.
After
|
Describe the Issue
I might be wrong, but I am assuming AutoPilot is supposed to generate the config.plist file and then give it the right permissions so we could later on have control over it through the extras/macOS boot argument editor.
But when I use the macOS boot argument editor to view or change the options I receive the following message :
Traceback (most recent call last): File "/home/fahed/Repos/ultimate-macOS-KVM/./scripts/extras/boot-args.py", line 236, in <module> plistFile = open("./boot/mnt/EFI/OC/config.plist","r") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: './boot/mnt/EFI/OC/config.plist'
When I use the extras/2. OpenCore Configuration Assistant... to effectively mount the OpenCore partition I find it empty (maybe it is supposed to be empty, but I was expecting some EFI stuff at least, am I wrong ?)
Actually it is not totally empty, there is an empty ESP folder, and when I say empty, there is no hidden files after
ls -al
Reproduce the Issue
Launch ./main.py from the repo's root
Type E (for extras)
Type 3 (for macOS Boot Argument Editor...)
Type 2 (for View or Change...)
Expectation
I was expecting to see another menu with an input to give the updated boot arguments
Operating System
Ubuntu 24.04
Kernel
6.8.0-40-generic
Processor
12th Gen Intel i9-12900H (20) @ 2.500GHz
RAM (in GB)
32
GPU(s)
eGPU RX 5700 XT / discreet Nvidia RTX A2000
Version
v0.12.2
Branch
main
Generated Script File
Generated XML File (if applicable)
Generated Log File
Additional Information
I followed your advice and took on the following tutorial since I am planning to do GPU Passthrough : https://gitlab.com/DarknessRafix/macosvmgpupass
The text was updated successfully, but these errors were encountered: