PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : RAID-Problem - Hat denn keiner ne Idee?



Eagle
22.10.03, 19:52
Hallo,

ich will mein Software-RAID I im Notfall von der zweiten Festplatte booten können. Dazu habe ich die gespiegelte Platte auf dem zweiten IDE-Controller (hdc) als Master gejumpert. Ferner existiert auf dieser Platte ein Verzeichnis /boot2, das äquivalent zu /boot ist und beide sind nicht im RAID-Verbund enthalten, sondern liegen auf /dev/hda1 und /dev/hdc1.
Ich habe jetzt die lilo.conf nach lilo.conf.backup kopiert und modifiziert, sowie

lilo -C /etc/lilo.conf.backup

ausgeführt.

Wenn ich die Orignalplatte (hda) abklemme, um das RAID zu testen, wird der Lilo auch gestartet. Nur anstatt dann das System zu booten, erscheint die Fehlermeldung LI 99 99 99 99 ....
Kann mir jemand den Fehler zeigen, wo ich in der lilo.conf.backup den richtigen Eintrag machen muß, damit es nicht zu dieser Fehlermeldung kommt, sondern das System normal bootet? Im Einsatz habe ich SuSE 8.2.


lilo.conf

boot = /dev/hda
change-rules
reset
default = linux
disk=/dev/hda
bios=0x80
disk=/dev/hdc
bios=0x81
lba32
menu-scheme = Wg:kw:Wg:Wg
message = /boot/message
prompt
read-only
timeout = 80

image = /boot/vmlinuz
label = linux
append = "splash=silent"
initrd = /boot/initrd
root = /dev/md0
vga = 0x31a

image = /boot/vmlinuz.shipped
label = failsafe
append = "ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3"
initrd = /boot/initrd.shipped
root = /dev/md0
vga = 0x31a




lilo.conf.backup

boot = /dev/hdc
change-rules
reset
default = linux
disk=/dev/hdc
bios=0x80
# disk=/dev/hdc
# bios=0x81
lba32
menu-scheme = Wg:kw:Wg:Wg
message = /boot2/message
prompt
read-only
timeout = 80

image = /boot/vmlinuz
label = linux
append = "splash=silent"
initrd = /boot2/initrd
root = /dev/md0
vga = 0x31a

image = /boot/vmlinuz.shipped
label = failsafe
append = "ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3"
initrd = /boot2/initrd.shipped
root = /dev/md0
vga = 0x31a



Vielen Dank für Euere Hilfe!

Andreas