[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel panic, sehr merkwürdig



> Total unlogisch dieser Fehler...
> 
Ich habe eine Idee, s.u.


> Wie sieht denn Deine lilo.conf aus?
s.u.


> Hast Du woody, sarge oder sid?
woody, also stable


> Kannst Du erkennen welcher Kernel gestartet wird?
s.u.


> Kommt der Fehler nur wenn Du einen 2.4er Kernel zusätzlich installiert
> hast oder auch wenn Du nur den 2.2er drauf hast?
Der Fehler kommt (wie schon gesagt, nur vielleicht zu umständlich) nur, wenn
gerade ein 2.4er Kernel läuft, mit dem 2.2er gehts. Es sind mehrere 2.4er
sowie ein 2.2er installiert und in lilo.conf eingetragen


> Ist es denn auch das richtige lilo, oder ein alias oder ähnliches?
Ein skript, das lilo.real ausführt


> Was sagt 'which lilo'?
/sbin/lilo


> Startet der kernel auch wenn Du lilo als normaler user aufrufst?
> 
LILO version 22.2, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2001 John Coffman
Released 05-Feb-2002 and compiled at 20:57:26 on Apr 13 2002.
MAX_IMAGES = 27
Reading boot sector from /dev/sda
Merging with /boot/boot.b
ioctl FIBMAP: Operation not permitted


> Verschiebe doch mal die /dev/mapper/control und führe dann nochmal lilo
> aus.
das verzeichnis mapper gibts gar nicht



Ich habe gerade den Fehler nochmal rekonstuiert. Der Kernel wird
wahrscheinlich gar nicht neu gestartet, nur sieht das so aus (ich
dummerchen). Es wird wahrscheinlich ein kernel-Modul automatisch geladen
undzwar das E-IDE-Modul (sieht so aus, wie einer der ersten Meldungen beim
start). Leider habe ich den Zettel mit der konkreten Meldung liegen lassen,
aber wahrscheinlich kann man das Problem jetzt weiter analysieren.

Viele Grüße,
Ralf









-------------- LILO.CONF --------------------
# /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
# ---------------       `install-mbr(8)', `/usr/share/doc/lilo/',
#                       and `/usr/share/doc/mbr/'.

# +---------------------------------------------------------------+
# |                        !! Reminder !!                         |
# |                                                               |
# | Don't forget to run `lilo' after you make changes to this     |
# | conffile, `/boot/bootmess.txt', or install a new kernel.  The |
# | computer will most likely fail to boot if a kernel-image      |
# | post-install script or you don't remember to run `lilo'.      |
# |                                                               |
# +---------------------------------------------------------------+

# Support LBA for large hard disks.
#
lba32

# Overrides the default mapping between harddisk names and the BIOS'
# harddisk order. Use with caution.

#disk=/dev/sda
#    bios=0x80

# Specifies the boot device.  This is where Lilo installs its boot
# block.  It can be either a partition, or the raw device, in which
# case it installs in the MBR, and will overwrite the current MBR.
#
boot=/dev/sda
unsafe  #nicht alten mbr lesen, da das vielleicht den fehler erzeugt


# Specifies the device that should be mounted as root. (`/')
#
root=/dev/sda1

# Enable map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the
# map smaller.  Using `compact' is especially recommended when
# booting from a floppy disk.  It is disabled here by default
# because it doesn't always work.
#
# compact

# Installs the specified file as the new boot sector
# You have the choice between: bmp, compat, menu and text
# Look in /boot/ and in lilo.conf(5) manpage for details
#
install=/boot/boot-menu.b

# Specifies the location of the map file
#
map=/boot/map

# You can set a password here, and uncomment the `restricted' lines
# in the image definitions below to make it so that a password must
# be typed to boot anything but a default configuration.  If a
# command line is given, other than one specified by an `append'
# statement in `lilo.conf', the password will be required, but a
# standard default boot will not require one.
#
# This will, for instance, prevent anyone with access to the
# console from booting with something like `Linux init=/bin/sh',
# and thus becoming `root' without proper authorization.
#
# Note that if you really need this type of security, you will
# likely also want to use `install-mbr' to reconfigure the MBR
# program, as well as set up your BIOS to disallow booting from
# removable disk or CD-ROM, then put a password on getting into the
# BIOS configuration as well.  Please RTFM `install-mbr(8)'.
#
# password=tatercounter2000

delay=1
prompt
timeout=50

vga=normal

default=2.4.18-1-386

image=/boot/vmlinuz-2.4.18-1-386
        label=2.4.18-1-386
        read-only
        initrd=/boot/initrd.img-2.4.18-1-386

image=/boot/vmlinuz-2.4.18-1-686
        label=2.4.18-1-686
        read-only
        initrd=/boot/initrd.img-2.4.18-1-686

image=/boot/vmlinuz-2.4.16-386
        label=2.4.16-386
        read-only
        initrd=/boot/initrd.img-2.4.16-386

image=/boot/vmlinuz-2.2.20-compact
        label=2.2.20-compact
        read-only



Reply to: