Hi everyone, I have the following problem with an AutoYast installation of Opensuse 11.4: Some of my machine hang when Yast tries to start the installed kernel via the kexec command (original problem), thus I decided to put ------ <general> <mode> <forceboot config:type="boolean">true</forceboot> </mode> </general> ------ in my XML file. This forces Yast to reboot the machine after the first installation stage. So far so good (circumventing the original problem). Now I decided to install the default instead of the desktop kernel, because these are headless machines for scientific simulations, this I don't need the desktop optimizations of the desktop-kernel. Thus I put ------ <software> <!-- Use the DEFAULT instead of DESKTOP kernel for servers --> <kernel>kernel-default</kernel> </software> ------ in the XML file. But now, when I install these machines with Autoyast, I hangs during the reboot after stage one (second and bigger problem)!! The error message is some what like "mount: unknown filesystem type 'ext4' -- could not mount root filesystem" when the kernel tries to mount the root partition (formatted with ext4). I diagnosed the problem somewhat and discovered that although I want the default kernel to be used, Yast installs and tries to boot the DESKTOP kernel for stage 2 of the installation process. This does not work, because only the modules for the DEFAULT kernel were installed before, thus the desktop kernel cannot find the ext4 module (or whatever it need to mount ext4). I have made some screenshots of the GRUB menu when the stage2 process is started and it shows as the first entry "Desktop -- openSUSE 11.4 - ..." and this is what it tries to boot. Only the third option is "openSUSE 11.4", which looks like the default kernel... Did anybody ever experience this problem? Uwe: should I create a bugreport about this? I have taken some screenshots of the boot process of stage 2 with the exact error message if needed, but I think the problem should become clear without them! Best regards, Joschi -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org