Ich versuche zur Zeit KVM auf einer Debian stable Installation zum laufen zu bringen.
Code: Alles auswählen
Linux host 2.6.26-2-amd64 #1 SMP Sun Jun 21 04:47:08 UTC 2009 x86_64 GNU/Linux
Code: Alles auswählen
modprobe kvm-intel
Anschliessend eine Bridge br0 eingerichtet.
Nun geht es daran eine erste VM zu erstellen.
Code: Alles auswählen
# virt-install -n vsrv4 -r 2048 -vcpus=2 -f /dev/vg00/lv06 --vnc --accelerate -v -c /root/rhl.iso --os-type=linux --os-variant=rhel5 --network=bridge:br0
Code: Alles auswählen
Starting install...
internal error QEMU quit during console startup
Domain installation may not have been
successful. If it was, you can restart your domain
by running 'virsh start vsrv4'; otherwise, please
restart your installation.
ERROR internal error QEMU quit during console startup
Traceback (most recent call last):
File "/usr/bin/virt-install", line 693, in <module>
main()
File "/usr/bin/virt-install", line 633, in main
dom = guest.start_install(conscb, progresscb, wait=(not wait))
File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 735, in start_install
return self._do_install(consolecb, meter, removeOld, wait)
File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 770, in _do_install
self.domain = self.conn.createLinux(install_xml, 0)
File "/usr/lib/python2.5/site-packages/libvirt.py", line 892, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: internal error QEMU quit during console startup
QEMU alleine scheint zu funktionieren, da ich eine VM erstellen und auch starten kann.
Code: Alles auswählen
/usr/local/kvm/bin/qemu-system-x86_64 -hda /dev/vg00/lv05 -cdrom /root/rhl.iso -boot d -m 2048