Home  >  Article  >  Computer Tutorials  >  VBOX_E_OBJECT_NOT_FOUND(0x80bb0001)VirtualBox error

VBOX_E_OBJECT_NOT_FOUND(0x80bb0001)VirtualBox error

WBOY
WBOYforward
2024-03-24 09:51:381075browse

When trying to open a disk image in VirtualBox, you may encounter an error indicating that the hard drive cannot be registered. This usually happens when the VM disk image file you are trying to open has the same UUID as another virtual disk image file. In this case, VirtualBox displays error code VBOX_E_OBJECT_NOT_FOUND(0x80bb0001). If you encounter this error, don’t worry, there are some solutions you can try. First, you can try using VirtualBox's command line tools to change the UUID of the disk image file, which will avoid conflicts. You can run the command `VBoxManage internalcommands sethduuid ` to generate a new UUID. Another workaround is to edit the VirtualBox configuration file (.vbox file), find the entry related to the conflicting disk image file, and change the UUID manually. Please make sure to back up the original file before editing the configuration file in case something unexpected happens. If the above method does not solve the problem, you can also try to create a new virtual machine and

Unable to register the hard disk 'File-LocationName.vdi' {%Virtual-Disk-UUID%} because the hard disk 'File-LocationName.vdi' with UUID {%Virtual-Disk-UUID%} already exists.

Result code: E_INVALIDARG (0x80070057) Component: VirtualBoxWrapInterface: IVirtualBox {fafa4e17—1ee2—4905—a10e—fe7c18bf5554} Caller RC: VBOX_E_OBARY_NOT_FOUND (0x80BB001)"

VBOX_E_OBJECT_NOT_FOUND(0x80bb0001)VirtualBox error

Fix VBOX_E_OBAUTY_NOT_FOUND (0x80bb0001) VirtualBox error

If you encounter "Vbox_e_Object_Not_Found (0x80bb0001)" error in VirtualBox, please try the following solutions to resolve it:

  • Delete occupied virtual disk from VirtualBox
  • Clone disk image using Virtual Media Manager
  • Change the UID of a virtual disk
  • let us start

    1]Remove missing virtual disk from VirtualBox

    First, we need to deal with the failed virtual disk in the virtual box. Typically, when this error occurs, Virtual Box may not recognize a specific virtual disk. By removing any missing or misconfigured virtual disks, we can ensure that VirtualBox is managing resources and configuration correctly, potentially resolving the problem. Removing the failed virtual disk from the Virtual Box is the first step in resolving this issue. Next, we can perform the following steps to remove any missing or misconfigured virtual machines: 1. Open the VirtualBox management interface and select the virtual machine that needs to be operated. 2. In the virtual machine options, select Delete or Remove the virtual machine. 3. Confirm the deletion operation and follow the prompts to complete the deletion process. 4. Make sure to back up important data before deleting the virtual machine to avoid data loss. 5. After the deletion is complete, restart VirtualBox and check whether

  • Start Virtual Media Manager from the "VirtualBox File" menu.
  • Identify and select the virtual disk marked as problematic and select the release option when prompted.
  • Now, click on the Delete option to delete the virtual disk and close the Virtual Media Manager.
  • Next, right-click on the virtual machine in question and select the Settings option to navigate to the virtual machine settings.
  • Click Storage Options in the left pane, then click the Add Hard Disk icon on the right to add a new virtual hard disk file (.VDI).
  • Click to select an existing disk, then select the virtual hard disk file that needs to be added, and then select the Open button to confirm the request.
  • After selecting the file, click the OK button to close the virtual machine settings and restart the virtual machine to apply the changes.
  • Hope this helps you.

    2]Clone disk image using Virtual Media Manager

    VBOX_E_OBJECT_NOT_FOUND(0x80bb0001)VirtualBox error

    To ensure data integrity, it is recommended to clone the disk image in Virtual Media Manager. This process rebuilds damaged metadata and updates the configuration, helping to identify issues related to the disk image and determine whether the error is related to VirtualBox or the system configuration. To perform a clone operation of a disk image, follow these steps:

  • Launch VirtualBox, navigate to the File menu, and select Virtual Media Manager from there.
  • There, select the virtual hard disk that needs to be cloned and click the Copy button. We can specify the disk image file type, name, and size according to our preferences and stick with the default settings.
  • Click the Copy button and wait for the process to complete as the time depends on the size of the disk image.
  • Once completed, set up a new virtual machine in VirtualBox using the newly created disk image.

    3]Change virtual disk UID

    VBOX_E_OBJECT_NOT_FOUND(0x80bb0001)VirtualBox error

    Finally, we will change the UID of the virtual disk as this ensures that VirtualBox can correctly identify and locate the virtual disk object and fix any corruption or misconfiguration issues.

    • Close VirtualBox properly and open Command Prompt with administrative rights by typing cmd or command prompt in the search box, right-click on the first result and select the Run as administrator option.
    • Now, copy and paste the following command and hit the Enter button: cd C:Program FilesOracleVirtualBox
    • After the previous command, copy and paste the command and hit the Enter button and follow it:
    vboxmanage internalcommands sethduuid " % Full_VHD_File_Location %"

    Note: The path to the VHD file will vary based on the user's actual path. Assuming that the virtual disk image file name "Windows 11.dll" is located at "C:UsersyusufVirtualBox VMWindows 11", the command will be vboxmanage internalcommands sethduuid "C:UsersyusufVirtualBox VMWindows 11Windows 11.dll"

    • If the process completes successfully, you will receive confirmation that the GUID has been changed.

    Close the command prompt window and connect the virtual hard disk to the new virtual machine.

    The above is the detailed content of VBOX_E_OBJECT_NOT_FOUND(0x80bb0001)VirtualBox error. For more information, please follow other related articles on the PHP Chinese website!

    Statement:
    This article is reproduced at:mryunwei.com. If there is any infringement, please contact admin@php.cn delete