VirtualBox

Ticket #15893: VM1.vbox

File VM1.vbox, 3.0 KB (added by Joshua Rehm, 8 years ago)

VM1 configuration file (Before second VM)

Line 
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.15-windows">
9 <Machine uuid="{4be56b86-b349-4a7c-a38d-f28ebb2ca155}" name="VM1" OSType="Windows2012_64" snapshotFolder="Snapshots" lastStateChange="2016-09-01T14:21:53Z">
10 <MediaRegistry>
11 <HardDisks>
12 <HardDisk uuid="{c1487c8e-ab83-41ca-8efa-92e14b36c4dc}" location="E:/Golden Images/W2K12.vhd" format="VHD" type="Immutable">
13 <HardDisk uuid="{a721fb7e-9bae-4347-9e32-f6e73fab310e}" location="Snapshots/{a721fb7e-9bae-4347-9e32-f6e73fab310e}.vhd" format="VHD"/>
14 </HardDisk>
15 </HardDisks>
16 </MediaRegistry>
17 <Hardware>
18 <CPU>
19 <PAE enabled="true"/>
20 <LongMode enabled="true"/>
21 <HardwareVirtExLargePages enabled="true"/>
22 </CPU>
23 <Memory RAMSize="4096"/>
24 <Paravirt provider="Default"/>
25 <Display VRAMSize="128" accelerate3D="true" accelerate2DVideo="true"/>
26 <RemoteDisplay enabled="false"/>
27 <BIOS>
28 <IOAPIC enabled="true"/>
29 </BIOS>
30 <USB>
31 <Controllers>
32 <Controller name="OHCI" type="OHCI"/>
33 </Controllers>
34 </USB>
35 <Network>
36 <Adapter slot="0" enabled="true" MACAddress="080027ED9DA3" cable="true" type="82540EM">
37 <DisabledModes>
38 <InternalNetwork name="intnet"/>
39 <NATNetwork name="NatNetwork"/>
40 </DisabledModes>
41 <HostOnlyInterface name="VirtualBox Host-Only Ethernet Adapter"/>
42 </Adapter>
43 <Adapter slot="1" cable="true" type="82540EM"/>
44 <Adapter slot="2" cable="true" type="82540EM"/>
45 <Adapter slot="3" cable="true" type="82540EM"/>
46 <Adapter slot="4" cable="true" type="82540EM"/>
47 <Adapter slot="5" cable="true" type="82540EM"/>
48 <Adapter slot="6" cable="true" type="82540EM"/>
49 <Adapter slot="7" cable="true" type="82540EM"/>
50 </Network>
51 <LPT>
52 <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
53 </LPT>
54 <AudioAdapter driver="DirectSound" enabled="true"/>
55 </Hardware>
56 <StorageControllers>
57 <StorageController name="SATA Controller" type="AHCI" PortCount="30" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
58 <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
59 <Image uuid="{a721fb7e-9bae-4347-9e32-f6e73fab310e}"/>
60 </AttachedDevice>
61 </StorageController>
62 <StorageController name="IDE Controller" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
63 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="0" device="0"/>
64 </StorageController>
65 </StorageControllers>
66 </Machine>
67</VirtualBox>

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy