hab heute meinen Root Server von 1&1 per yast aktualisiert, leider hat er auch ein kernel update durchgeführt, und nun bootet er nicht mehr. ich hab nun schon einiges versucht den alten kernel wieder zum booten zu bewegen, aber leider fehlt mir dann doch irgendwas!?
nun ja ich hoffe auf eure hilfe!
zunächst hab ich mit hilfe des rescue systems und serial console zugriff auf den server.
ich kann die platten wieder mounten
mount /dev/md1 /mnt
mount /dev/md6 /mnt/var
mount /dev/md5 /mnt/usr
mount /dev/md7 /mnt/home
mount /dev/md8 /mnt/srv
chroot /mnt
danach auf /boot
ls- la
Code: Select all
drwxr-xr-x 4 root root 4096 Nov 27 16:19 .
drwxr-xr-x 22 root root 4096 Nov 27 10:49 ..
-rw-r--r-- 1 root root 954312 Nov 6 20:10 System.map-2.6.18.8-0.13-default
-rw-r--r-- 1 root root 1290771 Nov 8 2007 System.map-2.6.20.21-071108a
-rw-r--r-- 1 root root 1357530 Mar 3 2008 System.map-2.6.23.17-20080303a
-rw------- 1 root root 512 Sep 19 2007 backup_mbr
lrwxrwxrwx 1 root root 1 Apr 1 2008 boot -> .
-rw-r--r-- 1 root root 512 Apr 1 2008 boot.0800
-rw-r--r-- 1 root root 512 Apr 1 2008 boot.0810
-rw-r--r-- 1 root root 64134 Nov 6 20:13 config-2.6.18.8-0.13-default
-rw-r--r-- 1 root root 34910 Nov 8 2007 config-2.6.20.21-071108a
-rw-r--r-- 1 root root 35586 Mar 3 2008 config-2.6.23.17-20080303a
drwxr-xr-x 2 root root 4096 Nov 27 16:36 grub
lrwxrwxrwx 1 root root 24 Nov 27 16:19 initrd -> initrd-2.6.20.21-071108a
-rw-r--r-- 1 root root 3180441 Nov 27 16:19 initrd-2.6.18.8-0.13-default
-rw-r--r-- 1 root root 2544530 Nov 27 16:19 initrd-2.6.20.21-071108a
-rw-r--r-- 1 root root 2544560 Nov 27 16:19 initrd-2.6.23.17-20080303a
drwx------ 2 root root 49152 Apr 1 2008 lost+found
-rw------- 1 root root 147968 Nov 27 11:15 map
-rw------- 1 root root 379904 Sep 19 2007 message
-rw-r--r-- 1 root root 121087 Nov 6 20:14 symsets-2.6.18.8-0.13-default.tar.gz
-rw-r--r-- 1 root root 338752 Nov 6 20:14 symtypes-2.6.18.8-0.13-default.gz
-rw-r--r-- 1 root root 99327 Nov 6 20:13 symvers-2.6.18.8-0.13-default.gz
-rwxr-xr-x 1 root root 2114694 Nov 6 20:12 vmlinux-2.6.18.8-0.13-default.gz
lrwxrwxrwx 1 root root 25 Nov 27 14:58 vmlinuz -> vmlinuz-2.6.20.21-071108a
-rw-r--r-- 1 root root 1618576 Nov 6 20:10 vmlinuz-2.6.18.8-0.13-default
-rw-r--r-- 1 root root 2875376 Nov 8 2007 vmlinuz-2.6.20.21-071108a
-rw-r--r-- 1 root root 2687480 Mar 3 2008 vmlinuz-2.6.23.17-20080303a
lrwxrwxrwx 1 root root 25 Apr 1 2008 vmlinuz.old -> vmlinuz-2.6.20.21-071108a
die datei /boot/grub/menu.ist schaut so aus "und verweist auf die falsche kernel Version"
Code: Select all
# Modified by YaST2. Last modification on Tue Sep 18 10:23:59 UTC 2007
default 0
timeout 8
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd0,6)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda7 resume=/dev/sda2 splash=silent showopts console=tty1 console=ttyS0,57000
initrd /boot/initrd-2.6.18.2-34-default
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
root (hd0,6)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda7 showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd-2.6.18.2-34-default
Code: Select all
# Modified by YaST2. Last modification on Tue Sep 18 10:23:59 UTC 2007
default 0
timeout 8
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd0,6)
kernel /boot/vmlinuz-2.6.20.21-071108a root=/dev/sda7 resume=/dev/sda2 spll
ash=silent showopts console=tty1 console=ttyS0,57000
initrd /boot/initrd-2.6.20.21-071108a
###Don't change this comment - YaST2 identifier: Original name: linux###
#title openSUSE 10.2
# root (hd0,6)
# kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda7 resume=/dev/sda2 splash=silent showopts console=tty1 console=ttyS0,57000
# initrd /boot/initrd-2.6.18.2-34-default
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
root (hd0,6)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda7 showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd-2.6.18.2-34-default
von
lrwxrwxrwx 1 root root 25 Nov 27 14:58 vmlinuz -> vmlinuz-2.6.18.8-0.13-default
nach
lrwxrwxrwx 1 root root 25 Nov 27 14:58 vmlinuz -> vmlinuz-2.6.20.21-071108a
ich komm einfach nciht mehr weiter, evtl. seh ich vor lauter bäumen den wald nimmer, bin aber auch noch nicht so tief in der materie drinne, bemühe mich aber weiter rein zu kommen. was ich noch dazu sagen kann, es sind hier nicht alle kernels lauffähig, 1&1 bietet hier selber kernel zum downlaod an, und ja es war keine absicht, den kernel mit zu aktualisieren, dass sollte nicht passieren, ich dachte ich hätte ihn ausgeklammert!?
hoffe es kann mir jemand helfen