<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 17.03.2013 16:46, tech mailinglists wrote:
    <blockquote cite="mid:5145E540.3070407@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      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;" bgcolor="#eeeeee" border="0" cellpadding="0"
        cellspacing="0" width="100%">
        <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-1">
      <style type="text/css">
p, li { white-space: pre-wrap;</style><br>
    </blockquote>
    sounds like the access rights are wrong... but that's just a wild
    guess. There should be more information in the error message text,
    apparently there isn't.<br>
    <blockquote cite="mid:5145E540.3070407@gmail.com" type="cite"> 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>
    </blockquote>
    That usually means that VirtualBox isn't installed correctly. Does
    the GUI start from this command line (VirtualBox.exe)?<br>
    <blockquote cite="mid:5145E540.3070407@gmail.com" type="cite"> 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>
    </blockquote>
    Very strange - I guess this is a COM API problem with the two
    "identities" of a single user with and without admin privileges.
    Windows is very annoying with the privileges needed for raw disk
    access, it's really not much fun.<br>
    <blockquote cite="mid:5145E540.3070407@gmail.com" type="cite"> 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>
    </blockquote>
    Try running *everything* from an admin command line prompt, without
    any API use by the non-admin user (i.e. don't start the GUI
    normally).<br>
    <br>
    Klaus<br>
    <br>
    <blockquote cite="mid:5145E540.3070407@gmail.com" type="cite"> 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>
    </blockquote>
    seen orders of magnitude worse, don't worry :)<br>
    <br>
    <div class="moz-signature"><!-- This signature was generated by the MyDesktop Oracle Business Signature utility version 3.8.2 -->
      <!-- Visit http://mydesktop.oracle.com/ and try it for yourself -->
    </div>
  </body>
</html>