-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
"--create-bootdisks" doesn't work as expected #15
Comments
It seems to me that there is something wrong with https://github.com/kholia/OSX-KVM. I cannot generate valid
Notice that When I place same files:
and run |
@ivankoma in my config.plist for OS X serial generator, there are placeholders, which need to be manually changed. That's why I made the generator :) |
Warning this is broken on 5.14 Kernel. |
I was able to create a boot image. Just run into a boot loop after finishing fresh install of osx . Recovery baseimg working. I'm still investigating if it's related. |
If I run
./generate-unique-machine-values.sh -c 1 --model iMacPro1,1 --custom-plist=./config-custom.plist --create-bootdisks
file./bootdisks/AAAAAAAAAAAA.OpenCore-nopicker.qcow2
with a size of5.9MiB
is created however/osx-serial-generator/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2
is16.1MiB
.-nopicker
argument do?OpenCore.qcow2
smaller in size compared to/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2
?When I run these commands:
And try to run:
I get these messages:
It says here in order to generate a valid
OpenCore.qcow2
file fromconfig.plist
to execute:Now file
OpenCore.qcow2
is16.1MiB
and--create-bootdisks
doesn't work as expected.The text was updated successfully, but these errors were encountered: