VirtualBox

Ticket #16128: debian-8-boinc-server.vbox

File debian-8-boinc-server.vbox, 4.9 KB (added by Roman Trunov, 8 years ago)

VM config

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.14-linux">
9 <Machine uuid="{6e69f2c0-2e8b-45e5-8e2a-8e7d3f8691cb}" name="debian-8-boinc-server" OSType="Debian_64" snapshotFolder="Snapshots" lastStateChange="2016-10-30T07:30:06Z">
10 <MediaRegistry>
11 <HardDisks>
12 <HardDisk uuid="{a5735a59-3a3a-4c02-bc7c-6553e68c4f25}" location="debian-8-boinc-server.vdi" format="VDI" type="Normal"/>
13 </HardDisks>
14 <DVDImages>
15 <Image uuid="{f3b6b35c-b5bd-4550-91aa-c7ed3b8d23df}" location="C:/home/christian/boinc/virtualmachine/iso/debian-8.2.0-amd64-netinst.iso"/>
16 </DVDImages>
17 </MediaRegistry>
18 <ExtraData>
19 <ExtraDataItem name="GUI/LastGuestSizeHint" value="720,400"/>
20 <ExtraDataItem name="GUI/LastNormalWindowPosition" value="95,124,720,442"/>
21 </ExtraData>
22 <Hardware>
23 <CPU>
24 <PAE enabled="false"/>
25 <LongMode enabled="true"/>
26 <HardwareVirtExLargePages enabled="false"/>
27 </CPU>
28 <Memory RAMSize="1536"/>
29 <HID Pointing="USBTablet"/>
30 <Display VRAMSize="12"/>
31 <RemoteDisplay enabled="false">
32 <VRDEProperties>
33 <Property name="TCP/Ports" value="3391"/>
34 </VRDEProperties>
35 </RemoteDisplay>
36 <BIOS>
37 <IOAPIC enabled="true"/>
38 </BIOS>
39 <USB>
40 <Controllers>
41 <Controller name="OHCI" type="OHCI"/>
42 <Controller name="EHCI" type="EHCI"/>
43 </Controllers>
44 </USB>
45 <Network>
46 <Adapter slot="0" enabled="true" MACAddress="080027C3EBD2" cable="true" type="82540EM">
47 <DisabledModes>
48 <BridgedInterface name="eth1"/>
49 <InternalNetwork name="intnet"/>
50 <NATNetwork name="NatNetwork"/>
51 </DisabledModes>
52 <NAT>
53 <Forwarding name="SSH" proto="1" hostport="30022" guestport="22"/>
54 <Forwarding name="Web" proto="1" hostport="30080" guestport="80"/>
55 </NAT>
56 </Adapter>
57 <Adapter slot="1" MACAddress="080027DBC0F7" cable="true" type="82540EM"/>
58 <Adapter slot="2" MACAddress="08002752E2AA" cable="true" type="82540EM"/>
59 <Adapter slot="3" MACAddress="080027F49A12" cable="true" type="82540EM"/>
60 <Adapter slot="4" MACAddress="080027681A62" cable="true" type="82540EM"/>
61 <Adapter slot="5" MACAddress="080027080D35" cable="true" type="82540EM"/>
62 <Adapter slot="6" MACAddress="0800279A4DEA" cable="true" type="82540EM"/>
63 <Adapter slot="7" MACAddress="080027E9C8E2" cable="true" type="82540EM"/>
64 </Network>
65 <UART>
66 <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
67 <Port slot="1" enabled="false" IOBase="0x2f8" IRQ="3" hostMode="Disconnected"/>
68 </UART>
69 <LPT>
70 <Port slot="0" enabled="false" IOBase="0x378" IRQ="7"/>
71 <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
72 </LPT>
73 <AudioAdapter driver="OSS" enabled="false"/>
74 <RTC localOrUTC="UTC"/>
75 <GuestProperties>
76 <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="101610" timestamp="1460666983723447000" flags=""/>
77 <GuestProperty name="/VirtualBox/GuestAdd/Version" value="4.3.30" timestamp="1460666983722446900" flags=""/>
78 <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="4.3.30_Debian" timestamp="1460666983722946900" flags=""/>
79 <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Linux" timestamp="1460666983718946400" flags=""/>
80 <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="3.16.0-4-amd64" timestamp="1460666983720946700" flags=""/>
81 <GuestProperty name="/VirtualBox/GuestInfo/OS/Version" value="#1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19)" timestamp="1460666983721946800" flags=""/>
82 <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1460666957425107500" flags=""/>
83 </GuestProperties>
84 </Hardware>
85 <StorageControllers>
86 <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
87 <AttachedDevice passthrough="false" type="DVD" port="1" device="0"/>
88 </StorageController>
89 <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
90 <AttachedDevice type="HardDisk" port="0" device="0">
91 <Image uuid="{a5735a59-3a3a-4c02-bc7c-6553e68c4f25}"/>
92 </AttachedDevice>
93 </StorageController>
94 </StorageControllers>
95 <Autostart enabled="true" delay="0" autostop="AcpiShutdown"/>
96 </Machine>
97</VirtualBox>

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