I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
On Sat, 29 Jan 2022 18:38:34 +0000
Chris Elvidge <chris@mshome.net> wrote:
On 29/01/2022 17:20, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.Have you tried opening the vmdk file with virtual box?
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
--
Chris Elvidge
England
I just got and still get "Error opening operating system"
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
On 1/29/2022 12:20 PM, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
On 29/01/2022 17:20, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
Disk geometry?
https://forums.virtualbox.org/viewtopic.php?t=97511
Goggle "VDI from VirtualBox, I get "Error opening operating system""
--
Adrian C
On Sat, 29 Jan 2022 18:38:32 +0000
Adrian Caspersz <email@here.invalid> wrote:
On 29/01/2022 17:20, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
Disk geometry?
How does one translate that into a strategy?
On 29/01/2022 22:15, pinnerite wrote:
On Sat, 29 Jan 2022 18:38:32 +0000
Adrian Caspersz <email@here.invalid> wrote:
On 29/01/2022 17:20, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
Disk geometry?
How does one translate that into a strategy?
Hmmm...
Do you have the vmdk descriptor file? It's a text file that shows the original geometry of the virtualised hard drive.
The (rather wordy!) article mentions then using a tool (vbox-img) to
edit the VDI file with those particulars. The author has gone to length telling about how he came to his conclusions. All you are interested in
is the command vbox-img and what parameter you use.
Don't forget backup before this step!
--
Adrian C
On Sun, 30 Jan 2022 15:14:59 +0000
Adrian Caspersz <email@here.invalid> wrote:
On 29/01/2022 22:15, pinnerite wrote:
On Sat, 29 Jan 2022 18:38:32 +0000
Adrian Caspersz <email@here.invalid> wrote:
On 29/01/2022 17:20, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
Disk geometry?
How does one translate that into a strategy?
Hmmm...
Do you have the vmdk descriptor file? It's a text file that shows the original geometry of the virtualised hard drive.
The (rather wordy!) article mentions then using a tool (vbox-img) to
edit the VDI file with those particulars. The author has gone to length telling about how he came to his conclusions. All you are interested in
is the command vbox-img and what parameter you use.
Don't forget backup before this step!
--
Adrian C
The vmdk file at 40Gb plus in size is the virtual machine file.
I was able to open it (once) in the text editor and bits are in text fomat.
What it showed was cylinders "0", heads "16" and sectors "63".
"0" cylinders is clearly wrong.
So I went to the article:
1) heads x sector x 512 = 8225280
2) ls -l "Windows XP Professional.vmdk"
-rwxr-xr-x 1 alan alan 41232367616 Jan 31 01:34 'Windows XP Professional.vmdk'
gave the file length.
3) 41232367616 / 8225280 = 5012.883162154
5012.883162154 is cylinder value. The article says "round off" but means round down so
the correct cylinder value is 5012.
If I am correct so far that is.
Now my concern is, should I try to "repair" the vmdk or convert to a vdi and then do it?
On Mon, 31 Jan 2022 15:11:48 +0000
pinnerite <pinnerite@gmail.com> wrote:
On Sun, 30 Jan 2022 15:14:59 +0000
Adrian Caspersz <email@here.invalid> wrote:
On 29/01/2022 22:15, pinnerite wrote:
On Sat, 29 Jan 2022 18:38:32 +0000
Adrian Caspersz <email@here.invalid> wrote:
On 29/01/2022 17:20, pinnerite wrote:
I had a Windows XP virtual machine (vmdx) running under VMware.
I converted it to a VDI with:
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/Win_XP_prof/Win_XP_Prof.vdi
Now when I try to open the VDI from VirtualBox, I get "Error opening operating system".
Anybody know of a fix?
Disk geometry?
How does one translate that into a strategy?
Hmmm...
Do you have the vmdk descriptor file? It's a text file that shows the
original geometry of the virtualised hard drive.
The (rather wordy!) article mentions then using a tool (vbox-img) to
edit the VDI file with those particulars. The author has gone to length
telling about how he came to his conclusions. All you are interested in
is the command vbox-img and what parameter you use.
Don't forget backup before this step!
--
Adrian C
The vmdk file at 40Gb plus in size is the virtual machine file.
I was able to open it (once) in the text editor and bits are in text fomat. >>
What it showed was cylinders "0", heads "16" and sectors "63".
"0" cylinders is clearly wrong.
So I went to the article:
1) heads x sector x 512 = 8225280
2) ls -l "Windows XP Professional.vmdk"
-rwxr-xr-x 1 alan alan 41232367616 Jan 31 01:34 'Windows XP Professional.vmdk'
gave the file length.
3) 41232367616 / 8225280 = 5012.883162154
5012.883162154 is cylinder value. The article says "round off" but means round down so
the correct cylinder value is 5012.
If I am correct so far that is.
Now my concern is, should I try to "repair" the vmdk or convert to a vdi and then do it?
Well, I had made a copy of the vdmk and proceeded.
$ VBoxManage clonehd --format VDI "Windows XP Professional.vmdk" /home/<me>/"VirtualBox VMs"/WinXP_Prof/WinXP_Prof.vdi
followed by:
$ vbox-img geometry --filename WinXP_Prof.vdi --format VDI --cylinders 5012 --heads 255 --sectors 63
Result? No change.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 00:02:12 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,061 |
Messages: | 6,416,718 |