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

Re: /etc/modules: in welchen Verzeichnissen wird nach Modulen gesucht?



Rainer Ellinger wrote:
> Dann haben wir es ja schon. Du hast ein Problem in der LILO-
> Konfiguration. Zeige mal die /etc/lilo.conf und den Inhalt von /boot.

--------------------------------------------
Meine /etc/lilo.conf (gestutzt um vermutlich irrelevante und auskommentierte
Teile):

# Support LBA for large hard disks.
#
lba32

# 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/hda

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

# 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

# Kernel command line options that apply to all installed images go
# here.  See: The `boot-prompt-HOWO' and `kernel-parameters.txt' in
# the Linux kernel `Documentation' directory.
#
# append=""

# Boot up Linux by default.
#
default=Linux

# /vmlinuz -> /boot/vmlinuz-2.4.20-0004
# Mein klassisch kompilierter Kernel
image=/vmlinuz
        label=Linux
        read-only
        optional

# /vmlinuz.old -> /boot/vmlinuz-2.4.20-0003
# Mein alter klassisch kompilierter Kernel
image=/vmlinuz.old
        label=LinuxOld
        read-only

# -> /boot/vmlinuz-2.4.20-toshiba
# Kernel aus selbstgeschnuertem .deb-Paket "toshiba"
image=/boot/vmlinuz-2.4.20-toshiba
        label=Toshiba
        read-only

# -> /boot/vmlinuz-2.4.20-1-686
# "Standard-Kernel"
image=/boot/vmlinuz-2.4.20-1-686
        label=Standard
        initrd=/initrd.img
        read-only


--------------------------------------------
Der Inhalt von /boot/ (gestutzt um irrelevante Spalten):

    1024 2003-05-10 11:04 backup
     512 2003-05-10 16:41 boot.0300
    3888 2002-11-09 13:13 config-2.2.20-idepci
   20953 2003-05-25 21:44 config-2.4.20-0004
   39612 2003-03-22 03:14 config-2.4.20-1-686
   21134 2003-05-19 12:33 config-2.4.20-toshiba
 2920448 2003-05-19 12:37 initrd.img-2.4.20-1-686
   12288 2002-11-09 13:11 lost+found
   88576 2003-05-25 22:57 map
  224124 2002-11-09 13:13 System.map-2.2.20-idepci
  437948 2003-03-25 10:58 System.map-2.4.20-1-686
  539251 2003-05-19 12:43 System.map-2.4.20-toshiba
  665509 2002-11-09 13:13 vmlinuz-2.2.20-idepci
  942831 2002-11-09 16:36 vmlinuz-2.4.18-0001
  941094 2003-01-06 22:18 vmlinuz-2.4.18-0002
 1057934 2003-03-27 18:05 vmlinuz-2.4.20-0001
 1058418 2003-04-24 21:56 vmlinuz-2.4.20-0002
 1060331 2003-05-13 22:29 vmlinuz-2.4.20-0003
 1228953 2003-05-25 21:56 vmlinuz-2.4.20-0004
  660989 2003-03-25 10:58 vmlinuz-2.4.20-1-686
 1065142 2003-05-19 12:43 vmlinuz-2.4.20-toshiba





Reply to: