https://github.com/en10/qemu-vm
QEMU VM
https://github.com/en10/qemu-vm
qemu virtual-machine virtualization vm
Last synced: 5 months ago
JSON representation
QEMU VM
- Host: GitHub
- URL: https://github.com/en10/qemu-vm
- Owner: EN10
- Created: 2019-03-31T20:04:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T20:43:41.000Z (over 7 years ago)
- Last Synced: 2025-09-13T08:53:46.406Z (10 months ago)
- Topics: qemu, virtual-machine, virtualization, vm
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QEMU VM
Running Debian on Windows without Admin rights
Small:
* QEMU ~10.4 MB
* SLAX ~255 MB
Download QEMU
-
* [Download](https://qemu.weilnetz.de/w64/)
* Extract
* [List of files](https://github.com/EN10/QEMU-VM/blob/master/filelist.txt) needed.
Slax Debian iso
-
[Download Slax](https://www.slax.org/#purchase)
Run
-
.\qemu-system-x86_64.exe -cdrom .\slax-64bit-9.8.0.iso -m 2048
Snapshots
-
.\qemu-img.exe create -f qcow2 slax.img 400M
.\qemu-system-x86_64.exe -cdrom .\slax-64bit-9.8.0.iso -hda .\slax.img -m 2048
Open Monitor: Ctrl+Alt+2
savevm name
loadvm name
Hardware Acceleration
-
* [Download](https://github.com/intel/haxm/releases)
.\qemu-system-x86_64.exe -cdrom .\slax-64bit-9.8.0.iso -hda .\slax.img -m 2048 -accel hax
Ref: [HAXM](https://www.qemu.org/2017/11/22/haxm-usage-windows)