UTM icon indicating copy to clipboard operation
UTM copied to clipboard

Windows XP boot loop (M1 Mac)

Open iloudaros opened this issue 2 years ago • 3 comments

Description

Trying to boot from an existing vdi file. Windows tries to boot (the Windows XP Logo appears along with a loading bar) but then it crushes and it takes me to this screen :

Screenshot 2023-04-30 at 18 52 05

Screenshot 2023-04-30 at 19 07 19

All the options lead to the same result. However, when trying "Safe Mode", this is the last frame I am getting before going back to the menu above:

Screenshot 2023-04-30 at 19 29 29

Configuration

  • UTM Version: 4.2.5 (81)
  • macOS Version: 13.3.1 (22E261)
  • Mac Chip (Intel, M1, ...): M1

Crash log
The app does not crash.

Debug log
debug.log

Upload VM
config.plist.zip

iloudaros avatar Apr 30 '23 16:04 iloudaros

You literally used a .vdi file ? Vdi is the native format of VirtualBox which can easily be converted. Try to convert it to a qcow2 (the qemu / utm native format) using qemu-img convert -O qcow2 -c [your file].vdi [your file].qcow2 . and import in then again into UTM.

freebrowser1 avatar May 01 '23 16:05 freebrowser1

Hey there, thank you for your reply. UTM does the conversion automatically when you import a .vdi drive.

You literally used a .vdi file ? Vdi is the native format of VirtualBox which can easily be converted. Try to convert it to a qcow2 (the qemu / utm native format) using qemu-img convert -O qcow2 -c [your file].vdi [your file].qcow2 . and import in then again into UTM.

iloudaros avatar May 02 '23 09:05 iloudaros

Any success on it @iloudaros?

viniciusferrao avatar Jan 11 '24 01:01 viniciusferrao

Any success on it @iloudaros?

Following up, looking for an answer as well.

imamovick avatar Feb 21 '24 21:02 imamovick