what is the username/password combo for https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img ?
i have tried root:blank
and ubuntu:blank
and ubuntu:ubuntu
, wasn't any of those. and fwiw i'm starting the image like this:
sudo qemu-system-x86_64 \
-machine accel=kvm \
-cpu host \
-smp cores=4 \
-m size=1G \
-serial stdio \
-boot menu=on,splash=/root/boot.bmp,splash-time=1000 \
-drive media=disk,file=jammy-server-cloudimg-amd64-disk-kvm.img,if=virtio,cache=unsafe,format=qcow2,werror=report
0 Answers