VERR_FILE_NOT_FOUND Error
Posted: 27. Aug 2009, 02:32
This would seem to be a simple error but I haven't been able to find anything in the manual or the forums that answer it.
I am running Ubuntu 9.04 (Jaunty) and have installed the 'standard' repository VBox version 2.1.4 OSE.
I am trying to use an existing XP installation on the 1st partition via raw disk access.
So although I don't want to set these permissions in the long term, just for the initial setup I have used:
sudo chmod 666 /dev/sda and /dev/sda1
/dev/sda1 is unmounted
I then used:
sudo VBoxManage internalcommands createrawvmdk -filename .VirtualBox/HardDisks/rawDiskXP.vmdk -rawdisk /dev/sda -partitions 1 -relative -register
which tells me that the vmdk has been created but then I get several error msgs, presumably when it is trying to register the file. The strangest one to me is where the system appears to be looking for the vmdk file in /root/.....
At this stage I haven't started to look at any of the Windows elements (hardware profile, DMI settings or mbr files) as I assume that they are not yet relevant.
The output from the above VBoxMange command is:
****
VirtualBox Command Line Management Interface Version 2.1.4_OSE
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
RAW host disk access VMDK file .VirtualBox/HardDisks/rawDiskXP.vmdk created successfully.
[!] FAILED calling aVirtualBox->OpenHardDisk2(filename, hardDisk.asOutParam()) at line 1250!
[!] Primary RC = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Full error info present: true , basic error info present: true
[!] Result Code = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Text = Could not get the storage format of the hard disk '/root/.VirtualBox/.VirtualBox/HardDisks/rawDiskXP.vmdk' (VERR_FILE_NOT_FOUND)
[!] Component = HardDisk2, Interface: IHardDisk2, {ed6e2525-c2fd-42a4-917a-7a9045ac9e15}
[!] Callee = IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
****
So, I guess I must have missed a step somewhere early on. Can anyone point me in the right direction please?
I am running Ubuntu 9.04 (Jaunty) and have installed the 'standard' repository VBox version 2.1.4 OSE.
I am trying to use an existing XP installation on the 1st partition via raw disk access.
So although I don't want to set these permissions in the long term, just for the initial setup I have used:
sudo chmod 666 /dev/sda and /dev/sda1
/dev/sda1 is unmounted
I then used:
sudo VBoxManage internalcommands createrawvmdk -filename .VirtualBox/HardDisks/rawDiskXP.vmdk -rawdisk /dev/sda -partitions 1 -relative -register
which tells me that the vmdk has been created but then I get several error msgs, presumably when it is trying to register the file. The strangest one to me is where the system appears to be looking for the vmdk file in /root/.....
At this stage I haven't started to look at any of the Windows elements (hardware profile, DMI settings or mbr files) as I assume that they are not yet relevant.
The output from the above VBoxMange command is:
****
VirtualBox Command Line Management Interface Version 2.1.4_OSE
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
RAW host disk access VMDK file .VirtualBox/HardDisks/rawDiskXP.vmdk created successfully.
[!] FAILED calling aVirtualBox->OpenHardDisk2(filename, hardDisk.asOutParam()) at line 1250!
[!] Primary RC = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Full error info present: true , basic error info present: true
[!] Result Code = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Text = Could not get the storage format of the hard disk '/root/.VirtualBox/.VirtualBox/HardDisks/rawDiskXP.vmdk' (VERR_FILE_NOT_FOUND)
[!] Component = HardDisk2, Interface: IHardDisk2, {ed6e2525-c2fd-42a4-917a-7a9045ac9e15}
[!] Callee = IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
****
So, I guess I must have missed a step somewhere early on. Can anyone point me in the right direction please?