Advertisement
aphxx66

vbox config

Jul 2nd, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  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.18-windows">
  9. <Machine uuid="{8d07a3cb-2d4a-42fb-8e9c-91ebfa6257df}" name="Rocky" OSType="RedHat_64" snapshotFolder="Snapshots" lastStateChange="2022-07-02T16:02:08Z">
  10. <MediaRegistry>
  11. <HardDisks>
  12. <HardDisk uuid="{f855b536-e85a-4f44-9594-fb48c788f736}" location="Rocky.vdi" format="VDI" type="Normal"/>
  13. </HardDisks>
  14. <DVDImages>
  15. <Image uuid="{201659cc-281a-49e8-acba-98e4aa59c7fa}" location="C:/Users/Aster/Downloads/Rocky-8.6-x86_64-minimal.iso"/>
  16. </DVDImages>
  17. </MediaRegistry>
  18. <ExtraData>
  19. <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
  20. <ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,17,640,480,max"/>
  21. <ExtraDataItem name="GUI/ScaleFactor" value="2"/>
  22. </ExtraData>
  23. <Hardware>
  24. <CPU count="8">
  25. <PAE enabled="true"/>
  26. <LongMode enabled="true"/>
  27. <X2APIC enabled="true"/>
  28. <HardwareVirtExLargePages enabled="true"/>
  29. </CPU>
  30. <Memory RAMSize="8000"/>
  31. <HID Pointing="USBTablet"/>
  32. <Chipset type="ICH9"/>
  33. <Paravirt provider="KVM"/>
  34. <Display controller="VMSVGA" VRAMSize="128" accelerate3D="true"/>
  35. <VideoCapture screens="1" file="." fps="25"/>
  36. <BIOS>
  37. <IOAPIC enabled="true"/>
  38. <SmbiosUuidLittleEndian enabled="true"/>
  39. </BIOS>
  40. <USB>
  41. <Controllers>
  42. <Controller name="xHCI" type="XHCI"/>
  43. </Controllers>
  44. </USB>
  45. <Network>
  46. <Adapter slot="0" enabled="true" MACAddress="080027C7A605" type="82540EM">
  47. <NAT/>
  48. </Adapter>
  49. <Adapter slot="8" cable="false"/>
  50. <Adapter slot="9" cable="false"/>
  51. <Adapter slot="10" cable="false"/>
  52. <Adapter slot="11" cable="false"/>
  53. <Adapter slot="12" cable="false"/>
  54. <Adapter slot="13" cable="false"/>
  55. <Adapter slot="14" cable="false"/>
  56. <Adapter slot="15" cable="false"/>
  57. <Adapter slot="16" cable="false"/>
  58. <Adapter slot="17" cable="false"/>
  59. <Adapter slot="18" cable="false"/>
  60. <Adapter slot="19" cable="false"/>
  61. <Adapter slot="20" cable="false"/>
  62. <Adapter slot="21" cable="false"/>
  63. <Adapter slot="22" cable="false"/>
  64. <Adapter slot="23" cable="false"/>
  65. <Adapter slot="24" cable="false"/>
  66. <Adapter slot="25" cable="false"/>
  67. <Adapter slot="26" cable="false"/>
  68. <Adapter slot="27" cable="false"/>
  69. <Adapter slot="28" cable="false"/>
  70. <Adapter slot="29" cable="false"/>
  71. <Adapter slot="30" cable="false"/>
  72. <Adapter slot="31" cable="false"/>
  73. <Adapter slot="32" cable="false"/>
  74. <Adapter slot="33" cable="false"/>
  75. <Adapter slot="34" cable="false"/>
  76. <Adapter slot="35" cable="false"/>
  77. </Network>
  78. <AudioAdapter controller="HDA" driver="DirectSound" enabled="true" enabledOut="true"/>
  79. <RTC localOrUTC="UTC"/>
  80. <SharedFolders>
  81. <SharedFolder name="cmder" hostPath="C:\Users\Aster\Apps\cmder" writable="true" autoMount="false" autoMountPoint="/mnt/shared"/>
  82. </SharedFolders>
  83. <Clipboard mode="Bidirectional"/>
  84. <DragAndDrop mode="Bidirectional"/>
  85. <GuestProperties>
  86. <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1656720998862808400" flags="RDONLYGUEST"/>
  87. </GuestProperties>
  88. <StorageControllers>
  89. <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
  90. <AttachedDevice nonrotational="true" type="HardDisk" hotpluggable="false" port="0" device="0">
  91. <Image uuid="{f855b536-e85a-4f44-9594-fb48c788f736}"/>
  92. </AttachedDevice>
  93. </StorageController>
  94. <StorageController name="IDE" type="VirtioSCSI" PortCount="2" useHostIOCache="true" Bootable="true">
  95. <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="0" device="0"/>
  96. </StorageController>
  97. </StorageControllers>
  98. </Hardware>
  99. </Machine>
  100. </VirtualBox>
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement