Comment 22 for bug 1651602

Revision history for this message
Scott Moser (smoser) wrote : Re: [2.1.1] MAAS has nvme0n1 set as boot disk, curtin fails

Recreate is as show above, or:

qemu-system-x86_64 -enable-kvm \
    -drive file=disk1.qcow,if=none,format=qcow2,id=nvme0 \
    -device nvme,drive=nvme0,serial=nvme-0 \
    -snapshot -nographic -echr 0x05 -m 512 \
    -kernel kernel -initrd initrd \
    -append "root=LABEL=cloudimg-rootfs console=ttyS0"