I had this running fine a little while ago, and now I can't get any virtualbox VMs to run, each time a power one up, or create a new VM I get the dreaded message: "A critical error has occurred while running the virtual machine ..."
Looking at the logs I don't see any indication what is wrong. I have the latest virtualbox 6.0.14 with the extention pack installed. The last line in the log just says: "Aborting startup due to invalid machine state detected: 1"
I tried running this to see if it would help, doesn't work.:
# /usr/lib/virtualbox/vboxdrv.sh setup
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: failed: Cannot unload module vboxnetflt.
# systemctl status vboxdrv.service
● vboxdrv.service - VirtualBox Linux kernel module
Loaded: loaded (/usr/lib/virtualbox/vboxdrv.sh; enabled; vendor preset: disabled)
Active: active (exited) since Mon 2019-12-02 00:06:40 PST; 25min ago
Process: 3575 ExecStart=/usr/lib/virtualbox/vboxdrv.sh start (code=exited, status=0/SUCCESS)
systemd[1]: Starting VirtualBox Linux kernel module...
vboxdrv.sh[3575]: vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh[3586]: Starting VirtualBox services.
systemd[1]: Started VirtualBox Linux kernel module.
Last edited by socratis on 8. Dec 2019, 14:50, edited 1 time in total.
Reason:Marked as [Solved].
solarflow wrote:Looking at the logs I don't see any indication what is wrong.
You can either continue doing that, or you can ZIP a VBox.log and let us have a look as well...
We need to see a complete VBox.log, from a complete VM run, where the problem occurs:
Start the VM from cold-boot (not from a paused or saved state) / Observe or recreate the problem / Shutdown the VM (force close it if you have to).
With the VM completely shut down (not paused or saved), right-click on the VM in the VirtualBox Manager and select "Show Log".
Save only the first "VBox.log", ZIP it and attach it to your response. See the "Upload attachment" tab below the reply form.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Thanks, I have attached the log. What I think i'm seeing is that hardware virtualization might be the problem, if that right, I don't know why the only thing that comes to mind could be something for spectre/meltdown mitigation, etc.
I couldn't find anything wrong with your VBox.log. I even checked the CPU capabilities between your and my setup, nothing...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
solarflow wrote:What I think i'm seeing is that hardware virtualization might be the problem
That may indeed be the problem. At least two Google search results for the Guru Meditation -79 (VERR_INVALID_STATE) error point to cases where qemu-kvm was installed in the host OS and the VM crashed very early (after RUNNING for about 20 ms). Please uninstall qemu-kvm and check if the problem persists.
Changing the title slightly from "Running 6.0.14 on Fedora 30 fails" to "Running 6.0.14 on Fedora 30 fails with KVM installed" to better reflect the situation.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.