2.4.20 -> 2.6.9 <lilo-Empty map section> ## lösung

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
Benutzeravatar
benwol
Beiträge: 69
Registriert: 28.10.2004 13:06:12
Wohnort: /home/benwol
Kontaktdaten:

2.4.20 -> 2.6.9 <lilo-Empty map section> ## lösung

Beitrag von benwol » 16.11.2004 02:42:02

hi

ich habe meinen kernel nach dieser anleitung installiert
http://www.falkotimme.com/howtos/debian ... /index.php

nach dem befehl

Code: Alles auswählen

dpkg -i kernel-image-2.6.9_kernel.2.6.9_i386.deb
bekomm ich folgende fehlermeldung:

Code: Alles auswählen

You already have a LILO configuration in /etc/lilo.conf
Install a boot block using the existing /etc/lilo.conf? [Yes]
Testing lilo.conf ...
An error occurred while running lilo in test mode, a log is
available in /var/log/lilo_log.18489. Please edit /etc/lilo.conf
manually and re-run lilo, or make other arrangements to boot
your machine.
         Please hit return to continue
dann meldung:

Code: Alles auswählen

Empty map section
was bedeutet das und wie kann ich dies beheben?

meine lilo.conf

Code: Alles auswählen

lba32

boot=/dev/hda

root=/dev/hda3

install=/boot/boot-menu.b

map=/boot/map

delay=20

message=/boot/bootmess.txt
	prompt
	single-key
#	delay=100
	timeout=100

 vga=normal

default=Linux2.4.20

image=/vmlinuz
	label=Linux2.4.20
	read-only
#	restricted
#	alias=1

image=/vmlinuz-2.6
	label=Linux2.6.9
	read-only
	initrd=/boot/initrd.img-2.6.9
#	restricted
#	alias=2

please help me
Zuletzt geändert von benwol am 16.11.2004 11:02:13, insgesamt 1-mal geändert.

Benutzeravatar
benwol
Beiträge: 69
Registriert: 28.10.2004 13:06:12
Wohnort: /home/benwol
Kontaktdaten:

Beitrag von benwol » 16.11.2004 11:01:11

ok, ist alles erledigt

zwischendurch kam noch der fehler:

Code: Alles auswählen

Fatal: SINGLE-KEYSTROKE requires the label or the alias to be only a single character
ist genauso zu lösen

erstmal den kompletten bereich der bootmess

Code: Alles auswählen

bootmess.txtmessage=/boot/bootmess.txt
   prompt
   single-key
#   delay=100
   timeout=100 v
auskommentiert, da der "Empty map section" aussagt, das im boot verzeichnis eine 0-byte datei liegt. diese muss dann aus der lilo.conf entfernt oder so bearbeitet werden, das sie min 1-byte beträgt...*komisch*+*wunder*

Code: Alles auswählen

#bootmess.txtmessage=/boot/bootmess.txt
#   prompt
#   single-key
#   delay=100
#   timeout=100 
dann lilo ausführen.

und..........

be happy

Antworten