Virtual Machine Doesn’t Start in VirtualBox

I had 2 occasions where my virtual machine couldn’t start.  The error message as similar to:

Could not find a registered CD/DVD image with UUID {90780d30-7262-4296-9d45-b1fdf718e414}.

Result Code: 0x80070057 Component: VirtualBox Interface: IVirtualBox {e1d95593-f579-4f47-b489-0b67181014e1}

To fix the problem, edit the machine XML file in .VirtualBox\Machines\{vm_name}\{vm_name}.xml and replaced the line with the UUID specified with the line:

<DVDDrive passthrough="false"/>

That disconnected the CD/DVD and I was able to start the virtual machine again.

Related posts:

  1. Installing Guest Additions for VirtualBox
  2. Upgrading Portable-VirtualBox
  3. Running Windows Within Windows
  4. Running VirtualBox in Ubuntu
  5. Tomcat 5.5 Doesn’t Start in Ubuntu 7.04
This entry was posted in Virtual Machine, VirtualBox and tagged , . Bookmark the permalink.

Comments are closed.