Hi and hello, The error: libvirtError: virtDomainCreate() failed POST operation failed: (xend.err "(2,''Invalid Kernel'', ''xc_dom_find_loader : no loader found \\n'')") My Machine: SunOS katecholamin 5.11 snv_111b i86pc i386 i86xpv Solaris I created a disk: pfexec zfs create -V 10G rpool/vms/centos/centos-dsk Mounted my .iso and shared it via nfs: pfexec lofiadm -a /spool/software/linux/CentOS-5.4-x86_64-bin-DVD.iso mount -o ro -F hsfs /dev/lofi/1 /mnt/centos share -F nfs /mnt/centos Created the vm: pfexec virt-install -n centos-test -r 1024 -f /dev/zvol/dsk/rpool/vms/centos/centos-dsk -p --nographics -l nfs:myIP:/mnt/centos Installation works fine, but the system doesn''t start after initiated reboot nore pfexec virsh start centos-test and throws the error written above. Is that a known error resulting from changes made from CentOS 5.3 to CentOS 5.4? Regards rale_t -- This message posted from opensolaris.org
On Mon, Nov 09, 2009 at 11:09:26AM -0800, Ralf Teckelmann wrote:> The error: > libvirtError: virtDomainCreate() failed POST operation failed: (xend.err "(2,''Invalid Kernel'', ''xc_dom_find_loader : no loader found \\n'')") > > My Machine: > SunOS katecholamin 5.11 snv_111b i86pc i386 i86xpv SolarisYou almost certainly need to update to the dev repository. 111b is very old now. regards john