- The version of VirtualBox you are using, what version of the Extension Pack in Virtualbox on the host you have installed (if any), and Guest Additions (in the guest).
- Host & Guest make and version including 32 or 64 bit, and the amount of memory available to both.
- VM log file (as an attachment) See your VirtualBox users guide for how to locate this if using command line or right click the guest in the VirtualBox main manager and select show log. Then choose save.
*Note: Windows as host users with version newer than 4.3.12 need to post the VBoxStartup.log or VBoxHardening.log
Some simple commands to show the information needed if asked to provide them.
Code: Select all
VBoxManage list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies|
bridgedifs|hostonlyifs|dhcpservers|hostinfo|
hostcpuids|hddbackends|hdds|dvds|floppies|
usbhost|usbfilters|systemproperties|extpacks
Example: VBoxManage list extpacks
Code: Select all
VBoxManage showvminfo <uuid>|<name> [--details]
[--machinereadable]
Example1: VBoxManage showvminfo Win-XP --details
Example2: VBoxManage showvminfo "Win XP" --details
(edit: slight tweaks to add Extension Pack info, by scottgus1)