I have a problem! Unsupported version 14 of data unit 'cpum'
I have a problem! Unsupported version 14 of data unit 'cpum'
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!
"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
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
It looks like you may have saved a state using a later version of the software. Discard the saved state and it may work.
Re: I have a problem! Unsupported version 14 of data unit 'c
I need that saved state!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.
Where/how can I run that code? I can't access to Linux.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
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
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.
You will need to be in the directory that has VBoxManage.exe for it to work.
Re: I have a problem! Unsupported version 14 of data unit 'c
Ok, now I'm not at home so tomorrow I'll try and I'll let you know. Thank youPerryg 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.
Re: I have a problem! Unsupported version 14 of data unit 'c
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)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
- Attachments
-
- vbox manage.jpg (41.78 KiB) Viewed 12498 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 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
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
that worked for me, thxPerryg wrote:Upgrade to 4.3.4 then run the following to get the guest to work.Code: Select all
VBoxManage modifyvm <VmName> --longmode off
Re: I have a problem! Unsupported version 14 of data unit 'c
donePerryg wrote:Post the guests log file ( as an attachment )
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 statempack wrote:When a command line argument contains spaces, such as "Linux FoI", then you need to wrap it in quotes like I just did.
- 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
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.
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
Perhaps revert to his old VirtualBox version, shut the VM down properly and apply the longmode fix.Perryg wrote:I don't know what else you can do at this point.
-
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
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.
Re: I have a problem! Unsupported version 14 of data unit 'c
The command prompt said me: VBoxManage.exe: error: Unknown option: --longmodempack wrote:Perhaps revert to his old VirtualBox version, shut the VM down properly and apply the longmode fix.Perryg wrote:I don't know what else you can do at this point.
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.