Am Sunday 30 September 2001 10:45 schrieben Sie:
On Sun Sep 30, 2001 at 01:53:41 +0200, Stephan Goetter wrote:
LILO gibt aber nur "LI" aus. Was heißt das?
\item[\raw{LI}] The first stage boot loader was able to load the second stage boot loader, but has failed to execute it. This can either be caused by a geometry mismatch or by moving \path{/boot/boot.b} without running the map installer.
Aha. Ich hätte lilo gern im MBR, aber wenn ich Lilo ausführe kommt immer
Warning: /dev/sda is not on the first disk
Irgendwie scheint Lilo zu anzunehmen meine SCSI-Platte wäre 0x81, 0x80 ist aber richtig, da im BIOS steht SCSI vor IDE. Bei -T gibt LILO es auch richtig 0x80 aus.
[root@localhost stephan]# lilo -v3 LILO version 21.7, Copyright (C) 1992-1998 Werner Almesberger Linux Real Mode Interface library Copyright (C) 1998 Josh Vanderhoof Development beyond version 21 Copyright (C) 1999-2001 John Coffman Released 24-Feb-2001 and compiled at 18:11:44 on Apr 8 2001.
Reading boot sector from /dev/sda Warning: /dev/sda is not on the first disk Merging with /boot/boot.b Device 0x0801: BIOS drive 0x81, 134 heads, 1019 cylinders, 62 sectors. Partition offset: 62 sectors.
[root@localhost stephan]# lilo -T geom
bios=0x00, cylinders=80, heads=2, sectors=18 bios=0x80, cylinders=1019, heads=134, sectors=62 EDD packet calls allowed
**Warning** Int 0x13 function 8 and function 0x48 return different head/sector geometries for the following: bios=0x81, cylinders=4970, heads=16, sectors=63 EDD packet calls allowed **Warning** Int 0x13 function 8 and function 0x48 return different head/sector geometries for the following: bios=0x82, cylinders=65531, heads=16, sectors=63 EDD packet calls allowed
[root@localhost stephan]# lilo -T table=/dev/sda
Type Boot Start End Sector #sectors 1 Linux Native * 0:1:1 3:133:62 62 33170 2 DOS extended 4:0:1 1017:133:62 33232 8424312 3 ** empty ** 4 ** empty **
Ich häng mal meine lilo.conf dran und spiel noch etwas mit minus klein und groß l rum.
Außerdem musste ich die größe auf 32 Gig per Jumper beschränken (das BIOS
Platte nicht im BIOS eintragen. Linux sollte das auch alleine koennen.
Das BIOS hängt sich auch auf wenn die Platte nicht im BIOS eingetragen ist. Deswegen geht es ohne Jumper nicht. Erkennt Linux auch automatisch das der Jumper gesetzt ist? In dem HOWTO stand nur etwas von einem Kernelpatch.
Stephan