VirtualBox

Ticket #19176: test.vbox

File test.vbox, 3.6 KB (added by Jack_Smith, 5 years ago)

virtual machine that doesn't power up because of NVRAM variables

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="{935f3695-7dcd-4f89-877a-f330d9348393}" name="test" OSType="Other_64" snapshotFolder="Snapshots" lastStateChange="2019-12-20T09:45:53Z">
10 <ExtraData>
11 <ExtraDataItem name="GUI/LastNormalWindowPosition" value="427,180,426,359"/>
12 <ExtraDataItem name="GUI/ScaleFactor" value="2"/>
13 <ExtraDataItem name="VBoxInternal/Devices/efi/0/LUN#0/Driver" value="NvramStorage"/>
14 </ExtraData>
15 <Hardware>
16 <CPU count="2">
17 <PAE enabled="true"/>
18 <LongMode enabled="true"/>
19 <HardwareVirtExLargePages enabled="true"/>
20 </CPU>
21 <Memory RAMSize="1024"/>
22 <Firmware type="EFI"/>
23 <HID Pointing="USBTablet"/>
24 <Chipset type="ICH9"/>
25 <Paravirt provider="Default"/>
26 <Boot>
27 <Order position="1" device="HardDisk"/>
28 <Order position="2" device="None"/>
29 <Order position="3" device="None"/>
30 <Order position="4" device="None"/>
31 </Boot>
32 <Display VRAMSize="128"/>
33 <VideoCapture file="." fps="25"/>
34 <RemoteDisplay enabled="false"/>
35 <BIOS>
36 <IOAPIC enabled="true"/>
37 <SmbiosUuidLittleEndian enabled="true"/>
38 </BIOS>
39 <USB>
40 <Controllers>
41 <Controller name="OHCI" type="OHCI"/>
42 </Controllers>
43 </USB>
44 <Network>
45 <Adapter slot="0" MACAddress="0800270BC64E" cable="true" type="Am79C973">
46 <NAT/>
47 </Adapter>
48 <Adapter slot="8" type="Am79C973"/>
49 <Adapter slot="9" type="Am79C973"/>
50 <Adapter slot="10" type="Am79C973"/>
51 <Adapter slot="11" type="Am79C973"/>
52 <Adapter slot="12" type="Am79C973"/>
53 <Adapter slot="13" type="Am79C973"/>
54 <Adapter slot="14" type="Am79C973"/>
55 <Adapter slot="15" type="Am79C973"/>
56 <Adapter slot="16" type="Am79C973"/>
57 <Adapter slot="17" type="Am79C973"/>
58 <Adapter slot="18" type="Am79C973"/>
59 <Adapter slot="19" type="Am79C973"/>
60 <Adapter slot="20" type="Am79C973"/>
61 <Adapter slot="21" type="Am79C973"/>
62 <Adapter slot="22" type="Am79C973"/>
63 <Adapter slot="23" type="Am79C973"/>
64 <Adapter slot="24" type="Am79C973"/>
65 <Adapter slot="25" type="Am79C973"/>
66 <Adapter slot="26" type="Am79C973"/>
67 <Adapter slot="27" type="Am79C973"/>
68 <Adapter slot="28" type="Am79C973"/>
69 <Adapter slot="29" type="Am79C973"/>
70 <Adapter slot="30" type="Am79C973"/>
71 <Adapter slot="31" type="Am79C973"/>
72 <Adapter slot="32" type="Am79C973"/>
73 <Adapter slot="33" type="Am79C973"/>
74 <Adapter slot="34" type="Am79C973"/>
75 <Adapter slot="35" type="Am79C973"/>
76 </Network>
77 <AudioAdapter driver="DirectSound" enabled="false" enabledIn="false"/>
78 <RTC localOrUTC="UTC"/>
79 <Clipboard/>
80 <GuestProperties>
81 <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1576835154105749800" flags=""/>
82 </GuestProperties>
83 </Hardware>
84 <StorageControllers>
85 <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
86 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
87 </StorageController>
88 </StorageControllers>
89 </Machine>
90</VirtualBox>

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