Opened 13 years ago
Last modified 7 years ago
#9717 new defect
Unable to restore from state saved with memory balloon active
Reported by: | cb1 | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 4.1.4 |
Keywords: | balloon pgm VERR_SSM_LOADED_TOO_LITTLE | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description (last modified by )
Steps to reproduce:
- Create a VM, install an operating system that supports the VirtualBox Guest Additions (Windows, Linux)
- Install Guest Additions, Reboot guest
- VBoxManage controlvm [vnname] [balloon size]
(any balloon size grater than zero causes the issue) - Save the VM state
- Attempt to start the VM
Error message is Failed to load unit 'pgm' (VERR_SSM_LOADED_TOO_LITTLE).
Attachments (1)
Change History (6)
by , 13 years ago
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
Disabling large pages should help: VBoxManage modifyvm "vmname" --largepages off
Most likely this happens only on host OSes where VirtualBox enables large page support by default, which is more or less Windows only.
comment:4 by , 10 years ago
I confirmed that this issued doesn't happen if I reset balloon to 0. That serves as a workaround, one just has to remember to zero it before saving state.
comment:5 by , 7 years ago
Still happens with 5.2.12. Maybe put a hint into the documentation that memory ballons must not be "state saved"?
I have a similar issue with at least 4.3.18 and 4.3.20 (Win8.1 x64 host, Linux x64 guest), albeit with different error message:
See my VBox.log. I'll try without large pages soon.