95 lines
No EOL
4.9 KiB
HTML
95 lines
No EOL
4.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Running a Mac OSX VM in Virtualbox</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta charset="UTF-8">
|
|
<meta name="keywords" content="VirtualBox,Virtual Machine,OSX,i12bretro,How To,Tutorial,Apple,10.15,Catalina">
|
|
<meta name="author" content="i12bretro">
|
|
<meta name="description" content="Running a Mac OSX VM in Virtualbox">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
<link href="css/steps.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="gridContainer">
|
|
<div class="topMargin"></div>
|
|
<div id="listName" class="topMargin">
|
|
<h1>Running a Mac OSX VM in Virtualbox</h1>
|
|
</div>
|
|
<div></div>
|
|
<div id="content">
|
|
<ol>
|
|
<li>Locate a Mac OSX Catalina iso</li>
|
|
<li>Launch Virtualbox</li>
|
|
<li>Create a New VM by selecting Machine > New
|
|
<p>Name: MAC OSX<br />
|
|
Machine Folder: C:\VMs<br />
|
|
Type: MAC OS X<br />
|
|
Version: Mac OS X (64-bit)<br />
|
|
Memory Size: 4096 MB<br />
|
|
Hard disk: Create a virtual hard disk now</p>
|
|
</li>
|
|
<li>Click Create</li>
|
|
<li>On the Create Virtual Hard Disk dialog
|
|
<p>Name the virtual disk image MAC OSX.vdi<br />
|
|
File size: 60.00 GB<br />
|
|
Hard disk file type: VDI<br />
|
|
Storage on physical hard disk: Dynamically Allocated</p>
|
|
</li>
|
|
<li>Click Create</li>
|
|
<li>Select the VM and Click Settings</li>
|
|
<li>Select System > Click the Processor tab > Set Processor(s) to at least 2</li>
|
|
<li>Select Display > Slide Video Memory to 128 MB</li>
|
|
<li>Select USB > Select USB 3.0</li>
|
|
<li>Select Storage > Create a new SATA Controller</li>
|
|
<li>Click the Choose disk button on the optical drive</li>
|
|
<li>Click the Add button > Browse to and select the MAC OSX .iso file</li>
|
|
<li>Click Choose</li>
|
|
<li>Click OK</li>
|
|
<li>Right Click the Start Button > Command Prompt (Admin) > Paste in the following commands
|
|
<div class="codeBlock masked">cd "%programfiles%\Oracle\VirtualBox\"<br />
|
|
VBoxManage.exe modifyvm "MAC OSX" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff<br />
|
|
VBoxManage setextradata "MAC OSX" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"<br />
|
|
VBoxManage setextradata "MAC OSX" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"<br />
|
|
VBoxManage setextradata "MAC OSX" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"<br />
|
|
VBoxManage setextradata "MAC OSX" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"<br />
|
|
VBoxManage setextradata "MAC OSX" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1</div>
|
|
</li>
|
|
<li>If you are running an AMD processor also run the following command:
|
|
<div class="codeBlock">VBoxManage modifyvm "MAC OSX" --cpu-profile "Intel Core i7-6700K"</div>
|
|
</li>
|
|
<li>Make sure the MAC OSX VM is selected and click Start > Normal</li>
|
|
<li>After a long initialization sequence the OSX Setup should start</li>
|
|
<li>Select a language > Click the arrow</li>
|
|
<li>Select Disk Utility</li>
|
|
<li>Select the VBOX HARDDISK > Click Erase</li>
|
|
<li>Name the drive OSX > Click Erase</li>
|
|
<li>Click Done > Close Disk Utility</li>
|
|
<li>Click Install macOS</li>
|
|
<li>Click Continue, Click Agree</li>
|
|
<li>Select the OSX disk > Click Install</li>
|
|
<li>Wait while OSX installs files, the VM will reboot several times</li>
|
|
<li>Select your Country > Click Continue</li>
|
|
<li>Confirm your languages and keyboard layout > Click Continue</li>
|
|
<li>Click Continue on the Data & Privacy screen</li>
|
|
<li>Select Don't transfer any information now > Click Continue</li>
|
|
<li>Select Set Up Later > Click Continue > Click Skip</li>
|
|
<li>Click Agree > Agree again</li>
|
|
<li>Enter a name, user name, password > Click Continue</li>
|
|
<li>Click Customize Settings</li>
|
|
<li>Click Continue > Select Use or Don't Use for Location Services</li>
|
|
<li>Pick a timezone > Click Continue</li>
|
|
<li>Uncheck the Send Mac Analytics box > Click Continue</li>
|
|
<li>Click Set Up Later on the Screen Time screen</li>
|
|
<li>Uncheck the Enable Ask Siri box > Click Continue</li>
|
|
<li>Pick a theme > Click Continue</li>
|
|
<li>Welcome to OSX</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|