N
netbui
Eroberer
Hallo,
ich komme mal wieder nicht weiter . Nachdem nun auch meine sechste und letzte Samsung HHD ihren Geist aufgibt, habe ich die Systempartition von /dev/hda4 mit rsync -av nach /dev/sda3 kopiert, die fstab, mtab und menu.lst angepasst und grub in einer chroot umgebung installiert. Leider wird beim booten von der neuern Platte Grub nicht geladen, es erscheint nur:
und der Rechern startet neu. Warum?
Ich hab Grub auch mit grub-install /dev/sda3 installiert, leider mit dem gleichem Ergebnis.
Selbst wenn ich von der alten Platte mit dem Eintrag:
boote, bekomme ich eine Fehlermeldung:
... mit dem Eintrag:
kann ich problemlos die alte Installation auf der verreckenden Samsung IDE HDD booten. Den Via SATA Treiber habe ich fest in den Kernel einkompiliert.
Hat jemand einen Tipp für mich ?
Vielen dank im voraus.
ich komme mal wieder nicht weiter . Nachdem nun auch meine sechste und letzte Samsung HHD ihren Geist aufgibt, habe ich die Systempartition von /dev/hda4 mit rsync -av nach /dev/sda3 kopiert, die fstab, mtab und menu.lst angepasst und grub in einer chroot umgebung installiert. Leider wird beim booten von der neuern Platte Grub nicht geladen, es erscheint nur:
Code:
_
Code:
ws ~ # mount -o bind /dev /mnt/sda3/dev/
ws ~ # mount -t proc proc /mnt/sda3/proc/
ws ~ # chroot /mnt/sda3/ /bin/bash
ws / # env-update && source /etc/profile
>>> Regenerating /etc/ld.so.cache...
ws / # mount
/dev/root on / type ext3 (rw,noatime,data=ordered)
proc on /proc type proc (rw,nosuid,nodev,noexec)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw,nosuid,noexec)
/dev/hda3 on /mnt/hda3 type ext3 (rw,nosuid,nodev,noexec,noatime,data=ordered)
none on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw,nosuid,noexec)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec)
nfsd on /proc/fs/nfs type nfsd (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/hdc on /media/hdc type iso9660 (ro,nosuid,nodev,noexec)
[B]/dev/sda3 on / type reiserfs (rw)[/B]
udev on /mnt/hda3/dev type tmpfs (rw,nosuid)
udev on /dev type tmpfs (rw,nosuid)
proc on /proc type proc (rw)
ws / # grub-install /dev/sda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/hdc
(hd3) /dev/hdd
(hd4) /dev/sda
(hd5) /dev/sdb
(hd6) /dev/sdc
(hd7) /dev/sdd
Code:
ws ~ # fdisk -l /dev/sda
Platte /dev/sda: 320.0 GByte, 320072933376 Byte
255 Köpfe, 63 Sektoren/Spuren, 38913 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 6375 51200000 7 HPFS/NTFS
/dev/sda2 38653 38913 2096482+ 82 Linux Swap / Solaris
/dev/sda3 * 22988 38652 125829112+ 83 Linux
/dev/sda4 6375 22987 133442053+ 83 Linux
Code:
menu.lst
default 0
timeout 5
splashimage=(hd4,2)/boot/grub/splash.xpm.gz
title=Gentoo vmlinuz
root (hd4,2)
kernel /boot/vmlinuz root=/dev/sda3
Code:
fstab:
/dev/sda3 / auto defaults,noatime 0 1
Code:
title=Gentoo SDA3
root (hd4,2)
kernel /boot/vmlinuz root=/dev/sda3
Code:
root (hd4,2)
Error 21: Selected disk does not exist
Code:
title=Gentoo vmlinuz
root (hd0,3)
kernel /boot/vmlinuz root=/dev/hda4
Hat jemand einen Tipp für mich ?
Vielen dank im voraus.