| 1 | <?xml version="1.0"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | ** DO NOT EDIT THIS FILE.
|
|---|
| 4 | ** If you make changes to this file while any VirtualBox related application
|
|---|
| 5 | ** is running, your changes will be overwritten later, without taking effect.
|
|---|
| 6 | ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
|
|---|
| 7 | -->
|
|---|
| 8 | <VirtualBox xmlns="http://www.virtualbox.org/" version="1.16-linux">
|
|---|
| 9 | <Machine uuid="{b5ddffac-d922-4958-a8d4-69332ccb9c0d}" name="myvm01" OSType="Ubuntu_64" snapshotFolder="Snapshots" lastStateChange="2021-01-16T23:34:26Z">
|
|---|
| 10 | <MediaRegistry>
|
|---|
| 11 | <HardDisks>
|
|---|
| 12 | <HardDisk uuid="{afc8aeb7-04cc-4f09-a8ad-6952fe807ef3}" location="sda.vdi" format="vdi" type="Normal"/>
|
|---|
| 13 | </HardDisks>
|
|---|
| 14 | </MediaRegistry>
|
|---|
| 15 | <ExtraData>
|
|---|
| 16 | <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
|
|---|
| 17 | <ExtraDataItem name="GUI/LastNormalWindowPosition" value="1600,538,720,444"/>
|
|---|
| 18 | </ExtraData>
|
|---|
| 19 | <Hardware>
|
|---|
| 20 | <CPU>
|
|---|
| 21 | <PAE enabled="true"/>
|
|---|
| 22 | <LongMode enabled="true"/>
|
|---|
| 23 | <X2APIC enabled="true"/>
|
|---|
| 24 | <HardwareVirtExLargePages enabled="false"/>
|
|---|
| 25 | </CPU>
|
|---|
| 26 | <Memory RAMSize="1024"/>
|
|---|
| 27 | <Boot>
|
|---|
| 28 | <Order position="1" device="Network"/>
|
|---|
| 29 | <Order position="2" device="HardDisk"/>
|
|---|
| 30 | <Order position="3" device="None"/>
|
|---|
| 31 | <Order position="4" device="None"/>
|
|---|
| 32 | </Boot>
|
|---|
| 33 | <VideoCapture file="." fps="25"/>
|
|---|
| 34 | <BIOS>
|
|---|
| 35 | <IOAPIC enabled="true"/>
|
|---|
| 36 | <SmbiosUuidLittleEndian enabled="true"/>
|
|---|
| 37 | </BIOS>
|
|---|
| 38 | <Network>
|
|---|
| 39 | <Adapter slot="0" enabled="true" MACAddress="0800273DEE30" type="82540EM">
|
|---|
| 40 | <DisabledModes>
|
|---|
| 41 | <InternalNetwork name="intnet"/>
|
|---|
| 42 | <NATNetwork name="NatNetwork"/>
|
|---|
| 43 | </DisabledModes>
|
|---|
| 44 | <HostOnlyInterface name="vboxnet0"/>
|
|---|
| 45 | </Adapter>
|
|---|
| 46 | </Network>
|
|---|
| 47 | <AudioAdapter driver="Pulse" enabled="true" enabledIn="false" enabledOut="false"/>
|
|---|
| 48 | <RTC localOrUTC="UTC"/>
|
|---|
| 49 | <Clipboard/>
|
|---|
| 50 | <GuestProperties>
|
|---|
| 51 | <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1610840066630981000" flags=""/>
|
|---|
| 52 | </GuestProperties>
|
|---|
| 53 | </Hardware>
|
|---|
| 54 | <StorageControllers>
|
|---|
| 55 | <StorageController name="SCSI" type="LsiLogic" PortCount="16" useHostIOCache="false" Bootable="true">
|
|---|
| 56 | <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
|
|---|
| 57 | <Image uuid="{afc8aeb7-04cc-4f09-a8ad-6952fe807ef3}"/>
|
|---|
| 58 | </AttachedDevice>
|
|---|
| 59 | </StorageController>
|
|---|
| 60 | <StorageController name="SATA" type="AHCI" PortCount="30" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
|---|
| 61 | </StorageControllers>
|
|---|
| 62 | </Machine>
|
|---|
| 63 | </VirtualBox>
|
|---|