Public bug reported:
I have been running KVM on hardy for a few weeks with no problems, but
after today's security update of KVM ([USN-776-1]) I cannot start any
VM's:
# virsh start DevVM-01
Connecting to uri: qemu:///system
libvir: QEMU error : QEMU quit during console startup
qemu: unknowm parameter 'boot' in
'file=/dev/skx-vg/DevVM-01-disk,if=scsi,boot=on'
error: Failed to start domain DevVM-01
My DevVM-01.xml is:
<domain type='kvm'>
<name>DevVM-01</name>
<uuid>da2cc649-abe7-4606-bb80-329b4f37fb85</uuid>
<memory>262144</memory>
<currentMemory>262144</currentMemory>
<vcpu>1</vcpu>
<os>
<type>hvm</type>
<boot dev='hd'/>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='block' device='disk'>
<source dev='/dev/skx-vg/DevVM-01-disk'/>
<target dev='hda' bus='scsi'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/root/debian-40r8-amd64-netinst.iso'/>
<target dev='hdc' bus='scsi'/>
<readonly/>
</disk>
<disk type='block' device='disk'>
<source dev='/dev/skx-vg/DevVM-01-swap'/>
<target dev='hdb' bus='scsi'/>
</disk>
<interface type='bridge'>
<mac address='00:16:3e:7b:78:ee'/>
<source bridge='br0'/>
</interface>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' listen='127.0.0.1'/>
</devices>
</domain>
I created this VM using virt-install. My package versions are:
# dpkg -l | awk '/(virt|qemu|kvm)/{print $2,$3}'
kvm 1:62+dfsg-0ubuntu8.1
libvirt-bin 0.4.0-2ubuntu8.1
libvirt0 0.4.0-2ubuntu8.1
python-libvirt 0.4.0-2ubuntu8.1
python-virtinst 0.300.2-0ubuntu6
qemu 0.9.1-1ubuntu1
Running on Hardy:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.2
Release: 8.04
Codename: hardy
Cheers David
** Affects: libvirt (Ubuntu)
Importance: Undecided
Status: New
--
libvirt error: qemu: unknowm parameter 'boot' after kvm security update
https://bugs.launchpad.net/bugs/375937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs