lux wrote:
> I had the same problem.
> 
> virt-manager 4.1.0, qemu-system-x86_64 7.0.0-15.
> 
> My host is ThinkPad X13 Gen2(CPU i5-1135G7, Mem: 16G)

Whereas for me, installation into qemu-system-x86_64 works fine (unlike the
installation into VirtualBox).
I use these settings:

qemu version 6.1.0

machine_args="-enable-kvm -m 1024"
disk_args="-device virtio-blk,drive=hd0 -drive 
if=none,file=openbsd73.vmdk,id=hd0"
net_args="-net user -net nic,model=virtio"
#display_args="-nographic"
display_args="-display gtk -monitor stdio"
common_args="$machine_args $disk_args $net_args $display_args"
qemu-system-x86_64 $common_args -cdrom install73.iso

My host has CPU AMD Ryzen 7 4800U, 64 GiB RAM.



Reply via email to