Two vm's with same configuration one runs fine the 2nd very slow

Discussions related to using VirtualBox on Windows hosts.
Locked
isalsberg
Posts: 4
Joined: 3. Jan 2012, 00:22
Primary OS: MS Windows 10
VBox Version: OSE other
Guest OSses: windows, linux, OS x

Two vm's with same configuration one runs fine the 2nd very slow

Post by isalsberg »

Hello,

I have two VM's with guest OS X and only one VM disk.
If I attach the disk to the first VM, it works just fine, however, when I attach the very same disk to the second VM is so sluggish that becomes unusable.

I already compared the .vbox configuration files in both VM's and the only differences are the name, ID's. position values, MACAddress and time stamps, so I think there must be some internal value not shown in the .vbox file.

I also tried comparing both VM's configurations using the command line:
C:\Program Files\Oracle\VirtualBox>vboxmanage showvminfo "VM OK"
vs
C:\Program Files\Oracle\VirtualBox>vboxmanage showvminfo "VM Wrong"
And there are NO significant differences between both.


Is there a way to identify what makes to run the first VM fine and the second so slow?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: Two vm's with same configuration one runs fine the 2nd very slow

Post by scottgus1 »

isalsberg wrote:so I think there must be some internal value not shown in the .vbox file.
The only other place Virtualbox stores things is in its main Virtualbox.xml, usually found in C:\Users\[accountname}\.Virtualbox (note the period in the folder name).
isalsberg wrote:there are NO significant differences between both.
A killing difference can look very insignificant.

However, a Mac guest is only allowed if the physical computer is real Apple hardware.
OSX guests on non-Apple hardware

If you are using an Apple computer, please start a new topic in the Mac Guests forum, with a zipped guest vbox.log, posted using the forum's Upload Attachment tab.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Two vm's with same configuration one runs fine the 2nd very slow

Post by mpack »

scottgus1 wrote: A killing difference can look very insignificant.
Or a killing similarity, such as matching MAC addresses.
Locked