We had problems using the the GA ISO images of OpenSuse 12.1 for autoinstallation. Because of that we mirrored from gwdg the update and using this update during installation. The installation resource is named in the add_on_products section. The kernel version we use is: 3.1.9-1.4-desktop With this approach we had so far no further problems but i must mention that we use the old sysvinit-init for the services. Example of the autoinst.xml <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <add-on> <add_on_products config:type="list"> <listentry> <media_url>http://w.x.y.z/export/mirror/stable/ftp5.gwdg.de/pub/opensuse/update/12.1</media_url> <product>SuSE-Linux-Updates</product> <product_dir>/</product_dir> <ask_on_error config:type="boolean">true</ask_on_error> <name>SuSE-Linux-Updates</name> </listentry> </add_on_products> </add-on> ... <software> <packages config:type="list"> <package>autoyast2</package> <package>sysvinit-init</package> ... Hth Hajo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org