hab Debian 4.0 auf einer Slave Platte installiert.
Bei der Installation habe ich bei der Frage zu Grub, die erste Master Platte /dev/hda
angegeben.
Nach dem Start war im Grub nur dasDebian 4.0 zu starten, nichts von den Systemen
auf der /dev/hda. Debian 4.0 hat ein eignes Grub erstellt.
In der /etc/fstab wurde die /dev/hda1 und alle anderen nicht aufgenommen.
Meine Master und Slave sind so belegt:
Code: Alles auswählen
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1216 9767488+ 83 Linux
/dev/hda2 1217 3830 20996955 5 Extended
/dev/hda3 3831 4559 5855692+ 83 Linux
/dev/hda4 4560 5045 3903795 83 Linux
/dev/hda5 1217 2432 9767488+ 83 Linux
/dev/hda6 2433 3648 9767488+ 83 Linux
/dev/hda7 3649 3830 1461883+ 82 Linux swap / Solaris
Disk /dev/hdb: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 851 6835626 83 Linux
/dev/hdb2 852 9733 71344665 5 Extended
/dev/hdb5 852 1134 2273166 82 Linux swap / Solaris
/dev/hdb6 1135 9733 69071436 83 Linux
[list]
/dev/hda1 Ubuntu 6.06
/dev/hda3 Xubuntu 6.06
/dev/hdb1 Debian 4.0
Mit einer Installations-CD habe ich Grub neu in die Master Platte /dev/hda
schreiben lassen, mit der Hoffnung ich kann nun die Systeme von /dev/hda starten.
Hier meine /boot/grub/menu.lst
Code: Alles auswählen
# My menu.lst - Debian 4.0 Etch #
#
#
## default num
default 0
timeout 200
# Pretty colours
color cyan/blue white/blue
title Debian GNU/Linux, kernel 2.6.18-4-k7
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-4-k7 root=/dev/hdb1 ro
initrd /boot/initrd.img-2.6.18-4-k7
savedefault
title Debian GNU/Linux, kernel 2.6.18-4-k7 (single-user mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-4-k7 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.18-4-k7
savedefault
title Other operating systems:
root
title Dapper-Drak 6.06, kernel 2.6.15-28-386 (on /dev/hda1)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-28-386 root=/dev/hda1 ro quiet splash
initrd /boot/initrd.img-2.6.15-28-386
savedefault
boot
title Xubuntu, kernel 2.6.15-27-386 (on /dev/hda3)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-27-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-27-386
savedefault
boot
title Ubuntu, memtest86+ (on /dev/hda1)
root (hd0,0)
kernel /boot/memtest86+.bin
savedefault
boot
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.18-5-k7
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-5-k7 root=/dev/hdb1 ro
initrd /boot/initrd.img-2.6.18-5-k7
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-k7 (single-user mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-5-k7 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.18-5-k7
savedefault
title Debian GNU/Linux, kernel 2.6.18-4-k7
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-4-k7 root=/dev/hdb1 ro
initrd /boot/initrd.img-2.6.18-4-k7
savedefault
title Debian GNU/Linux, kernel 2.6.18-4-k7 (single-user mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-4-k7 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.18-4-k7
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
Boot Meldungen Auszug:
Code: Alles auswählen
/home : recovering journal
/dev/hdb1 : clean , 102351/854784files; 648834/1708906 blocks
fsck.ext3 : Bad magic number in super-block while trying to open /dev/hdb5
/dev/hdb5:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is validand it reallx contains an ext2
filesystem (and not swap or ufs or something else), then the superblock is
is corrupt, and you might try running e2fsck with an alternate superblock!
e2fsck -b 8193 <device>
[list]
verstehe ich nicht. /dev/hdb5 ist einen Swap-Partition von Debian.
Ist nun tatsächlich der Superblock defekt
![Question :?:](./images/smilies/icon_question.gif)
Kann mir jemand einen Rat geben, wie ich aus diesem Schlammassel wieder
raus komme
![Question :?:](./images/smilies/icon_question.gif)
Besten Dank im voraus
Gruß
volpekpf