Ubuntu guest aborting on saving state
Posted: 22. Dec 2017, 17:48
Hi,
I'm running an Ubuntu 17.10 guest on a Windows 10 Host with VirtualBox 5.1.30
When I try to save the machine state, the guest ends up in the "Aborted" state so I am unable to resume from the saved state
If I send a shut-down signal, it shuts down cleanly
Attached are the logs of a clean start followed by an attempt to save the machine state, and for convenience here's the last few lines.
Many thanks for any help you can offer!
Toby
I'm running an Ubuntu 17.10 guest on a Windows 10 Host with VirtualBox 5.1.30
When I try to save the machine state, the guest ends up in the "Aborted" state so I am unable to resume from the saved state
If I send a shut-down signal, it shuts down cleanly
Attached are the logs of a clean start followed by an attempt to save the machine state, and for convenience here's the last few lines.
Code: Select all
00:02:29.334109 VMMDev: Guest Additions capability report: (0x0 -> 0x1) seamless: yes, hostWindowMapping: no, graphics: no
00:02:29.334322 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners.
00:02:29.334349 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary.
00:02:29.334357 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners.
00:02:29.334361 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=0, Machine-state=5
00:02:34.502257 VMMDev: Guest Log: VbglR0HGCMInternalCall: vbglR0HGCMInternalPreprocessCall failed. rc=-54
00:02:34.502311 VMMDev: Guest Log: VBOXGUEST_IOCTL_HGCM_CALL: 64 Failed. rc=-54.
00:02:41.017557 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:02:41.081065 AIOMgr: Endpoint for file 'H:\dev\Ubuntu 17.10 Artful (64bit).vdi' (flags 000c0781) created successfully
00:02:41.119087 PDMR3Suspend: 101 482 226 ns run time
00:02:41.119115 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:02:41.119131 Console: Machine state changed to 'Paused'
00:02:45.077076 GUI: Request for close-action to save VM state.
00:02:45.077102 GUI: Passing request to save VM state from machine-logic to UI session.
00:02:45.077424 Console: Machine state changed to 'Saving'
00:02:45.078776 Changing the VM state from 'SUSPENDED' to 'SAVING'
00:02:45.085310 VUSB: Detached 'HidMouse' from port 1
00:02:45.099199 GUI: UIMediumEnumerator: Medium-enumeration finished!Toby