tutorials/0147.html

95 lines
No EOL
5 KiB
HTML

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Running a Mac OS 11 Big Sur 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,OS 11,Big Sur">
<meta name="author" content="i12bretro">
<meta name="description" content="Running a Mac OS 11 Big Sur 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 OS 11 Big Sur VM in Virtualbox</h1>
</div>
<div></div>
<div id="content">
<ol>
<li>Locate a Mac OS Big Sur iso</li>
<li>Launch Virtualbox</li>
<li>Create a New VM by selecting Machine &gt; New
<p>Name: MAC OS 11<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 OS 11.vdi<br />
File size: 50.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 &gt; Click the Processor tab &gt; Set Processor(s) to at least 2</li>
<li>Select Display &gt; Slide Video Memory to 128 MB</li>
<li>Select USB &gt; Select USB 3.0</li>
<li>Select Storage &gt; Create a new SATA Controller</li>
<li>Click the Choose disk button on the optical drive</li>
<li>Click the Add button &gt; Browse to and select the MAC OS 11 .iso file</li>
<li>Click Choose</li>
<li>Click OK</li>
<li>Right Click the Start Button &gt; Command Prompt (Admin) &gt; Paste in the following commands
<div class="codeBlock masked">cd &quot;%programfiles%\Oracle\VirtualBox\&quot;<br />
VBoxManage.exe modifyvm &quot;Mac OS 11&quot; &ndash;-cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff<br />
VBoxManage setextradata &quot;Mac OS 11&quot; &quot;VBoxInternal/Devices/efi/0/Config/DmiSystemProduct&quot; &quot;iMac19,1&quot;<br />
VBoxManage setextradata &quot;Mac OS 11&quot; &quot;VBoxInternal/Devices/efi/0/Config/DmiSystemVersion&quot; &quot;1.0&quot;<br />
VBoxManage setextradata &quot;Mac OS 11&quot; &quot;VBoxInternal/Devices/efi/0/Config/DmiBoardProduct&quot; &quot;Mac-AA95B1DDAB278B95&quot;<br />
VBoxManage setextradata &quot;Mac OS 11&quot; &quot;VBoxInternal/Devices/smc/0/Config/DeviceKey&quot; &quot;ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc&quot;<br />
VBoxManage setextradata &quot;Mac OS 11&quot; &quot;VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC&quot; 1</div>
</li>
<li>If you are running an AMD processor also run the following command:
<div class="codeBlock">VBoxManage modifyvm &quot;Mac OS 11&quot; --cpu-profile &quot;Intel Core i7-6700K&quot;</div>
</li>
<li>Make sure the MAC OS 11 VM is selected and click Start &gt; Normal</li>
<li>After a long initialization sequence the MAC OS Setup should start</li>
<li>Select a language &gt; Click the arrow</li>
<li>Select Disk Utility</li>
<li>Select the VBOX HARDDISK &gt; Click Erase</li>
<li>Name the drive OS11 &gt; Set the Format to APFS &gt; Click Erase</li>
<li>Click Done &gt; Close Disk Utility</li>
<li>Click Install macOS</li>
<li>Click Continue &gt; Click Agree &gt; Click Agree again</li>
<li>Select the OS11 disk &gt; Click Install</li>
<li>Wait while Mac OS 11 installs files, the VM will reboot several times</li>
<li>Select your Country &gt; Click Continue</li>
<li>Confirm your languages and keyboard layout &gt; Click Continue</li>
<li>Click Not Now on the Accessibility screen</li>
<li>Click Continue on the Data &amp; Privacy screen</li>
<li>Select Not Now on the Migration Assistant screen</li>
<li>Select Set Up Later and then Skip on the Apple ID screen</li>
<li>Click Agree &gt; Agree again</li>
<li>Enter a name, user name, password &gt; Click Continue</li>
<li>Click Customize Settings</li>
<li>Click Continue &gt; Select Use or Don&#39;t Use for Location Services</li>
<li>Pick a timezone &gt; Click Continue</li>
<li>Click Set Up Later on the Screen Time screen</li>
<li>Uncheck the Enable Ask Siri box &gt; Click Continue</li>
<li>Pick a theme &gt; Click Continue</li>
<li>Welcome to MacOS 11 Big Sur</li>
</ol>
</div>
</div>
</body>
</html>