I have a problem! Unsupported version 14 of data unit 'cpum'

This is for discussing general topics about how to use VirtualBox.
capcaruls
Posts: 8
Joined: 9. Dec 2013, 00:24

I have a problem! Unsupported version 14 of data unit 'cpum'

Post by capcaruls »

A few days ago i've upgraded virtualbox to 4.3.4 version but it hasn't allowed me to open the VM (with Linux). The problem was a little bit boring 'cause virtualbox showed me an error requiring the virtualization in the CPU configuration, but since my BIOS Utility has not the CPU configuration i couldn't enable it. So i downgraded Virtualbox to previous version, but another error came out:

"Unsupported version 14 of data unit 'cpum' (instance #1, pass 0xffffffff)
(VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION).
Details
Exit Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole IConsole {1968b7d3-e3bf-4ceb-99e0-cb7c913317bb}"


This is my PC configuration:
PC: HP Presario CQ56
CPU: Pentium(R) Dual-Core T4500 2.3 GHz
OS: Windows 7 Home Premium 64 bit


I have no idea of how solve this problem, can you help me? Thank you so much!
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by Perryg »

Upgrade to 4.3.4 then run the following to get the guest to work.

Code: Select all

VBoxManage modifyvm <VmName> --longmode off
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: I have a problem! Unsupported version 14 of data unit 'c

Post by mpack »

It looks like you may have saved a state using a later version of the software. Discard the saved state and it may work.
capcaruls
Posts: 8
Joined: 9. Dec 2013, 00:24

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by capcaruls »

mpack wrote:It looks like you may have saved a state using a later version of the software. Discard the saved state and it may work.
I need that saved state! :(
Perryg wrote:Upgrade to 4.3.4 then run the following to get the guest to work.

Code: Select all

VBoxManage modifyvm <VmName> --longmode off
Where/how can I run that code? I can't access to Linux.
Thank you!
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by Perryg »

That code is run on the host and in a command windows on MSWindows
You will need to be in the directory that has VBoxManage.exe for it to work.
capcaruls
Posts: 8
Joined: 9. Dec 2013, 00:24

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by capcaruls »

Perryg wrote:That code is run on the host and in a command windows on MSWindows
You will need to be in the directory that has VBoxManage.exe for it to work.
Ok, now I'm not at home so tomorrow I'll try and I'll let you know. Thank you ;)
capcaruls
Posts: 8
Joined: 9. Dec 2013, 00:24

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by capcaruls »

Perryg wrote:Upgrade to 4.3.4 then run the following to get the guest to work.

Code: Select all

VBoxManage modifyvm <VmName> --longmode off
Perryg I did it but it doesn't work. I attach you the entire error. Anyway it said me "Could not find a reigstered machine named 'Linux'", but my VM is named Linux! (actually it's named Linux FoI)
Attachments
vbox manage.jpg
vbox manage.jpg (41.78 KiB) Viewed 12499 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by Perryg »

Post the guests log file ( as an attachment )
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: I have a problem! Unsupported version 14 of data unit 'c

Post by mpack »

When a command line argument contains spaces, such as "Linux FoI", then you need to wrap it in quotes like I just did.
Hehey
Posts: 4
Joined: 15. Aug 2013, 16:34
Primary OS: MS Windows 7
VBox Version: OSE Debian
Guest OSses: debian
Contact:

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by Hehey »

Perryg wrote:Upgrade to 4.3.4 then run the following to get the guest to work.

Code: Select all

VBoxManage modifyvm <VmName> --longmode off
that worked for me, thx
capcaruls
Posts: 8
Joined: 9. Dec 2013, 00:24

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by capcaruls »

Perryg wrote:Post the guests log file ( as an attachment )
done ;)
mpack wrote:When a command line argument contains spaces, such as "Linux FoI", then you need to wrap it in quotes like I just did.
Ok thank's i did it, but "the machine is not mutable" 'cause the state is saved. So ultimately i have no other alternatives: i have to discard the saved state :(
Attachments
log file.txt
(22.83 KiB) Downloaded 40 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by Perryg »

The whole issue here is that you need to change that setting, but the machine is not mutable since it is in saved state.
I don't know what else you can do at this point.
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: I have a problem! Unsupported version 14 of data unit 'c

Post by mpack »

Perryg wrote:I don't know what else you can do at this point.
Perhaps revert to his old VirtualBox version, shut the VM down properly and apply the longmode fix.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by Perryg »

Maybe but they said that they had already tried that ( original post ). Not sure what version they were using though which may be part of it.
capcaruls
Posts: 8
Joined: 9. Dec 2013, 00:24

Re: I have a problem! Unsupported version 14 of data unit 'c

Post by capcaruls »

mpack wrote:
Perryg wrote:I don't know what else you can do at this point.
Perhaps revert to his old VirtualBox version, shut the VM down properly and apply the longmode fix.
The command prompt said me: VBoxManage.exe: error: Unknown option: --longmode
But before it knew it!
I think it's because of the old version, but why? maybe in that version was not implemented an answer to the --longmod command.
Post Reply