import machine return error

Discussions related to using VirtualBox on Linux hosts.
Post Reply
faustf
Posts: 15
Joined: 3. Dec 2014, 13:54

import machine return error

Post by faustf »

Hi i format hdd and reinstall linux mint (version VirtualBox Graphical User Interface Version 6.1.38_Ubuntu r153438) inside of it i have installed virtualbox by software manager of linux mint my VB version is (VirtualBox Graphical User Interface Version 6.1.38_Ubuntu r153438)
i import many machine and work good but when i try to import my old windows 7 return me this error

Code: Select all

Failed to open virtual machine located in /home/stefano/VirtualBox VMs/windows 7 32/windows 7 32.vbox.

Could not find an open hard disk with UUID {984643ed-8af1-4132-9f6b-c8a68e0d89a4}.

Result Code: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Component: VirtualBoxWrap
Interface: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}

i try to this command
VBoxManage internalcommands repairhd -format VDI windows\ 7\ 32.vdi

but nothing return
VDI image is in a consistent state, no repair required
Corrupted VDI image repaired successfully


anyone can help me ?
thanks
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: import machine return error

Post by scottgus1 »

A possible diagnosis of this problem, found by web-searching:

Could not find an open hard disk site:forums.virtualbox.org

is:

viewtopic.php?f=6&t=103354#p502477
Post Reply