Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt install qemu-system-gui
- ### Quick Start
- wget -c "https://archive.org/download/winxp_202403/winxp.img"
- qemu-system-i386 -enable-kvm -m 2G -hda winxp.img -net nic,model=rtl8139 -net user -device AC97
- ### Install with WinXP ISO
- # Windows Images for VM
- https://bobpony.com/downloads/
- wget -c "https://dl.bobpony.com/windows/xp/professional/en_winxp_pro_x86_build2600_iso.img"
- # Setup WinXP
- qemu-img create -f qcow2 winxp.img 5G
- qemu-system-i386 -enable-kvm -m 2G -boot d -cdrom en_winxp_pro_x86_build2600_iso.img -hda winxp.img
- qemu-system-i386 -enable-kvm -m 2G -boot c -cdrom en_winxp_pro_x86_build2600_iso.img -hda winxp.img
- # Get serial key
- # TFGK8-RQT7R-F6KW8-Q2X4M-YF2CX
- wget -qO- "https://gist.github.com/denizssch/72ec2aa1c5d0a84ffb57076f7dbf30d6/raw/814ce30781915b45ffc35a212ee7612ef4c10167/XpSerials.txt"
- # the AC97 is for audio device
- qemu-system-i386 -enable-kvm -m 2G -hda winxp.img -net nic,model=rtl8139 -net user -device AC97
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement