3

I am running VirtualBox 5.0.14 on Windows 10. I am running Ubuntu Desktop (I tried 14.04, 15.10 and 16.04 (pre release)) in my VirtualBox environment. When my laptop goes to hibernate the Ubuntu session crashes with the following error:

https://i.sstatic.net/1c6nL.jpg

In case image is not available, the error is:

The instruction at 0x00007FF92F74E80B referenced memory at 0x0000000000000014. The memory could not be read.

I installed the latest version of the Guest additions. How to solve?

1 Answers1

2

Hibernating a host will not hibernate a virtual guest too. Depending on the guest's state this will lead to issues or even data loss.

For some people the guest additions will take care of most, others can't hibernate a host at all when a guest is running.

We should therefore put the guest in savestate mode before we hibernate a host.

Putting a guest to savestate can be done from the command line or a script. We could therfroe add it to the host's hibernating routine.

Takkat
  • 144,580