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

Re: paar boot probs...



On Mon, 25 Feb 2002 12:47:02 Philipp Adaktylos,,, wrote:
> Ich hab Debian 2.2 r5 installiert. Das Problem ist, das ich nicht von 
> der SCSI Platte booten kann obwohl das eigentlich gehen sollte!

Ein altes Problem. 

Beim Booten legt das Bios fest (bzw. Du stellst es ein), welche 
Platte die erste, zweite, usw. ist. So bekommt Lilo es beim Booten 
auch zu sehen. Die erste Platte "heißt" 0x80, die zweite 0x81, usw.

Wenn Linux dann läuft, legt Linux fest, welche Platte die erste, 
zweite, usw. ist. Und egal, was Du im Bios einstellst, für das 
laufende Linux ist immer IDE Primary Master 0x80, Primary Slave 0x81,
usw., bzw. bei SCSI die kleinste ID 0x80, die nächste 0x81, usw., 
und wenn Du IDE und SCSI beides hast, fängt er bei IDE an zu zählen.

Beispiel: Eine IDE und SCSI ID 0 und SCSI ID 1

im Bios "SCSI" eingestellt: SCSI 0 = 0x80, IDE = 0x81, SCSI 1 = 0x82
Linux sieht das trotzdem so: IDE = 0x80, SCSI 0 = 0x81, SCSI 1 = 0x82

Wenn Du dann "lilo" aufrufst, schreibt er in den Bootsektor den 
Verweis auf sda rein als 0x81, er sollte aber schreiben: 0x80

Man muß dann in die lilo.conf reinschreiben:

   map-drive = 0x80
      to = 0x81
   map-drive = 0x81
      to = 0x80

Lilo hat übrigens ein Manual in /usr/doc

Jörn



Reply to: