Comment 5 for bug 1355282

Revision history for this message
Daniel Manrique (roadmr) wrote :

I booted a qemu VM:

DISK=/media/bulk/isos/ubuntu-14.04-desktop-amd64.iso
qemu-system-x86_64 -machine accel=kvm \
-drive file=$DISK,if=virtio -snapshot -m 1024M \
-net user,net=10.0.0.0/8,host=10.0.0.1,hostfwd=tcp::2222-:22

once inside, I added the cert PPA, enabled universe and multiverse, and installed canonical-hw-submit.

Running that produced a bare-bones submission with pretty much just some devices, but one of them is the coveted virtio DISK device. It shows as unknown:unknown, but we can't really do anything about it as it's indeed not a real device :/

https://certification.staging.canonical.com/hardware/201112-10259/submission/96863/devices/?page=2

So the fix as uploaded to hexr looks good.