Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akotov-dev/gqemoo
GUI for qemoo - wrapper script for qemu to start and install guest systems
https://github.com/akotov-dev/gqemoo
flashdrive gui images mageia qemu rosa
Last synced: 9 days ago
JSON representation
GUI for qemoo - wrapper script for qemu to start and install guest systems
- Host: GitHub
- URL: https://github.com/akotov-dev/gqemoo
- Owner: AKotov-dev
- License: gpl-3.0
- Created: 2022-12-15T14:20:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T16:04:29.000Z (about 2 months ago)
- Last Synced: 2024-11-17T17:36:54.549Z (about 2 months ago)
- Topics: flashdrive, gui, images, mageia, qemu, rosa
- Language: Pascal
- Homepage:
- Size: 45.7 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GQemoo
GUI for `qemoo` - wrapper script for qemu to start and install guest systems.
Perhaps the easiest and most understandable tandem for working with virtual machines in QEMU. Minimum settings for running and installing VMs: `RAM`, `SIZE` (the size of the disk to install) and the number of CPU cores (-smp X and other parameters) in the `QEMUADD` field. Perfect for testing/installing any Linux/Windows distributions.
qemoo project: https://abf.io/import/qemoo
qemoo rpm: [qemoo-x.x-x-rosa2021.1.noarch.rpm](https://mirror.yandex.ru/rosa/rosa2021.1/repository/x86_64/contrib/release) (Ctrl+F)
Free icons: https://www.flaticon.com
Dependencies for VMs: `xrandr spice-vdagent`
GQemoo dependencies: `qemoo qemu gtk2 virt-viewer rsync polkit`
**GQemoo Hot Keys:**
+ `Esc` - Canceling image cloning .qcow2
+ `F12` - Update the list of connected devices
+ `Ctrl+Q` - Force reset of all QEMU processes
Supported loading and installing virtual machines from flash drives, images (.img, .iso, .qcow2, .raw, .vdi, .vmdk, .vpc) and already installed images `*.qcow2`. Before booting a virtual machine, you can connect additional flash drives, images, and block devices. Bidirectional `Clipboard` and `Drag&Drop` are also supported.
The shared directory `~/qemoo_tmp` (Host) <> `~/hostdir` (Guest), as well as the automatic scaling of the VM window `XResize` are enabled by inserting embedded scripts from the Clipboard.
**Note:** You need to add the user to groups `disk,kvm` and reboot: `usermod -aG disk,kvm $(logname); reboot`
For support Drag and Drop + bidirectional Clipboard on the guest system must be installed `spice-vdagent` (Linux, usually already installed) or [spice-guest-tools](https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe) (Windows).
![](https://github.com/AKotov-dev/gqemoo/blob/main/ScreenShot8.png)