Ventura removed support for many devices, and you may be encountering one of them. First, make sure your guest OS type is set to "macOS 13" Then, with the VM shut down and the settings panel for ...
See more...
Ventura removed support for many devices, and you may be encountering one of them. First, make sure your guest OS type is set to "macOS 13" Then, with the VM shut down and the settings panel for the VM dismissed, check the .vmx file and see if the ethernet0.virtualDev setting is e1000e. The cause of what you're seeing may very well be that that Apple removed the e1000e NIC driver from Ventura. A new macOS 13 VM will set the virtual NIC type to vmxnet3. but an upgrade or change to the guest OS type may not. To fix this, edit the .vmx file and change the value of that setting to read: ethernet0.virtualDev = "vmxnet3"