On 08/10/2010 04:06 PM, speedysupranet wrote:
>
> Dear all
>
> I have to switch from VMWare Server 2.0 to XEN due the compilation of
> the kernel module fails.
>
> But XEN doesn’t work on my newly upgraded server (fromm 11.0 to 11.3).
>
> When I install XEN via yast and do a reboot, then the screen goes black
> and the LEDs of Num and Scroll Lock are blinking.
>
> The last message i can see before the screen goes black is something
> like that:
>
> Code:
> --------------------
> module pci_ide_generic not found
> creating device nodes with dev
> --------------------
>
>
> All other kernels (Default or Desktop) work as intended.
>
> Has anyone a clue, how to fix that problem? Are there special boot
> parameters necessary or is my grub configuration wrong?
Blinking lights indicate a kernel panic, which is a condition in which trying to
recover might damage the system. To debug this, you need to capture the reason,
which will show up on the logging console, or on a netconsole. The former is
easier, but may not get all the info. If you use KDE, you can get a logging
console by pressing CTRL-ALT-F10 before the crash occurs. You will have to write
down the info or take a picture of the screen for your bug report.
The problem is, that the logging console is not accessable before the boot process is finished completely. As far as I can see, the kernel panic occurs directly before the init process starts. I assume that is has something to do with generation of udev. But as long as i don’t get real error messages dumped, I cannot analyze the problem.
I heard something about logging to a serial interface. How can I do that?
On 08/11/2010 04:36 PM, speedysupranet wrote:
>
> lwfinger;2204472 Wrote:
>> On 08/10/2010 04:06 PM, speedysupranet wrote:
>> Blinking lights indicate a kernel panic, which is a condition in which
>> trying to
>> recover might damage the system. To debug this, you need to capture the
>> reason,
>> which will show up on the logging console, or on a netconsole. The
>> former is
>> easier, but may not get all the info. If you use KDE, you can get a
>> logging
>> console by pressing CTRL-ALT-F10 before the crash occurs. You will have
>> to write
>> down the info or take a picture of the screen for your bug report.
>
> The problem is, that the logging console is not accessable before the
> boot process is finished completely. As far as I can see, the kernel
> panic occurs directly before the init process starts. I assume that is
> has something to do with generation of udev. But as long as i don’t get
> real error messages dumped, I cannot analyze the problem.
>
> I heard something about logging to a serial interface. How can I do
> that?
In any kernel source tree, see Documentation/serial-console.txt or read the
first entry returned by a Google search for “Linux serial console”.
I didn’t manage to get the serial interface working (no machine left with serial interface).
But I quit with XEN now. I have no time and nerves anymore to invest too much time on it. I installed vmware player on a backup machine, where I have a desktop installed.
I have the following found out:
When I do safe boot with xen (noapm acpi=off …) then the boot process claims, that it can’t find kernel modules, even if these are installed on the system in the designated path. Furthermore, the boot process stops saying, that it can’t find the /dev/sda2 partition.
So I assume, that my machine (Dell Optiplex GX280) uses a IDE / SATA controller the XEN kernel has problems with it. That would explain, why I get a kernel panic, when it should start the init process after loading the initial image.