VirtualBox

Ticket #19910: Minimal-FreeBSD-12.2.vbox

File Minimal-FreeBSD-12.2.vbox, 4.5 KB (added by Thomas Dreibholz, 4 years ago)

FreeBSD 12.2 VM configuration

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-linux">
9 <Machine uuid="{c1e57c1c-dce2-4e49-9201-076ce2a4ac30}" name="Minimal-FreeBSD-12.2" OSType="Ubuntu_64" snapshotFolder="Snapshots" lastStateChange="2020-11-05T12:28:23Z">
10 <MediaRegistry>
11 <HardDisks>
12 <HardDisk uuid="{d0193d52-382f-4be0-8b30-056e77411fea}" location="/vservers/VirtualBox-Minimal-FreeBSD-12.2/VirtualBox-Minimal-FreeBSD-12.2/Minimal-FreeBSD-12.2.vdi" format="VDI" type="Normal"/>
13 </HardDisks>
14 <DVDImages>
15 <Image uuid="{b9f096a3-d33e-41b9-ab2b-89887b33b001}" location="/storage/cache/28f543aec342a9ec10f598c90d80def37d1bfe06.iso"/>
16 </DVDImages>
17 </MediaRegistry>
18 <ExtraData>
19 <ExtraDataItem name="VBoxInternal2/EfiGraphicsResolution" value="1920x1080"/>
20 </ExtraData>
21 <Hardware>
22 <CPU count="4">
23 <PAE enabled="true"/>
24 <LongMode enabled="true"/>
25 <X2APIC enabled="true"/>
26 <HardwareVirtExLargePages enabled="false"/>
27 </CPU>
28 <Memory RAMSize="4096"/>
29 <Firmware type="EFI"/>
30 <Chipset type="ICH9"/>
31 <Boot>
32 <Order position="1" device="HardDisk"/>
33 <Order position="2" device="DVD"/>
34 <Order position="3" device="None"/>
35 <Order position="4" device="None"/>
36 </Boot>
37 <Display controller="VMSVGA" VRAMSize="128"/>
38 <VideoCapture file="." fps="25"/>
39 <RemoteDisplay>
40 <VRDEProperties>
41 <Property name="TCP/Address" value="127.0.0.1"/>
42 <Property name="TCP/Ports" value="5984"/>
43 </VRDEProperties>
44 </RemoteDisplay>
45 <BIOS>
46 <IOAPIC enabled="true"/>
47 <SmbiosUuidLittleEndian enabled="true"/>
48 </BIOS>
49 <Network>
50 <Adapter slot="0" enabled="true" MACAddress="080027856A28" type="virtio">
51 <NAT>
52 <Forwarding name="packercomm" proto="1" hostip="127.0.0.1" hostport="3943" guestport="22"/>
53 </NAT>
54 </Adapter>
55 <Adapter slot="1" type="virtio"/>
56 <Adapter slot="2" type="virtio"/>
57 <Adapter slot="3" type="virtio"/>
58 <Adapter slot="8" cable="false"/>
59 <Adapter slot="9" cable="false"/>
60 <Adapter slot="10" cable="false"/>
61 <Adapter slot="11" cable="false"/>
62 <Adapter slot="12" cable="false"/>
63 <Adapter slot="13" cable="false"/>
64 <Adapter slot="14" cable="false"/>
65 <Adapter slot="15" cable="false"/>
66 <Adapter slot="16" cable="false"/>
67 <Adapter slot="17" cable="false"/>
68 <Adapter slot="18" cable="false"/>
69 <Adapter slot="19" cable="false"/>
70 <Adapter slot="20" cable="false"/>
71 <Adapter slot="21" cable="false"/>
72 <Adapter slot="22" cable="false"/>
73 <Adapter slot="23" cable="false"/>
74 <Adapter slot="24" cable="false"/>
75 <Adapter slot="25" cable="false"/>
76 <Adapter slot="26" cable="false"/>
77 <Adapter slot="27" cable="false"/>
78 <Adapter slot="28" cable="false"/>
79 <Adapter slot="29" cable="false"/>
80 <Adapter slot="30" cable="false"/>
81 <Adapter slot="31" cable="false"/>
82 <Adapter slot="32" cable="false"/>
83 <Adapter slot="33" cable="false"/>
84 <Adapter slot="34" cable="false"/>
85 <Adapter slot="35" cable="false"/>
86 </Network>
87 <AudioAdapter controller="HDA" driver="Pulse" enabled="true"/>
88 <RTC localOrUTC="UTC"/>
89 <Clipboard/>
90 </Hardware>
91 <StorageControllers>
92 <StorageController name="IDE Controller" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
93 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="0" device="1">
94 <Image uuid="{b9f096a3-d33e-41b9-ab2b-89887b33b001}"/>
95 </AttachedDevice>
96 </StorageController>
97 <StorageController name="SATA Controller" type="AHCI" PortCount="1" useHostIOCache="true" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
98 <AttachedDevice nonrotational="true" discard="true" type="HardDisk" hotpluggable="false" port="0" device="0">
99 <Image uuid="{d0193d52-382f-4be0-8b30-056e77411fea}"/>
100 </AttachedDevice>
101 </StorageController>
102 </StorageControllers>
103 </Machine>
104</VirtualBox>

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