VM with macOS Monterey
by haphaeu from LinuxQuestions.org on (#5S219)
Hi,
I'm trying to get a VM with mac OS Monterey in a Linux host with an AMD Ryzen CPU.
VirtualBox
Up to Catalina, this bash script did the magic to me.
I just had to tweak the CPU, since the host has an AMD Ryzen 7. After creating the machine, it would halt on boot after a while. Doing this did the trick:
Code:VBoxManage modifyvm "<VM name>" --cpu-profile "Intel Xeon X5482 3.20GHz"But no luck so far for Monterey. Modifying the script above could be a last resort option, but I'd rather go for something involving less work for now.
I've tried with a Monterey ISO, but it halts on boot, even after disabling USB and Network as described at the start of this thread.
VMWare
I tried also VMWare, using a Catalina ISO that worked fine in VirtualBOx. But then again had issues with the AMD CPU. Right after starting the VM, VMWare pops and error message saying that the CPU has been disabled by the kernel. So far I couldn't find a way to tweak VMWare for the AMD CPU.
So, anyone had nay luck doing this?
I'm trying to get a VM with mac OS Monterey in a Linux host with an AMD Ryzen CPU.
VirtualBox
Up to Catalina, this bash script did the magic to me.
I just had to tweak the CPU, since the host has an AMD Ryzen 7. After creating the machine, it would halt on boot after a while. Doing this did the trick:
Code:VBoxManage modifyvm "<VM name>" --cpu-profile "Intel Xeon X5482 3.20GHz"But no luck so far for Monterey. Modifying the script above could be a last resort option, but I'd rather go for something involving less work for now.
I've tried with a Monterey ISO, but it halts on boot, even after disabling USB and Network as described at the start of this thread.
VMWare
I tried also VMWare, using a Catalina ISO that worked fine in VirtualBOx. But then again had issues with the AMD CPU. Right after starting the VM, VMWare pops and error message saying that the CPU has been disabled by the kernel. So far I couldn't find a way to tweak VMWare for the AMD CPU.
So, anyone had nay luck doing this?