Installed and working
- Host platform: Windows 10 64-bits
- Hypervisor (Type 2): VirtualBox 6.1 (configuration as below)
- Guest: macOS 11.6.0 (Big Sur)
/cygdrive/f/VMs, Emulators, Simulators/VirtualBox VMs/Mac OS X Template VMs/macOS 11 (Big Sur)/Mac OS X 11.6 (Big Sur)
Mac OS X 11.6 (Big Sur).vbox
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-windows">
<Machine uuid="{3e39eba9-9761-4833-ba42-66183884d540}" name="Mac OS X 11.6 (Big Sur)" OSType="MacOS_64" snapshotFolder="Snapshots" lastStateChange="2021-10-26T14:32:44Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{daa87566-3622-4276-9743-92f01caba98d}" location="Mac OS X 11.6 (Big Sur)-disk1.vdi" format="VDI" type="Normal"/>
</HardDisks>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="-2087,-704,1920,1131"/>
<ExtraDataItem name="GUI/LastScaleWindowPosition" value="-584,-1687,1053,771"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" value="Mac-937A206F2EE63C01"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" value="MacBookPro15,1"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" value="C02XH1QDJG5M"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" value="1.0"/>
<ExtraDataItem name="VBoxInternal/Devices/smc/0/Config/DeviceKey" value="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"/>
<ExtraDataItem name="VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" value="1"/>
<ExtraDataItem name="VBoxInternal2/EfiGopMode" value="5"/>
<ExtraDataItem name="VBoxInternal2/EfiGraphicsResolution" value="1920x1080"/>
</ExtraData>
<Hardware>
<CPU count="2">
<PAE enabled="true"/>
<LongMode enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
<CpuIdTree>
<CpuIdLeaf id="1" eax="67301" ebx="1050624" ecx="10019837" edx="3219913727"/>
</CpuIdTree>
</CPU>
<Memory RAMSize="8192"/>
<Firmware type="EFI"/>
<HID Pointing="USBTablet" Keyboard="USBKeyboard"/>
<HPET enabled="true"/>
<Paravirt provider="Default"/>
<Boot>
<Order position="1" device="DVD"/>
<Order position="2" device="HardDisk"/>
<Order position="3" device="None"/>
<Order position="4" device="None"/>
</Boot>
<Display VRAMSize="128" accelerate3D="true"/>
<VideoCapture screens="1" file="." fps="25"/>
<RemoteDisplay enabled="false"/>
<BIOS>
<IOAPIC enabled="true"/>
<SmbiosUuidLittleEndian enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
<Controller name="EHCI" type="EHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="08002724BF96" cable="true" type="82545EM">
<DisabledModes>
<InternalNetwork name="intnet"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<BridgedInterface name="Intel(R) Ethernet Connection (11) I219-V"/>
</Adapter>
<Adapter slot="1" enabled="true" MACAddress="080027A0CACE" cable="true" type="82545EM">
<DisabledModes>
<InternalNetwork name="intnet"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<BridgedInterface name="Intel(R) Wi-Fi 6 AX201 160MHz"/>
</Adapter>
</Network>
<AudioAdapter controller="HDA" driver="DirectSound" enabled="true"/>
<RTC localOrUTC="UTC"/>
<Clipboard mode="Bidirectional"/>
<DragAndDrop mode="Bidirectional"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1631623796387280500" flags=""/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="SATA" type="AHCI" PortCount="3" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{daa87566-3622-4276-9743-92f01caba98d}"/>
</AttachedDevice>
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
</StorageController>
</StorageControllers>
<Groups>
<Group name="/Mac OS X Template VMs/macOS 11 (Big Sur)"/>
</Groups>
</Machine>
</VirtualBox>
Comments
Post a Comment