Comment 8 for bug 1246121

Revision history for this message
Robert Bruce Park (robru) wrote :

Ah, it looks like verbose is actually -V (capital v). Here I tried again:

$ uvt new -V precise i386 clean
Creating '/home/robru/.machines' directory...
Creating 'clean-precise-i386' VM with:
Memory: 1024
Image size: 8GB
Release: precise - 12.04
Release ISO file: ubuntu-12.04.3-desktop-i386.iso
Pristine snapshot: True
Confirm? [N]|y: y
Creating preseeded iso...
Preseeded iso file successfully created: vmtools-clean-precise-i386-ubuntu-12.04.3-desktop-i386.iso
Running:
qemu-img create -f qcow2 -o size=8G /home/robru/.machines/clean-precise-i386.qcow2
Running:
qemu-img check -f qcow2 /home/robru/.machines/clean-precise-i386.qcow2
Running:
virt-install --quiet --connect=qemu:///system --name=clean-precise-i386 --arch=i386 --ram=1024 --disk=path=/home/robru/.machines/clean-precise-i386.qcow2,size=8,format=qcow2,sparse=true,bus=virtio --virt-type=kvm --accelerate --hvm --cdrom=/home/robru/ISOs/cache/vmtools-clean-precise-i386-ubuntu-12.04.3-desktop-i386.iso --os-type=linux --os-variant=generic26 --graphics=vnc --network=network=default,model=virtio --video=cirrus --noreboot
Problem creating virtual machine 'clean-precise-i386' (doesn't exist). Aborting.

If I try to run virt-install by hand I get this:

$ virt-install --quiet --connect=qemu:///system --name=clean-precise-i386 --arch=i386 --ram=1024 --disk=path=/home/robru/.machines/clean-precise-i386.qcow2,size=8,format=qcow2,sparse=true,bus=virtio --virt-type=kvm --accelerate --hvm --cdrom=/home/robru/ISOs/cache/vmtools-clean-precise-i386-ubuntu-12.04.3-desktop-i386.iso --os-type=linux --os-variant=generic26 --graphics=vnc --network=network=default,model=virtio --video=cirrus --noreboot
ERROR Error in network device parameters: Virtual network 'default' has not been started.

That error seems more meaningful. How do I start default networking?

Still no logfiles created.