Package: libvirt0 Version: 0.4.6-10 I tried to use virt-install in order to install windows xp: virt-install -d -n windows \ -r 512 -f /home/xen/windows/disk.img \ -s 10 --cdrom /root/windows.iso \ --hvm --vnc --vncport=5900 --force
and it raised an exception saying that there's no such file '/usr/lib/xen/boot/hvmloader' xen_internal.c, at line 2207 contains string '/usr/lib/xen/boot/hvmloader' if youreplace it with '/usr/lib/xen-3.2-1/boot/hvmloader' everything works well. P.S. It would be better to allow user to specify the path as command line option. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

