Here is the catch: You must build it yourself using a legitimate ISO.
| Problem | Likely Cause | Solution | |---------|--------------|----------| | "INT13 0x42 failure" (Bochs) | Disk geometry mismatch | Recalculate CHS: cyl = image_size_bytes / (heads * spt * 512) . Set bios_geom=auto . | | Limbo shows "No bootable device" | IMG missing MBR or partition table | Run fdisk -l windowsxp.img to verify; use qemu-img to convert to qcow2. | | Windows XP halts on ACPI.sys | Bochs ACPI incompatibility | Add acpi=off to kernel boot line or use Standard PC HAL (press F5 during text mode setup). | | ISO not detected | ISO has non-ASCII Joliet names | Re-master ISO using mkisofs -J -R -l -iso-level 2 . | Downloading Windows XP IMG ISO File for Limbo
:
qemu-img create -f qcow2 windows_xp.qcow2 2G | Problem | Likely Cause | Solution |
This is the disk image containing the operating system. | | Windows XP halts on ACPI