Package Details: quickemu 4.9.6-1

Git Clone URL: https://aur.archlinux.org/quickemu.git (read-only, click to copy)
Package Base: quickemu
Description: Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
Upstream URL: https://github.com/quickemu-project/quickemu
Licenses: MIT
Conflicts: quickemu
Provides: quickemu
Submitter: sgnh
Maintainer: sgnh
Last Packager: sgnh
Votes: 29
Popularity: 2.11
First Submitted: 2021-10-08 14:45 (UTC)
Last Updated: 2024-07-04 17:10 (UTC)

Latest Comments

1 2 3 4 Next › Last »

FabioLolix commented on 2024-12-04 22:16 (UTC) (edited on 2024-12-04 22:16 (UTC) by FabioLolix)

Fixed pkgbuild: https://github.com/FabioLolix/AURFIX/blob/main/q/quickemu/PKGBUILD

Diff: https://github.com/FabioLolix/AURFIX/commit/f270d637333a2a1e73a9fe44f1844c4b7cd01050

tuna commented on 2024-12-01 00:51 (UTC)

Install quickemu on clean arch was giving BIOS error

ERROR: EFI boot requested but no EFI firmware found. Please install OVMF.

Install was as per Git instructions - yay -Sy quickemu

lots of hunting around for few answers.

Installed Visual Studio Code and the Bash Debug extension, bashdb also installed. Superb bash debug environment.

Found the problem area with break point at around line 659 and then the contents of array ovmfs and the check install code a little lower.

Should be quick to find if someone wants to fix it.

Also appears to be problems with quickemu on other clean OS at the moment.

A few ways to fix. I am sure others will know the best solution.

Cheers, later.

FabioLolix commented on 2024-11-14 17:13 (UTC)

here is a workaround to download and use a local copy since quickemu is a single file shell script.

wget https://github.com/quickemu-project/quickemu/raw/d0ae72a2510f52ae4a9181d7c65f2c69636ca298/quickemu 
[...]

Why doing that when quickemu-git https://aur.archlinux.org/packages/quickemu-git exist?

I have confirmed the latest commit on master fixes this issue. Since I do not know when they will cut a new release

The patch can be applied here without waiting a new release

rbar commented on 2024-11-14 08:57 (UTC)

For anyone getting the ERROR! EFI boot requested but no EFI firmware found. error. It has been fixed upstream. The last release, 4.9.6, was on July 4. I have confirmed the latest commit on master fixes this issue. Since I do not know when they will cut a new release here is a workaround to download and use a local copy since quickemu is a single file shell script.

wget https://github.com/quickemu-project/quickemu/raw/d0ae72a2510f52ae4a9181d7c65f2c69636ca298/quickemu
chmod +x quickemu
./quickemu --vm ...

abitrolly commented on 2024-11-13 12:24 (UTC) (edited on 2024-11-13 12:24 (UTC) by abitrolly)

Is there anything missing from package dependencies?

$ quickget archlinux latest
...
To start your Arch Linux virtual machine run:
    quickemu --vm archlinux-latest.conf
...
$ quickemu --vm archlinux-latest.conf
Quickemu 4.9.6 using /usr/bin/qemu-system-x86_64 v9.1.1
 - Host:     Arch Linux running Linux 6.11.6-arch1-1 SONiC
 - CPU:      Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz 
 - CPU VM:   host, 1 Socket(s), 4 Core(s), 2 Thread(s)
 - RAM VM:   8G RAM
ERROR! EFI boot requested but no EFI firmware found.
       Please install OVMF firmware.

lj3954 commented on 2024-04-18 23:20 (UTC) (edited on 2024-04-19 00:21 (UTC) by lj3954)

Please change the QEMU dependency to qemu-desktop. The qemu-base package does not provide features which quickemu either requires or optionally depends upon. There have been many issues reported upstream due to this incorrect dependency.

Looking in the history of this thread, apparently that package caused some other issues. In that case, these will be the dependencies you need. qemu-audio-pa qemu-audio-spice qemu-chardev-spice qemu-hw-display-virtio-vga-gl qemu-hw-display-virtio-gpu-gl qemu-hw-display-qxl qemu-hw-usb-smartcard qemu-hw-usb-redirect qemu-ui-sdl. In addition, for other display options which are accessible in quickemu, you'll need qemu-ui-gtk qemu-ui-spice-app qemu-ui-spice-core. The issues with the qemu-desktop package may have been resolved though, since qemu-full now depends on qemu-desktop rather than conflicting with it. Other packages such as gnome-boxes also already depend on qemu-desktop, I find it unlikely many people will experience conflicts.

kj4ohh commented on 2024-02-03 00:22 (UTC) (edited on 2024-02-03 00:22 (UTC) by kj4ohh)

I had to install a few other packages for quickemu to work. Should these be made dependencies? qemu-hw-display-virtio-vga-gl, qemu-hw-display-virtio-gpu-gl, qemu-audio-pa, qemu-hw-usb-redirect, qemu-hw-usb-smartcard

hcjl commented on 2023-12-17 15:50 (UTC) (edited on 2023-12-18 08:01 (UTC) by hcjl)

I think only these changes in the PKGBUILD are needed. Thx ;-)

pkgver=4.9.2
sha256sums=('fa5e2e5112deb836c0ab6035ab0aaabd1465b13e945d4a49dc975b94f1b01233')

hcjl commented on 2023-11-10 17:13 (UTC) (edited on 2023-11-10 17:16 (UTC) by hcjl)

I think only these changes in the PKGBUILD are needed:

pkgver=4.9.1
sha256sums=('385be5bcb2bfbd8ba5b7bdfb03fbff00f516e43be7013395b8290ff8c8b1b7e8')

hi-phile commented on 2023-02-04 01:39 (UTC)

New release 4.6 which addresses the Windows DL, along with other fixes that were merged.