[SOLVED] lKVM/QEMU cloned images does not work = black screen
by lancsuk from LinuxQuestions.org on (#5M616)
Hiya, guys,
Recently, I've installed QEMU/libvirt on Slackware current.
Code:for packages in \
osinfo-db-tools \
osinfo-db \
libosinfo \
yajl \
urlgrabber \
libvirt \
libvirt-glib \
libvirt-python \
gtk-vnc \
spice-protocol \
spice \
spice-gtk \
usbredir \
device-tree-compiler \
libnfs \
libseccomp \
snappy \
vde2 \
virglrenderer \
acpica \
ovmf \
virt-viewer \
virt-manager \
; do
sbopkg -B -i $packages || exit 1
done
sbopkg -B -i qemu:TARGETS="all":BRIDGE_HELPER_SETUID="yes" || exit 1
exit 0KVM/Qemu works as expected but cloned images doesn't boot. Btw, the same configuration on Slackware 14.2 works perfectly. Before I switch to 14.2 again I need some advice how I can debug these issues?
Recently, I've installed QEMU/libvirt on Slackware current.
Code:for packages in \
osinfo-db-tools \
osinfo-db \
libosinfo \
yajl \
urlgrabber \
libvirt \
libvirt-glib \
libvirt-python \
gtk-vnc \
spice-protocol \
spice \
spice-gtk \
usbredir \
device-tree-compiler \
libnfs \
libseccomp \
snappy \
vde2 \
virglrenderer \
acpica \
ovmf \
virt-viewer \
virt-manager \
; do
sbopkg -B -i $packages || exit 1
done
sbopkg -B -i qemu:TARGETS="all":BRIDGE_HELPER_SETUID="yes" || exit 1
exit 0KVM/Qemu works as expected but cloned images doesn't boot. Btw, the same configuration on Slackware 14.2 works perfectly. Before I switch to 14.2 again I need some advice how I can debug these issues?