VirtualBox

Ticket #20484: test.vbox

File test.vbox, 2.9 KB (added by Guido Falsi, 3 years ago)

Machine configuration xml

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.16-freebsd">
9 <Machine uuid="{e25a6c21-d592-4f42-a1ef-b7cefdabd445}" name="test" OSType="Ubuntu_64" snapshotFolder="Snapshots" lastStateChange="2021-08-01T16:29:47Z">
10 <MediaRegistry>
11 <HardDisks>
12 <HardDisk uuid="{67693e9e-e9a0-4788-9a37-25297975c006}" location="test.vdi" format="VDI" type="Normal"/>
13 </HardDisks>
14 <DVDImages>
15 <Image uuid="{9edbc397-a3b7-40c0-9d74-fc24060a87a7}" location="/home/mad/local/linuxmint-20.2-xfce-64bit.iso"/>
16 </DVDImages>
17 </MediaRegistry>
18 <ExtraData>
19 <ExtraDataItem name="GUI/LastNormalWindowPosition" value="640,279,640,522"/>
20 <ExtraDataItem name="VBoxInternal2/Audio/Debug/Enabled" value="true"/>
21 <ExtraDataItem name="VBoxInternal2/Audio/Debug/PathOut" value="/tmp"/>
22 </ExtraData>
23 <Hardware>
24 <CPU>
25 <PAE enabled="false"/>
26 <LongMode enabled="true"/>
27 <X2APIC enabled="true"/>
28 <HardwareVirtExLargePages enabled="true"/>
29 </CPU>
30 <Memory RAMSize="1024"/>
31 <HID Pointing="USBTablet"/>
32 <Display controller="VMSVGA" VRAMSize="16"/>
33 <VideoCapture file="." fps="25"/>
34 <BIOS>
35 <IOAPIC enabled="true"/>
36 <SmbiosUuidLittleEndian enabled="true"/>
37 </BIOS>
38 <USB>
39 <Controllers>
40 <Controller name="OHCI" type="OHCI"/>
41 </Controllers>
42 </USB>
43 <Network>
44 <Adapter slot="0" enabled="true" MACAddress="080027CFAF53" type="82540EM">
45 <NAT/>
46 </Adapter>
47 </Network>
48 <AudioAdapter codec="AD1980" driver="Pulse" enabled="true" enabledIn="false"/>
49 <RTC localOrUTC="UTC"/>
50 <Clipboard/>
51 <GuestProperties>
52 <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1627834970478120000" flags=""/>
53 </GuestProperties>
54 </Hardware>
55 <StorageControllers>
56 <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
57 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0">
58 <Image uuid="{9edbc397-a3b7-40c0-9d74-fc24060a87a7}"/>
59 </AttachedDevice>
60 </StorageController>
61 <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
62 <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
63 <Image uuid="{67693e9e-e9a0-4788-9a37-25297975c006}"/>
64 </AttachedDevice>
65 </StorageController>
66 </StorageControllers>
67 </Machine>
68</VirtualBox>

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