Hi folks, Im running a relatively simply vagrant file for ubuntu, and seeing that my VMs are stuck in gurumediation state . IM running virtualbox on an ubuntu laptop. Im ok wiping the laptop (its ubuntu 22) and just trying a new OS version… But in the meantime, does anyone have any suggestions on how i might be able to fix this issue ?
…
➜ sig-windows-dev-tools git:(82c99bc) ✗ VBoxManage -v
7.0.8r156879
➜ sig-windows-dev-tools git:(82c99bc) ✗ vagrant version
[Vagrantfile] Loading default settings from settings.yaml
Installed Version: 2.3.4
Latest Version: 2.3.6
1 Like
Adding some debug details in case its useful…
==> controlplane: Booting VM…
INFO subprocess: Starting process: [“/usr/bin/VBoxManage”, “startvm”, “b6f5eb56-e7e7-4744-81d9-8593e892a715”, “–type”, “headless”]
INFO subprocess: Command not in installer, restoring original environment…
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::Customize:0x000000000367c188
INFO warden: Calling IN action: #Vagrant::Action::Builtin::WaitForCommunicator:0x000000000367c0c0
INFO interface: output: Waiting for machine to boot. This may take a few minutes…
INFO interface: output: ==> controlplane: Waiting for machine to boot. This may take a few minutes…
==> controlplane: Waiting for machine to boot. This may take a few minutes…
INFO subprocess: Starting process: [“/usr/bin/VBoxManage”, “showvminfo”, “b6f5eb56-e7e7-4744-81d9-8593e892a715”, “–machinereadable”]
INFO subprocess: Command not in installer, restoring original environment…
DEBUG subprocess: Selecting on IO
INFO subprocess: Starting process: [“/usr/bin/VBoxManage”, “showvminfo”, “b6f5eb56-e7e7-4744-81d9-8593e892a715”, “–machinereadable”]
INFO subprocess: Command not in installer, restoring original environment…
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: [“/usr/bin/VBoxManage”, “showvminfo”, “b6f5eb56-e7e7-4744-81d9-8593e892a715”, “–machinereadable”]
INFO subprocess: Command not in installer, restoring original environment…
DEBUG subprocess: Selecting on IO
virtualbox.org • View topic - Guru Meditation mode in virtualbox 7, ubuntu jammy vbox 7.0.8r156879 ← i reposted this in the virtualbox forums since its a pretty low level error.
Im starting to get the feeling its not vagrant specific bc i tried it w/ multiple boxes and so on…