Hello Jason! I have done yet another experiment. I have read many results about Fedora as being a Xen Guest too. With this same OpenSuse Version 11 Factory Dom0 I edit two quite similar Xen configuration files, "testOpenSuse.cfg" and "testFedora.cfg". [1] cat testOpenSuse.cfg name='testOpenSuse' builder='linux' kernel='/home/tetsu/testOpenSuse/vmlinuz-xen' ramdisk='/home/tetsu/testOpenSuse/initrd-xen' maxmem=1024 memory=1024 vcpus=1 extra='install=http://134.76.12.5/pub/opensuse/distribution/SL-OSS-factory/inst-source?devi... hostip=192.168.1.10/24 gateway=192.168.1.1 nameserver=192.168.1.1' root='/dev/xvda' disk=['phy:/dev/v2/testOpenSuse,xvda,w'] vif=['mac=00:16:3E:01:01:01,bridge=xenTEST,vifname=vifTEST'] vfb=['type=vnc,vncdisplay=1,vnclisten=127.0.0.1'] on_crash='destroy' on_reboot='destroy' on_shutdown='destroy' [2] cat testFedora.cfg name='testFedora' builder='linux' kernel='/home/tetsu/testFedora/vmlinuz' ramdisk='/home/tetsu/testtFedora/initrd.img' maxmem=1024 memory=1024 vcpus=1 extra = 'method=http://ftp.uni-bayreuth.de/linux/fedora/linux/releases/9/Fedora/x86_64/os ip=192.168.1.10 netmask=255.255.255.0 gateway=192.168.1.1 dns=192.168.1.1 selinux=0 noshell headless text' root='/dev/xvda' disk=['phy:/dev/v2/testFedora,xvda,w'] vif=['mac=00:16:3E:01:01:02,bridge=xenTEST,vifname=vifTEST'] vfb=['type=vnc,vncdisplay=1,vnclisten=127.0.0.1'] on_crash='destroy' on_reboot='destroy' on_shutdown='destroy' So when I create a Guest doing "xm create -c ./testFedora.cfg" it is completely successful. All of the repositories are found and the installation is completed. And the Guest can start as a working system. Only when I create a Guest doing "xm create -c ./testOpenSuse.cfg" I still as before read the errors about the repositories not found. So it is that the Fedora Guest is Okay but the OpenSuse Guest is not. -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-virtual+help@opensuse.org