Installed and working
- Host platform: Windows 10 64-bits
- Hypervisor (Type 2): VirtualBox 6.1 (configuration as below)
- Guest: macOS 11.6.3 (Big Sur)
/cygdrive/f/VMs, Emulators, Simulators/VirtualBox VMs/Mac OS X Template VMs/macOS 11 (Big Sur)/Mac OS X 11.6.3 (Big Sur)
Mac OS X 11.6.3 (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="{a42317a7-0b1d-4826-9f9d-bec7d49eb659}" name="Mac OS X 11.6.3 (Big Sur)" OSType="MacOS_64" snapshotFolder="Snapshots" currentStateModified="false" lastStateChange="2021-12-15T21:12:01Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{6d67f66a-6561-4560-9f25-5bd154a0d70c}" location="Mac OS X 11.6.3 (Big Sur)-disk1.vdi" format="VDI" type="Normal"/>
</HardDisks>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="-2110,-93,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="C02XH1QHJG5M"/>
<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="080027A0A973" cable="true" type="82545EM">
<DisabledModes>
<InternalNetwork name="intnet"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<BridgedInterface name="Intel(R) Ethernet Controller (2) I225-V"/>
</Adapter>
<Adapter slot="1" enabled="true" MACAddress="080027FF6CF7" 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="1639596637440885400" 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="{6d67f66a-6561-4560-9f25-5bd154a0d70c}"/>
</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