Probleme mit mkboot
m.westermann
david at dvmwest.de
Wed May 26 22:24:51 CEST 1999
Hallo Linux,
hat jemand schon mal Probleme mit mkboot -installkernel gehabt ?
Beim neuaufsetzten des Kernel's mittels "make install", habe ich immer
eine Fehlermeldung bekommen, von wegen lilo ist nicht auf def Bootpart.
Der Bootblock von lilo ist aber auf der Platte drauf.
Nach kurzen suchen, habe ich festgestellt das mkboot
via
...
lilosig=$(dd if=$bootpart ibs=2 skip=1 count=2 2>&-)
if [ "$lilosig" != "LILO" ] ; then
versucht den Bootblock zu erkennen. Klappt aber nicht.
dd if=/dev/hda ibs=2 skip=1 count=2 2> /dev/null
liefert nur ein 'l'
dd if=/dev/hda ibs=2 skip=2 count=2 2> /dev/null
liefert "LI"
dd if=/dev/hda ibs=4 skip=1 count=2 2> /dev/null
liefert "LILO"
Nur im mkboot kalppt es dann immer noch nicht .
in lilo.conf steht (100 % M$ freies System)
boot=/dev/hda
root=/dev/hda2
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
image=/vmlinuz
label=Lin2
read-only
image=/vmlinuz-2.0.36
label=Linux
read-only
Wass laeuft da Nicht richtig.
Lilo ist Version 21
mkboot ist von potato.
Gruss Michael
More information about the Linux
mailing list