<div dir="ltr">@Scott Haven't worked much with Win 2000, thankfully.<div><br></div><div>Tried to reproduce your problem in my lab by installing Win 2000 Professional on ESXI, adding a bunch of virtual HDDs using FAT or NTFS with basic or dynamic disks (trying to see if some combination caused it to fail), downloading the VMDK files, converting to qcow2, and importing into Proxmox.</div><div><br></div><div>However wasn't able to make it past the converting VMDK to qcow2 step.  I must've messed up somewhere because after importing the disks into Proxmox I just get a Windows "boot drive inaccessible" error.</div><div><br></div><div>Sadly I didn't take many notes while experimenting with all this, but if you end up finding a solution I'd be very curious to learn it.</div><div><br></div><div>The only part that stuck out to me while doing this is that when initializing new disks on Win 2000 it seemed to default to dynamic disks, and was trying to build a software raid by default.  I'm not sure if this would be a factor with your disk conversion - but I can see how if the disks are configured as a raid but "qemu-img convert" is handling the disks one at a time it could have strange results.</div><div><br></div><div><div style="color:rgb(0,0,0);font-family:"Cascadia Mono",Consolas,"Courier New",monospace,"Droid Sans Mono","monospace",monospace;font-size:12px;line-height:16px;white-space:pre"><div>bash-5.1$ qemu-img convert -p -f vmdk -O qcow2 Chris_Win2000.vmdk Chris_Win2000.qcow2</div><div>    (100.00/100%)</div><div>bash-5.1$ qemu-img convert -p -f vmdk -O qcow2 Chris_Win2000_1.vmdk Chris_Win2000_1.qcow2</div><div>    (100.00/100%)</div><div>bash-5.1$ qemu-img convert -p -f vmdk -O qcow2 Chris_Win2000_2.vmdk Chris_Win2000_2.qcow2</div><div>    (100.00/100%)</div><div>bash-5.1$ qemu-img convert -p -f vmdk -O qcow2 Chris_Win2000_3.vmdk Chris_Win2000_3.qcow2</div><div>    (100.00/100%)</div><br><div>root@MGV7091:~# qm importdisk 102 Chris_Win2000.qcow2 local-lvm</div><div>root@MGV7091:~# qm importdisk 102 Chris_Win2000_1.qcow2 local-lvm</div><div>root@MGV7091:~# qm importdisk 102 Chris_Win2000_2.qcow2 local-lvm</div><div>root@MGV7091:~# qm importdisk 102 Chris_Win2000_3.qcow2 local-lvm</div><br><div><a href="https://ostechnix.com/import-qcow2-into-proxmox/">https://ostechnix.com/import-qcow2-into-proxmox/</a></div><div><a href="https://docs.openstack.org/image-guide/convert-images.html">https://docs.openstack.org/image-guide/convert-images.html</a></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 31, 2023 at 12:47 PM Scott Toderash <<a href="mailto:scott@100percenthelpdesk.com">scott@100percenthelpdesk.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If the subject line doesn't scare you then maybe you can help me out <br>
with this one. Windows 2000 is its own punishment at this point, but <br>
it's part of the mission in this case.<br>
<br>
I have a working Windows 2000 server running on VMWare esxi. I <br>
downloaded the image as a vmdk file and attempted to import it into my <br>
Linux system as a KVM image. It mostly works.<br>
<br>
I did this successfully with 2 other machines that were Windows 2012R2 <br>
from the same source and same destination. Those work.<br>
<br>
W2k is having issues because it has C: E: and F: but only C: is <br>
recognized when I boot it up in the new environment. It shows that E: <br>
exists but it believes that it is corrupted.<br>
<br>
There are probably some parameters that I don't know about that I need <br>
to pass in order to make this work.<br>
<br>
The general process was download the vmdk image, use "qemu-img convert" <br>
to make a raw file and then try to boot that. I tried using virt-install <br>
and I tried some other manual config methods but this is as far as I <br>
have been able to get.<br>
<br>
Does anyone here have experience with this sort of scenario?<br>
<br>
<br>
_______________________________________________<br>
Roundtable mailing list<br>
<a href="mailto:Roundtable@muug.ca" target="_blank">Roundtable@muug.ca</a><br>
<a href="https://muug.ca/mailman/listinfo/roundtable" rel="noreferrer" target="_blank">https://muug.ca/mailman/listinfo/roundtable</a><br>
</blockquote></div>