Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created December 1, 2017 19:29
Show Gist options
  • Save mcandre/b10b6dbdf528eb9823f196e134c21644 to your computer and use it in GitHub Desktop.
Save mcandre/b10b6dbdf528eb9823f196e134c21644 to your computer and use it in GitHub Desktop.
High Sierra 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-macosx">
<Machine uuid="{b45aa645-60e3-4f5a-81fe-3a6cd249fd56}" name="macOS 10.13" OSType="MacOS_64" snapshotFolder="Snapshots" lastStateChange="2017-12-01T19:26:00Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{aac03df5-f4f0-4d2a-86ef-518fc7f882e3}" location="macOS 10.13.vdi" format="VDI" type="Normal"/>
</HardDisks>
<DVDImages>
<Image uuid="{3c47927d-8e99-43b8-ab88-65aab004a588}" location="/Users/andrew/go/src/github.com/mcandre/macos-isos/isos/macos-10.13.iso"/>
</DVDImages>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,44,1024,789"/>
</ExtraData>
<Hardware>
<CPU count="2">
<PAE enabled="true"/>
<LongMode enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
</CPU>
<Memory RAMSize="2048"/>
<Firmware type="EFI"/>
<HID Pointing="USBTablet" Keyboard="USBKeyboard"/>
<HPET enabled="true"/>
<Chipset type="ICH9"/>
<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"/>
<VideoCapture fps="25" options="ac_enabled=false"/>
<RemoteDisplay enabled="false"/>
<BIOS>
<IOAPIC enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
<Controller name="EHCI" type="EHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="0800270FBC62" cable="true" type="82545EM">
<NAT/>
</Adapter>
<Adapter slot="8" type="Am79C973"/>
<Adapter slot="9" type="Am79C973"/>
<Adapter slot="10" type="Am79C973"/>
<Adapter slot="11" type="Am79C973"/>
<Adapter slot="12" type="Am79C973"/>
<Adapter slot="13" type="Am79C973"/>
<Adapter slot="14" type="Am79C973"/>
<Adapter slot="15" type="Am79C973"/>
<Adapter slot="16" type="Am79C973"/>
<Adapter slot="17" type="Am79C973"/>
<Adapter slot="18" type="Am79C973"/>
<Adapter slot="19" type="Am79C973"/>
<Adapter slot="20" type="Am79C973"/>
<Adapter slot="21" type="Am79C973"/>
<Adapter slot="22" type="Am79C973"/>
<Adapter slot="23" type="Am79C973"/>
<Adapter slot="24" type="Am79C973"/>
<Adapter slot="25" type="Am79C973"/>
<Adapter slot="26" type="Am79C973"/>
<Adapter slot="27" type="Am79C973"/>
<Adapter slot="28" type="Am79C973"/>
<Adapter slot="29" type="Am79C973"/>
<Adapter slot="30" type="Am79C973"/>
<Adapter slot="31" type="Am79C973"/>
<Adapter slot="32" type="Am79C973"/>
<Adapter slot="33" type="Am79C973"/>
<Adapter slot="34" type="Am79C973"/>
<Adapter slot="35" type="Am79C973"/>
</Network>
<AudioAdapter controller="HDA" driver="CoreAudio" enabled="true" enabledIn="false"/>
<RTC localOrUTC="UTC"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1512156386410561000" flags=""/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="SATA" type="AHCI" PortCount="2" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{aac03df5-f4f0-4d2a-86ef-518fc7f882e3}"/>
</AttachedDevice>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment