OSX-KVM
OSX-KVM copied to clipboard
Added support to macOS 14 Sonoma
Hey! I added Sonoma scripts and updated existing ones to keep this project working with the latest macOS 14 Sonoma.
I also installed macOS 14 Sonoma into my Proxmox instance using your OpenCore v20 files and following the guide for macOS 13 Ventura.
Thank you so much for your work!
Trying to install this, I was following Nick's blog to install Ventura (with "make Ventura-full.img") it download and end up with error. Then start looking here and you meniton you added support for Sonoma and i don't see any such script in the scripts folder! how would I go about creating sonoma img?
Anyway here are the errors i got for ventura img building. ( I am on a mac running Sonoma btw)
installer: Package name is InstallAssistant
installer: Upgrading at base path /
installer: The upgrade was successful.
hdiutil create -o "Ventura-full.dmg" -size 15g -layout GPTSPUD -fs HFS+J
created: /Volumes/MyData/ba/Downloads/OSX-KVM-master/scripts/ventura/Ventura-full.dmg
hdiutil attach -noverify -mountpoint /Volumes/install_build "Ventura-full.dmg"
/dev/disk5 GUID_partition_scheme
/dev/disk5s1 EFI
/dev/disk5s2 Apple_HFS /Volumes/install_build
sudo "/Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia" --volume /Volumes/install_build --nointeraction
Password:
Erasing disk: 0%... 10%... 20%... 30%... 100%
Copying essential files...
Copying the macOS RecoveryOS...
Making disk bootable...
Failed to extract AssetData/boot/Firmware/Manifests/InstallerBoot/* from update bundle
The bless of the installer disk failed.
make: *** [Ventura-full.dmg] Error 250