Help - QEMU: Windows XP virtual in Windows 10 (64 bits)

0

I have found all the information I could but until now I can not configure the Windows XP virtual machine of the QEMU program in Windows 10 correctly.

These are the commands that I used, the installation seems correct but
1) the mouse does not work well
2) I can not connect to the Internet (or activate Windows XP) from the virtual machine
3) I can not exchange files or the clipboard or drag / copy / paste between host and guest

I would be very grateful if someone could help me.

Command to create a virtual drive:
    qemu-img create -f qcow "Windows XP Home Edition.img" 40G

Command to install Windows XP:
    qemu-system-x86_64 -cdrom WindowsXP.Home.SP3.iso -m 512 -boot d "Windows XP Home Edition.img" -name "Windows XP Home Edition"

Command to open / run the virtual machine (same as the one to install Windows XP but without the -cdrom option):
    qemu-system-x86_64 -m 512 -boot d "Windows XP Home Edition.img" -name "Windows XP Home Edition"

    
asked by user84131 03.01.2019 в 06:25
source

0 answers