Lilo Fehlermeldung bei Raid-System und Debian Woody

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
thefreeman
Posts: 84
Joined: 2003-04-24 18:58
Location: Bayern
 

Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by thefreeman »

Hallo, Leute.

Ich habe mir einen Rootserver mit Raid-System und RedHat geholt.

Ich habe auf der Maschine Debian installiert und Lilo konfiguriert.
Jetzt bekomme ich beim reboot aus dem Rescue- ins normale System
folgende Fehlermeldung:
md: could not import [03:03]
scsi substystem driver revision 1.01
mount: /dev2/root is not a valid block device
mount: /dev2/root is not a valid block device
mount: /dev2/root is not a valid block device
mount: /dev2/root is not a valid block device
modeprobe:modprobe can't locate module xfs
Was kann das sein? Was läuft beim MD falsch?

Danke schonmal.
jtb
Posts: 599
Joined: 2002-08-18 16:41
Location: Darmstadt
Contact:
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by jtb »

Hardware- oder Software-Raid?

Software: wie sieht deine raidtab aus?
thefreeman
Posts: 84
Joined: 2003-04-24 18:58
Location: Bayern
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by thefreeman »

Das ist ein Hardware-Raid.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by captaincrunch »

In dem Fall passt dann ziemlich gar nichts mehr zusammen:
- /dev2/root ? Woher kommt das?
- md? Wird beim Hardware-RAID nicht gebraucht

Wird das für den RAID-Controller zuständige Kernelmodul geladen, bzw. steht in der initrd?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
thefreeman
Posts: 84
Joined: 2003-04-24 18:58
Location: Bayern
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by thefreeman »

Das ist mein Lilo:
lba32

#disk=/dev/hde
# bios=0x81

#disk=/dev/sda
# bios=0x80

boot=/dev/sda

root=/dev/sda3

install=/boot/boot-menu.b

map=/boot/map

delay=20

<mode>)

vga=normal

default=Linux

image=/vmlinuz
label=Linux
initrd=/initrd.img
read-only
# restricted
# alias=1

image=/vmlinuz.old
label=LinuxOLD
read-only
optional
# restricted
# alias=2
Was passt da nicht? :?
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by captaincrunch »

Was passt da nicht?
Die Fehlermeldungen.

Die Frage, die du noch nicht beantwortet hast ist, ob das nötige Kernelmodul überhaupt (zum richtigen Zeitpunkt) geladen wird.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
thefreeman
Posts: 84
Joined: 2003-04-24 18:58
Location: Bayern
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by thefreeman »

Das weiß ich nicht.

Wo kann ich das nachprüfen, ohne zu wissen, was auf der Konsole steht?
thefreeman
Posts: 84
Joined: 2003-04-24 18:58
Location: Bayern
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by thefreeman »

Kann mir sonst noch wer helfen? Bitteeeeee !!!!
jtb
Posts: 599
Joined: 2002-08-18 16:41
Location: Darmstadt
Contact:
 

Re: Lilo Fehlermeldung bei Raid-System und Debian Woody

Post by jtb »

wie sieht deine Fstab aus?
Post Reply