-
Notifications
You must be signed in to change notification settings - Fork 99
Description
When launching Mac OS Sequoia 15.2 in VirtualBox, the following error appears: "Your computer restarted because of a problem. Press any key or wait a few seconds to continue booting."
General
Name: Sequoia
OS: Mac OS X (64-bit)
System
RAM: 4096 MB
Processors: 4
Boot Order: Floppy, Optical, Hard Drive
EFI: Enabled
Acceleration: Nested Paging, PAE/NX, Minimal Paravirtualization
Display
Video Memory: 128 MB
Graphics Controller: VBoxVGA
Remote Display Server: Disabled
Recording: Disabled
Media
Controller: SATA
SATA Port 0: Ventura.vdmk (Normal, 61.00 GB)
SATA Port 1: [Optical Drive] macOS Sequoia 15.2_24C101.iso (17.50 GB)
Audio
Audio Driver: Default
Intel HD Audio Controller Audio
Network
Adapter 1: Intel PRO/1000 MT Server (NAT)
USB
USB Controller: xHCI
Device Filters: 0 (0 active)
After setting up macOS, I entered these commands
cd C:\Program Files\Oracle\VirtualBox
VBoxManage modifyvm "Sequoia" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Sequoia" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,3"
VBoxManage setextradata "Sequoia" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Sequoia" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Sequoia" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Sequoia" VBoxInternal2/EfiGraphicsResolution 1920x1080
VBoxManage setextradata "Sequoia" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
and
VBoxManage setextradata "Sequoia" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
After this, I got the error that I wrote above and wrote the following command
VBoxManage setextradata "Ventura" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
And this didn't help me, please help.