Mailinglist Archive: opensuse-autoinstall (37 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] <forceboot> + <kernel> installs wrong kernel for stage2
- From: Sven-Thorsten Dietrich <sdietrich@xxxxxxxxxx>
- Date: Thu, 12 May 2011 14:17:20 -0700
- Message-id: <1305235040.888.11.camel@quadrophenia.oceanvoyage.org>
On Thu, 2011-05-12 at 18:13 +0200, Joschi Brauchle wrote:
Hi Joschi,
Thanks for the bug report.
I just wanted to make a comment regarding the the "Desktop" Kernel
naming.
The naming comes from in-Kernel locking changes that the Kernel
developers at one time thought might improve audio-video streaming as
one might use on the Desktop. This may be a bit unfortunate as its
confusing to many users and doesn't really improve things notably on the
Desktop ;)
In other words, if you use the Desktop Kernel, your scientific app
should be just fine, and its unlikely that you will notice any
difference in performance nor and difference regarding compatibility oir
drivers - all the same.
Just thought I'd point that out.
Regards,
Sven
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
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.
Hi Joschi,
Thanks for the bug report.
I just wanted to make a comment regarding the the "Desktop" Kernel
naming.
The naming comes from in-Kernel locking changes that the Kernel
developers at one time thought might improve audio-video streaming as
one might use on the Desktop. This may be a bit unfortunate as its
confusing to many users and doesn't really improve things notably on the
Desktop ;)
In other words, if you use the Desktop Kernel, your scientific app
should be just fine, and its unlikely that you will notice any
difference in performance nor and difference regarding compatibility oir
drivers - all the same.
Just thought I'd point that out.
Regards,
Sven
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |