Virtual-machine loses save state after reboot

2

0

Every time I restart/shut down my VM in VirtualBox (image is Ubuntu 10.02), whenever I start it back up, it reverts to the state it was in after I installed Guest Additions. This is extremely frustrating as every time I make progress on a project, whenever it restarts (mostly from crashing), I have to redo mostly everything. Is this a known problem with Guest Additions or with Virtual Box in general, and if so is there some solution?

zach

Posted 2011-03-04T01:23:48.687

Reputation: 21

Are you restoring from Snapshot when you boot up the VM ? – Sathyajith Bhat – 2011-03-04T07:43:49.203

Maybe mentioning the version of VirtualBox you use might help. – tshepang – 2011-03-04T10:17:51.910

Answers

1

Make sure the "Restore current snapshot" check box in the "Close Virtual Machine" dialog is unchecked. If it is checked, VirtualBox will revert to the current snapshot, losing any changes since the last snapshot.

bwDraco

Posted 2011-03-04T01:23:48.687

Reputation: 41 701