Comment 10 for bug 1282342

Revision history for this message
Doug Smythies (dsmythies) wrote :

These are the commands I used to create and install new VM's today:

1.) Using daily iso from 2014.02.15 (works fine)

sudo virt-install -n desk_tt2 -r 8192 --disk path=/media/newhd/desk_tt2.img,bus=virtio,size=50 -c trusty-desktop-amd64-20140215.iso --network bridge=br0,model=virtio --video=vmvga --graphics vnc,listen=0.0.0.0 --noautoconsole -v --vcpus=4

2.) Using daily iso from 2014.02.24 (does not work due to issues of this bug report)

sudo virt-install -n desk_tt -r 8192 --disk path=/media/newhd/desk_tt.img,bus=virtio,size=50 -c trusty-desktop-amd64-20140224.iso --network bridge=br0,model=virtio --video=vmvga --graphics vnc,listen=0.0.0.0 --noautoconsole -v --vcpus=4