'Installing Mac OS Monterey on virtual box, it reboot and message show "Karnal Panic Reboot"

I am Installing Mac OS Monterey on virtual box but when I start installing the, it reboot and message show "Karnal Panic Reboot", I want to install mac OS 12 monterey because of Xcode to build my IOS application for latest IOS 15.4 and upload to AppStore. I need help to solve this issue, thanks.



Solution 1:[1]

Virtualbox not support mac monterey for now. But the apparent solution is:

  1. Close ALL VirtualBox windows (otherwise the next setting will be overwritten)
  2. Run commandline command, where YOUR_VM_NAME is the name of your VM: VBoxManage setextradata "YOUR_VM_NAME" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
  3. If you still see kernel panics, double-check that your .vbox file contains the applied settings and also check VM's logs for errors related to RealTSCOffset.

Solution 2:[2]

Also more then 1 CPU mostly unstable and results in a kernel panic (missing update of guest additions from VirtualBox). For installation set appliance to 1 CPU. If installed you can try to extend the CPUs to more then one!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Roberto
Solution 2 Cris Andre