...so indeed I have been putting that in my vmx files with no spaces for years...and I can see now all the other parameters like that in the vmx file have spaces around the equals sign. Yes all the way back to Big Sur. Oh well... To your other observation indeed the VMs do boot to a black screen and I just reset them until they decide to boot all the way. Monterey was pretty bad for this but at least for me Sonoma and Sequoia only do this occasionally. I am on an iMac Pro.
Original Message:
Sent: Sep 26, 2024 02:05 PM
From: wywh
Subject: VMware Tools for macOS Sequoia 15.0
Thanks for the tip: I got the GPU to work in a Sequoia VM a few times in Mac mini 2018 Intel. Adding those lines to the .vmx file makes animated Sequoia VM user interface items fast with no pausing in between, items like Finder and Safari tabs are displayed correctly instead being gray, and the default Sequoia wallpaper is also displayed.
With those lines the VM boots to a temporary colored screen -- I guess that is normal? That occasionally successfully boots to Sequoia. But very often the boot stalls at that colored or black screen or ends in kernel panic. Maybe Mac mini 2018 GPU is not fully compatible?
So I added these lines to the very end of the Sequoia .vmx:
svga.present="FALSE"
appleGPU0.present="TRUE"
After booting these lines were added to the .vmx (resolution 3840x2160 was only added if VMware Tools were also installed):
appleGPU0.pciSlotNumber = "224"
appleGPU0.screen0.width = "3840"
appleGPU0.screen0.height = "2160"
usb_xhci:4.present = "TRUE"
usb_xhci:4.deviceType = "hid"
usb_xhci:4.port = "4"
usb_xhci:4.parent = "-1"
- Matti
Original Message:
Sent: Sep 26, 2024 08:52 AM
From: gringley
Subject: VMware Tools for macOS Sequoia 15.0
VM Tools gains the ability to resize the screen by dragging but does not include a real video driver. You will need to add these lines to your vmx files to get full video functionality in Sequoia:
svga.present="FALSE"
appleGPU0.present="TRUE"
After running the VM with these lines Apple GPU adds screen resolution parameters to the vmx so it may be possible to change the VM resolution by editing the vmx after running once with Apple GPU.
Original Message:
Sent: Sep 25, 2024 05:00 AM
From: wywh
Subject: VMware Tools for macOS Sequoia 15.0
I use VMware Fusion 13.6 Pro for Personal Use, Mac mini 2018 Intel running macOS Sequoia 15.0.
I could install and boot Sequoia VM (see below) but "Install VMware Tools" is grayed out. So VM resolution is stuck at 1024x768, shared folders do not work etc.
Question: I tried to download VMware Tools from Broadcom but could not find them like I could do in the past. Where are they now?
...
VMware Fusion 13.6 Pro does not seem to handle "Install macOS Sequoia.app" so I prepared it with the following advice from this forum (15g was enough for Sonoma but had to be increased to 16g for Sequoia):
hdiutil create -o "Installer.dmg" -size 16g -layout SPUD -fs "HFS+J" -volname Untitled
Double click the Installer.dmg to mount it. It will mount as "Untitled".
Put the Sequoia installer to:
/Applications/Install macOS Sequoia.app
Make a bootable volume from it (this takes a few minutes so be patient, and follow the prompts):
sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
Eject the new installer "Install macOS Sequoia". Also use /Applications/Disk Utility.app to eject the "Shared Support" image; there's a bug in macOS installers that leaves it mounted.
In VMware Fusion, create a new VM as usual.
- Matti