<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello all,<br>
    <br>
    I'm trying to assign a few physical disks to a Ubuntu VM in
    VirtualBox 4.2.10 (newest) on a Windows 7 host. I read about it and
    saw that it's managed like in VMWare which I use also. The VM
    earlier was a VMWare VM so I converted the main disk from vmdk to
    vdi. This disk I can assign without problems.<br>
    <br>
    I already used the physical disks in VMWare so I simply tried to use
    the existing VMDK descriptor/pointer files. This fails in VirtualBox
    as follows:<br>
    <br>
    <meta name="qrichtext" content="1">
    <table style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px;" width="100%" bgcolor="#eeeeee" border="0"
      cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">Errorcode:</p>
          </td>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;"><span style=" font-family:'Courier
                New,courier';">VBOX_E_IPRT_ERROR (0x80BB0005)</span></p>
          </td>
        </tr>
        <tr>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">Component:</p>
          </td>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">Medium</p>
          </td>
        </tr>
        <tr>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">Interface:</p>
          </td>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">IMedium
              {29989373-b111-4654-8493-2e1176cba890}</p>
          </td>
        </tr>
        <tr>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">Callee:</p>
          </td>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">IVirtualBox
              {3b2f08eb-b810-4715-bee0-bb06b9880ad2}</p>
          </td>
        </tr>
        <tr>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;">Callee RC:</p>
          </td>
          <td>
            <p style=" margin-top:0px; margin-bottom:0px;
              margin-left:0px; margin-right:0px; -qt-block-indent:0;
              text-indent:0px;"><span style=" font-family:'Courier
                New,courier';">VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)</span></p>
          </td>
        </tr>
      </tbody>
    </table>
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-15">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
    So I tried to create the files new with VBoxManage and this fails
    with a COM server error as follows:<br>
    <br>
    C:\Windows\system32>"C:\Program
    Files\Oracle\VirtualBox\VBoxManage.exe" internal<br>
    commands createrawvmdk -filename "C:\Users\Laukamp\VirtualBox
    VMs\Deluge"\deluge<br>
    -PHD1.vmdk -rawdisk \\.\PhysicalDrive1<br>
    VBoxManage.exe: error: Failed to create the VirtualBox object!<br>
    VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) -
    Server execu<br>
    tion failed (extended info not available)<br>
    VBoxManage.exe: error: Most likely, the VirtualBox COM server is not
    running or<br>
    failed to start.<br>
    <br>
    The CMD is started with administrative privileges. The VBoxSVC.exe
    also is running and I also tried to restart it on CMD to see errors.
    No errors appeared it started without problems.<br>
    <br>
    I also tried to reinstall and tried again but this also gave me no
    result. I don't know whether this could be a bug so I post this to
    the users and devel list.<br>
    <br>
    Would be great when someone could help me I don't know how I could
    solve this problem.<br>
    <br>
    Best Regards<br>
    <br>
    P.S. Sorry for my bad english.<br>
  </body>
</html>