Pinned ·
Manual kernel installation on Debian
Recently I had to manually install kernel on one Debian machine. Steps are as follows: Download kernel-headers and kernel-image deb packages Install these packages with dpkg --force-architecture --force-overwrite --install Still we are missing initial RAM disk and this one c…
Pinned ·
Instance creation fails with 'Cannot find suitable CPU' on Debian 7
KVM by default does not work (even though vmx/smx is enabled for CPUs) – instance creation fails with “Cannot find suitable CPU”. Solution: In /etc/libvirtd/qemu.conf: security_driver = "none" remove file /var/cache/libvirt/qemu/capabilities and restart host (libvir…