Installed and working
- Host platform: Windows 10 64-bits
- Hypervisor (Type 2): VirtualBox 6.1 (configuration as below)
- Guest: macOS 12..1 (Monterey)
<?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.18-windows"> <Machine uuid="{8acf0a6e-4269-470c-af4a-37b41c4571b9}" name="Mac OS X 12.2 (Monterrey)" OSType="MacOS_64" snapshotFolder="Snapshots" lastStateChange="2021-12-13T22:40:34Z"> <MediaRegistry> <HardDisks> <HardDisk uuid="{f21a3d61-2317-4c1e-8331-23de9f389aea}" location="Mac OS X 12.2 (Monterrey)-disk1.vdi" format="VDI" type="Normal"/> </HardDisks> </MediaRegistry> <ExtraData> <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/> <ExtraDataItem name="GUI/LastNormalWindowPosition" value="-2047,258,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="C02XH1Q4JG5M"/> <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"/> <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"/> <BIOS> <IOAPIC enabled="true"/> <NVRAM path="F:VMs, Emulators, SimulatorsVirtualBox VMsMac OS X Template VMsmacOS 12 (Monterrey)Mac OS X 12.2 (Monterrey)Mac OS X 12.2 (Monterrey).nvram"/> <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="080027EDF7A0" 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="080027185796" 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" enabledIn="true" enabledOut="true"/> <RTC localOrUTC="UTC"/> <Clipboard mode="Bidirectional"/> <DragAndDrop mode="Bidirectional"/> <GuestProperties> <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1639435234777577600" flags=""/> </GuestProperties> <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="{f21a3d61-2317-4c1e-8331-23de9f389aea}"/> </AttachedDevice> <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/> </StorageController> </StorageControllers> </Hardware> <Groups> <Group name="/Mac OS X Template VMs/macOS 12 (Monterrey)"/> </Groups> </Machine> </VirtualBox>
Comments
Post a Comment