I set up a Windows 2000 VM in VMware, as one does, and now I'm trying to boot it with QEMU.
Turns out the CHS geometry set up by VMware is a bit unusual (56 sectors) and different from the QEMU defaults, and now Windows 2000 fails to boot.
So I tried to copy the geometry settings from VMware, but QEMU allows for only 16 heads - VMware used 255.
I guess I'm going to edit the partition table with a hex editor to update the CHS values according to QEMU's default geometry