0% found this document useful (0 votes)
41 views1 page

Mac OS

This document provides a step-by-step guide for installing MacOS on VirtualBox. It includes links for downloading VirtualBox and the MacOS ISO, as well as detailed commands for configuring a new virtual machine. The instructions cover setting specific parameters and installing MacOS within the VirtualBox environment.

Uploaded by

frycniko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views1 page

Mac OS

This document provides a step-by-step guide for installing MacOS on VirtualBox. It includes links for downloading VirtualBox and the MacOS ISO, as well as detailed commands for configuring a new virtual machine. The instructions cover setting specific parameters and installing MacOS within the VirtualBox environment.

Uploaded by

frycniko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Install VirtualBox
https://www.virtualbox.org/
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?
view=msvc-170

2. Download MacOS ISO


https://archive.org/details/macos-collection

3. Create a new Virutal Machine

cd "%programfiles%\Oracle\VirtualBox\"
VBoxManage modifyvm "VM_name" --cpuidset 00000001 000106e5 00100800 0098e3fd
bfebfbff
VBoxManage setextradata "VM_name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "VM_name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "VM_name"
"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "NetVN"
VBoxManage setextradata "VM_name" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "VM_name"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage modifyvm "VM_name" --cpu-profile "Intel Xeon X5482 3.20GHz"
VBoxManage setextradata "VM_name" "VBoxInternal/TM/TSCMode" "RealTSCOffset"

4. Install MacOS on VirtualBox

VBoxManage setextradata "VM_name" VBoxInternal2/EfiGraphicsResolution 1280x720

You might also like