# Pastebin Jyoyw8RK /usr/bin/qemu-system-x86_64 -smp 2 -m 4096 -d cpu_reset -D /tmp/work-dir/logs/qemu.log -machine q35 -global ICH9-LPC.disable_s3=1 -nographic -net nic,model=virtio -net user,hostfwd=tcp::8022-:22 -drive file=/usr/share/OVMF/OVMF_CODE.secboot.fd,if=pflash,format=raw,unit=0,readonly -drive file=/tmp/work-dir/assets/OVMF_VARS.snakeoil.fd,if=pflash,format=raw -chardev socket,id=chrtpm,path=/var/snap/swtpm-mvo/current/swtpm-sock -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0 -drive file=/tmp/work-dir/images/ubuntu-core-current.img,cache=none,format=raw,id=disk1,if=none -device virtio-blk-pci,drive=disk1,bootindex=1 -chardev socket,telnet,host=localhost,server,port=7777,nowait,id=char0,logfile=/tmp/work-dir/logs/serial.log,logappend=on -serial chardev:char0 -monitor tcp:127.0.0.1:8888,server,nowait -usb