Score:0

Ubuntu does not boot without -cpu host, but boots fine with it

cn flag

qemu-6.0.0

I'm running some experiments with QEMU/KVM and faced some strange behavior. My Ubuntu 20.04 system installed on a VM does not boot if it is used as follows:

$ sudo qemu-system-x86_64 -enable-kvm -boot d -m 8192 ubuntu.img

It simply hangs with a black screen:

enter image description here

But if try to start the VM with -cpu host option it works perfectly fine:

$ sudo qemu-system-x86_64 -cpu host -enable-kvm -boot d -m 8192 ubuntu.img

Any ideas why such behavior might happen? May it happen due to the fact that I installed Ubuntu when the VM was ran with -cpu host option?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.