mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Intel & AMD Selector small issue #421
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sickcodes on GitHub (Nov 18, 2022).
May be required to run latest (ventura):
-e CPU='Haswell-noTSX,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on'-e CPU='host,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on'For example:
@dcarbone commented on GitHub (Nov 18, 2022):
The latest update broke my functioning catalina image 2 hours before a presentation :(
Error message:
Updating cpu & cpuid flags (the example and the comments above it differ...), ensuring the plist is provided and
GENERATE_UNIQUEbeing set do not effect the error.I assume this is related to something within this opencore pr...
@sickcodes commented on GitHub (Nov 18, 2022):
I apologize for that, it's due to naked being built off old latest, I was building it twice in a row but then had some Docker issue with latest Docker-CE not being backwards compatible for some reason. Rebuilding it now to push. And also my screenshot test failed coz EFI shows in boot menu now and became first boot option
@dcarbone commented on GitHub (Nov 18, 2022):
no worries, man :) this is an awesome project!
@sickcodes commented on GitHub (Nov 18, 2022):
Thanks mate!
The issue will solve by using the previous plist:
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/catalina/config-custom.plist'I made a catalina branch to hold it there while I update and make sure all the images work
@MichaelZingman commented on GitHub (Jun 8, 2023):
Did this every get integrated into Ventura as it is needed to perform updates now