Server bootet nicht mehr

Serverdienste ohne eigene Kategorie
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Server bootet nicht mehr

Post by Roger Wilco »

Du hast dir die anderen Threads nicht durchgelesen. Der von deinem Provider bereitgestellte und vorinstallierte Kernel wurde durch den Default-Kernel deiner Distribution ersetzt. Stelle die alte Konfiguration wieder her (u. a. musst du dazu deine lilo.conf auf der Festplatte bearbeiten und danach den MBR neu schreiben lassen), dann bootet auch dein System wieder.
mima
Posts: 14
Joined: 2008-11-20 12:27
 

Re: Server bootet nicht mehr

Post by mima »

Ohhhhh... was hab ich denn jetzt schon wieder falsch gemacht?!?

Jetzt kann er das System nicht mehr finden... dabei habe ich doch eben nur neu gestartet. und davor fsck.ext3 -y /dev/hd1 um zu überprüfen...
Habe ich jetzt auch noch das Filesystem zerschossen?!?

Code: Select all

[b]rescue:~# mount /dev/md1 /mnt; chroot /mnt
VFS: Can't find ext4 filesystem on dev md1.
mount: you must specify the filesystem type
chroot: cannot run command `/bin/bash': No such file or directory[/b]
rescue:~# fdisk -l

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         123      987966   fd  Linux raid autodetect
/dev/sda2             124         367     1959930   82  Linux swap / Solaris
/dev/sda4             368       30401   241248105    5  Extended
/dev/sda5             368         976     4891761   fd  Linux raid autodetect
/dev/sda6             977        1585     4891761   fd  Linux raid autodetect
/dev/sda7            1586        4018    19543041   fd  Linux raid autodetect
/dev/sda8            4019       30401   211921416   fd  Linux raid autodetect

Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1         123      987966   fd  Linux raid autodetect
/dev/sdb2             124         367     1959930   82  Linux swap / Solaris
/dev/sdb4             368       30401   241248105    5  Extended
/dev/sdb5             368         976     4891761   fd  Linux raid autodetect
/dev/sdb6             977        1585     4891761   fd  Linux raid autodetect
/dev/sdb7            1586        4018    19543041   fd  Linux raid autodetect
/dev/sdb8            4019       30401   211921416   fd  Linux raid autodetect

Disk /dev/md8: 217.0 GB, 217007456256 bytes
2 heads, 4 sectors/track, 52980336 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md8 doesn't contain a valid partition table

Disk /dev/md7: 20.0 GB, 20012007424 bytes
2 heads, 4 sectors/track, 4885744 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md7 doesn't contain a valid partition table

Disk /dev/md6: 5009 MB, 5009047552 bytes
2 heads, 4 sectors/track, 1222912 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md6 doesn't contain a valid partition table

Disk /dev/md5: 5009 MB, 5009047552 bytes
2 heads, 4 sectors/track, 1222912 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md5 doesn't contain a valid partition table

Disk /dev/md1: 1011 MB, 1011548160 bytes
2 heads, 4 sectors/track, 246960 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md1 doesn't contain a valid partition table
rescue:~#


Grüße Michael
danu
Posts: 264
Joined: 2005-02-02 11:15
 

Re: Server bootet nicht mehr

Post by danu »

Das Raid ist ziemlich durcheinander geraten.
Ich würde versuchen vom Rettungssystem
aus dieses mit mdadm zu reparieren

hast Du ext4 Partitionen darauf ?

wolltest Du ein LVM aufsetzen ?
mima
Posts: 14
Joined: 2008-11-20 12:27
 

Re: Server bootet nicht mehr

Post by mima »

hallo danu, danke für die antwort.
ich werde dieses mit mdadm versuchen und mich dann wieder melden wenn ich zu hause bin.
ich habe ext3 Partitionen drauf...

Eigentlich wollte ich das machen was mir Roger Wilco gesagt hat, werde ich dann auch, sobald das raid wieder heile ist...

:roll:

gruß michael.
Post Reply