ich habe folgendes Problem:
Ich besitze einen Rootserver bei 1und1 mit Suse 10.1. Soweit ich weiß hat 1und1 auf den Systemen lilo als Bootloader im Einsatz.
Nun habe ich versucht XEN über YAST zu installieren und die hübsche Installation hat offenbar meinen kompletten bootloader zerschossen. Jedenfalls tat sich beim boot danach gar nichts mehr, nichtmal mehr logeinträge. Der Kernel wird also nichtmal geladen.
Da ich mich mit lilo nicht auskenne, habe ich nun per yast kurzerhand lilo deinstalliert und grub installiert. Trotzdem verweigert mir das System den Boot :( Wenn ich in der seriellen konsole auf das System gehe, während es bootet, bekomme ich nur viele à à à à à à à à zeichen als Ausgabe und keine sinnvollen informationen. Ich weiß nicht an welcher Stelle ich suchen soll... Da /var/log keine Fehler zeigt und überhaupt nix über den boot vermerkt, gehe ich von einem Fehler beim Bootloader aus.
Wäre schön wenn Ihr mal über meine Konfiguration gucken könntet und mir ein paar Tipps gebt. Ich bin mit meinem Latein am Ende.
Grub hab ich übrigens folgendermaßen installiert:
In der Shell grub eingegeben.
Danach root(hd0,0)
und dann setup (hd0)
root (hd1,0)
setup (hd1)
dabei konnte ich keine Fehler erkennen.
Hier meine Configs:
Code: Select all
cat /boot/grub/device.map
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
Code: Select all
cat /boot/grub/menu.lst
default 0
fallback 1
timeout 5
serial --unit=0 --speed=9600
terminal --timeout=20 serial console
#Booteintaege
title Suse, kernel vmlinuz-2.6.16.27-061216a
root (hd0,0)
kernel /boot/vmlinuz-2.6.16.27-061216a root=/dev/md1 ro console=tty0 console=ttyS0,9600
savedefault
boot
Code: Select all
cat /etc/grub.conf
root (hd0,0)
install /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,0)/boot/grub/menu.lst
quit
Code: Select all
cat /etc/fstab
/dev/md1 / ext3 defaults,usrquota 1 1
/dev/sda2 swap swap sw
/dev/sdb2 swap swap sw
/dev/md5 /usr xfs defaults,usrquota 1 2
/dev/md6 /var xfs defaults,usrquota 1 2
/dev/md7 /home xfs defaults,usrquota 1 2
/dev/md8 /srv xfs defaults,usrquota 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
none /tmp tmpfs defaults 0 0
Code: Select all
cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [faulty]
md1 : active raid1 sdb1[1] sda1[0]
987840 blocks [2/2] [UU]
md5 : active raid1 sdb5[1] sda5[0]
4891648 blocks [2/2] [UU]
md6 : active raid1 sdb6[1] sda6[0]
4891648 blocks [2/2] [UU]
md7 : active raid1 sdb7[1] sda7[0]
19542976 blocks [2/2] [UU]
md8 : active raid1 sdb8[1] sda8[0]
45873472 blocks [2/2] [UU]
unused devices: <none>
Code: Select all
/boot # ls -l
-rw-r--r-- 1 root root 1322662 Dec 16 2006 System.map-2.6.16.27-061216a
-rw-r--r-- 1 root root 1117833 Jun 12 2006 System.map-2.6.16.9-060612a
-rw------- 1 root root 512 May 7 2006 backup_mbr
lrwxrwxrwx 1 root root 1 Sep 3 03:23 boot -> .
-rw------- 1 root root 512 May 7 2006 boot.0800
-rw-r--r-- 1 root root 512 Jun 19 12:42 boot.0810
-rw-r--r-- 1 root root 29112 Dec 16 2006 config-2.6.16.27-061216a
-rw-r--r-- 1 root root 25100 Jun 12 2006 config-2.6.16.9-060612a
drwxr-xr-x 2 root root 4096 Sep 3 13:03 grub
-rw------- 1 root root 68096 Sep 3 02:27 map
lrwxrwxrwx 1 root root 25 Jun 19 12:39 vmlinuz -> vmlinuz-2.6.16.27-061216a
-rw-r--r-- 1 root root 2567123 Dec 16 2006 vmlinuz-2.6.16.27-061216a
-rw-r--r-- 1 root root 2195648 Jun 12 2006 vmlinuz-2.6.16.9-060612a
lrwxrwxrwx 1 root root 25 Jun 19 12:39 vmlinuz.old -> vmlinuz-2.6.16.27-061216a
Grüße
Karmek