Re: Windows is not available
Posted: 15. Jun 2018, 11:54
socratis wrote:Right-click on the VM, "Show in Finder". Post that .vbox file...
End user forums for VirtualBox
https://forums.virtualbox.org/
socratis wrote:Right-click on the VM, "Show in Finder". Post that .vbox file...
I-doesn't work i thinksocratis wrote:Follow that advice first:socratis wrote:Right-click on the VM, "Show in Finder". Post that .vbox file...
Code: Select all
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-macosx">
<Machine uuid="{e906c61f-adf9-4dd4-88cd-d9c7a1858518}" name="Windows 10 JG" OSType="Windows10_64" snapshotFolder="Snapshots" lastStateChange="2018-06-13T07:55:33Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{bd258b30-0294-476b-8d0c-d4ec1b6c0bf4}" location="Windows 10 JG.vdi" format="VDI" type="Normal"/>
</HardDisks>
<DVDImages>
<Image uuid="{b04b455e-b3d3-49de-980d-3fe75b4e9777}" location="/Users/JanGoedhart/Desktop/Windows-10-Professional-NL-64.iso"/>
</DVDImages>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/Fullscreen" value="true"/>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="656,45,1024,789"/>
<ExtraDataItem name="GUI/LastScaleWindowPosition" value="752,263,640,480"/>
</ExtraData>
<Hardware>
<CPU count="3">
<PAE enabled="false"/>
<LongMode enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
</CPU>
<Memory RAMSize="2048"/>
<HID Pointing="USBTablet"/>
<Paravirt provider="Default"/>
<Display VRAMSize="128"/>
<VideoCapture fps="25" options="ac_enabled=false"/>
<RemoteDisplay enabled="false"/>
<BIOS>
<IOAPIC enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
</Controllers>
<DeviceFilters>
<DeviceFilter name="Nieuw filter 1" active="false"/>
</DeviceFilters>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="08002709D259" cable="true" type="82540EM">
<NAT/>
</Adapter>
</Network>
<AudioAdapter controller="HDA" driver="CoreAudio" enabled="true" enabledIn="false"/>
<SharedFolders>
<SharedFolder name="Gedeelde_map" hostPath="/Users/JanGoedhart/Desktop/Gedeelde map" writable="true" autoMount="true"/>
<SharedFolder name="VM-shared" hostPath="/Users/JanGoedhart/VM-shared" writable="true" autoMount="true"/>
</SharedFolders>
<Clipboard mode="Bidirectional"/>
<DragAndDrop mode="Bidirectional"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1527853395382837000" flags="RDONLYGUEST"/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{bd258b30-0294-476b-8d0c-d4ec1b6c0bf4}"/>
</AttachedDevice>
</StorageController>
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="0" device="0">
<Image uuid="{b04b455e-b3d3-49de-980d-3fe75b4e9777}"/>
</AttachedDevice>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>