manjaro and qemmu+kvm - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76) +--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79) +--- Thread: manjaro and qemmu+kvm (/showthread.php?tid=7196) |
manjaro and qemmu+kvm - erchache2000 - 02-25-2019 Hi, im trying to install qemmu on pinebook using manjaro. I see kernel has enabled KVM via dmesg, but when try to create qemmu image ovmf files arent installed. Strit said Anarsoul is kernel maintainer of manjaro-arm for pinebook. But some packages aren't on majaro, like this, https://aur.archlinux.org/packages/ovmf-aarch64/ Any tips to install correctly qemu+kvm on pinebook? I found more problems with qemu on manjaro arm pinebook. sudo systemctl status libvirtd ● libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: disabled) Active: active (running) since Mon 2019-02-25 12:21:05 CET; 2min 5s ago Docs: man:libvirtd(8) https://libvirt.org Main PID: 673 (libvirtd) Tasks: 17 (limit: 32768) Memory: 57.2M CGroup: /system.slice/libvirtd.service └─673 /usr/bin/libvirtd Feb 25 12:21:12 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:21:12 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:21:58 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:21:58 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:21:59 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:21:59 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:22:06 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:22:06 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:22:06 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture Feb 25 12:22:06 manjaro-arm libvirtd[673]: this function is not supported by the connection driver: cannot detect host CPU model for aarch64 architecture RE: manjaro and qemmu+kvm - Surehand53 - 02-27-2019 (02-25-2019, 04:53 AM)erchache2000 Wrote: Hi, im trying to install qemmu on pinebook using manjaro.Hi erchade2000 The package `ovmf-aarch64` that you mention is an AUR (Archlinux User Repository) package. AUR is not supported by `pacman`. The Archlinux devs prefer to have a natural barrier if you use AUR packages. That has advantages (you understand better what you are doing) but is also sometimes a bit cumbersome. You can download and install the package manually (see wiki) or and generally more comfortably you use a so called AUR helper. The AUR helper makes access to the AUR repository very similar to the way pacman works and also can be used as a pacman replacement. You might want to give `yay` a look (no dependencies) or maybe `trizen` You can then install the package like this: `yay -S ovmf-aarch64` If you use the AUR it is expected that you have installed the base-devel package group. Or you occasionally have to install a build dependency. All packages available in the AUR for Archlinux are as far as I know also available for Manjaro. (There are sometimes packages that are not supported for you architecture, but that's the same for Archlinux then) RE: manjaro and qemmu+kvm - Skywheel - 06-11-2019 (02-25-2019, 04:53 AM)erchache2000 Wrote: Hi, im trying to install qemmu on pinebook using manjaro. Hi @erchache2000 , Have you managed to run qemu-kvm on your Manjaro? If so, then could you please share your experience with managing some guest VM on such system? My idea is to build a hypervisor that could manage 3-4 home servers (running on x86_64 servers). Is it possible with Pine64 boards? Thank you. |