User Tools

Site Tools


wiki:virtualbox_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:virtualbox_troubleshooting [2024/09/09 11:21] – add Virtualbox Guru meditation antisawiki:virtualbox_troubleshooting [2026/01/20 12:34] (current) – add Unknown resource type 32768 in hardware item antisa
Line 70: Line 70:
   * Ubuntu 22.04.4 LTS   * Ubuntu 22.04.4 LTS
   * virtualbox     6.1.32-dfsg-1~ubuntu1.20.04.1   * virtualbox     6.1.32-dfsg-1~ubuntu1.20.04.1
 +
 +
 +===== 'poweroff' state =====
 +
 +<code>
 +The guest machine entered an invalid state while waiting for it
 +to boot. Valid states are 'starting, running'. The machine is in the
 +'poweroff' state. Please verify everything is configured
 +properly and try again.
 +</code>
 +
 +Happened when running the vagrant installed as a single binary. Resolved by [[https://developer.hashicorp.com/vagrant/downloads#linux|installing via repo]].
 +
 +
 +===== Unknown resource type 32768 in hardware item =====
 +
 +Full error:
 +<code>
 +There was an error while executing `VBoxManage`, a CLI used by Vagrant
 +for controlling VirtualBox. The command and stderr is shown below.
 +
 +Command: ["import", "-n", "/home/antisa/.vagrant.d/boxes/almalinux-VAGRANTSLASH-10/10.1.20260110/amd64/virtualbox/box.ovf"]
 +
 +Stderr: 0%...VBOX_E_FILE_ERROR
 +VBoxManage: error: Appliance read failed
 +VBoxManage: error: Error reading "/home/antisa/.vagrant.d/boxes/almalinux-VAGRANTSLASH-10/10.1.20260110/amd64/virtualbox/box.ovf": Unknown resource type 32768 in hardware item, line 49
 +VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance
 +VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 510 of file VBoxManageAppliance.cpp
 +</code>
 +
 +Could be a mismatch with installed virtualbox version and the vmbox version. Upgrade to newer virtualbox or downgrade box.
  
 ===== References ===== ===== References =====
   * http://virtualbox.org/manual/ch06.html#network_hostonly   * http://virtualbox.org/manual/ch06.html#network_hostonly
 +  * https://github.com/hashicorp/vagrant/issues/13318#issuecomment-2200731628
  
  
wiki/virtualbox_troubleshooting.1725880909.txt.gz · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki