Page 1 of 1

Move vdi from Win->MAC; starts up but crashes under way

Posted: 4. Apr 2016, 19:02
by Rokker33
Hi,

I had a Win7 machine where I hosted a Win8 virtual box. Now I wish to take the win8 dvi and use it on my macbook. The win7 hard disk crashed. Is that possible? I copied the vdi to the macbook and created a new virtual machine in VirtualBox. It starts loading up Win8 (startup logo is shown) but then it crashed. Don't know how to read the log file.

Anyone a hint how can I get this Win8 vdi up and running?

Thanks, Markus

Re: Move vdi from Win->MAC; starts up but crashes under way

Posted: 4. Apr 2016, 19:30
by socratis
First of all, the VDI is the Virtual Disk Image, i.e. your virtual hard drive. That does not include the rest of the "recipe" of the VM, like amounts of RAM, networking, etc. You should have migrated the whole VM, according to the article Moving a VM. But, if you made a VM with the exact same settings, it may work.

There are two things that will help us to potentially identify the problem. First of all, the settings of each of the VMs. From both your computers issue the following command in the Terminal/Command Prompt (for Windows hosts you have to be in the VirtualBox directory, typically "C:\Program Files\Oracle\VirtualBox\"):
   VBoxManage showvminfo "Your_VM_name"
Attach the output from both systems in your response.

Next, the VBox.log.
  1. Start the VM. Not from a saved or suspended state. Clean start.
  2. Take the steps required to generate/observe the error.
  3. Record the error message. EXACTLY. Post a screenshot if you have to.
  4. Shut down the VM (if it hasn't aborted by itself). Not suspend, not pause. Shut down. If you can't shut it down by normal means, close the VM window and select "Power off".
  5. Right-click on the VM in the VirtualBox Manager.
  6. Select "Show Log..."
  7. Save it, ZIP it and attach it in your response (see the "Upload attachment" at the bottom of the form).

Re: Move vdi from Win->MAC; starts up but crashes under way

Posted: 11. Apr 2016, 10:40
by Rokker33
Thanks a lot for the answer. Unfortunately my provider put the notification mail into spam and I just saw it today.

Please find attached the requested information. Unfortunately my windows machine does not boot up any more after hard disk crash. So I could not sent a showvminfo text.

I could sent the windows machine box file and the last logs from the time vmbox Win8 was started last time on my windows machine. Please let me know if that helps.

Thanks so much for helping.

Best regards,
Markus

Re: Move vdi from Win->MAC; starts up but crashes under way

Posted: 11. Apr 2016, 11:03
by mpack
VBox.log wrote: 00:00:02.075108 Host RAM: 8192MB total, 1431MB available
...
00:00:02.245126 RamSize <integer> = 0x00000000c3400000 (3 275 751 424, 3 GB)
00:00:02.246011 VRamSize <integer> = 0x0000000008000000 (134 217 728, 128 MB)
Never going to work. Host RAM way overcommitted.
VBox.log wrote: 00:00:02.108917 Guest OS type: 'Windows8_64'
Are you sure the guest was Win8, and not Win8.1? It make a big difference: running Windows 8.1 in a Win8 VM will not work.