Ich habe mich genau ans englische Wiki mit der chroot per CD Methode gehalten, aber da kommt der gleiche Fehler wie bei gestartetem System
[wolfi@scraplap ~]$ su
Passwort:
[root@scraplap wolfi]# grub-install /dev/sda
/sbin/grub-install: line 435: cmp: command not found
/sbin/grub-install: line 435: cmp: command not found
/sbin/grub-install: line 435: cmp: command not found
/sbin/grub-install: line 435: cmp: command not found
/sbin/grub-install: line 435: cmp: command not found
The file /boot/grub/stage1 not read correctly.
[root@scraplap wolfi]#
Im Wiki steht, dass dann etwas bei /etc/mtab und /etc/fstab falsch ist.
etc/mtab
/dev/sda2 / reiserfs rw 0 0
none /proc proc rw 0 0
none /sys sysfs rw 0 0
none /dev ramfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/sda5 /home reiserfs rw 0 0
etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/sda2 / reiserfs defaults 0 1
/dev/sda5 /home reiserfs defaults 0 1
/dev/sda6 swap swap defaults 0 0
Nur was ist da falsch?
Muss ich wirklich eine eigene Bootpartition anlegen, so wie in dem Thread beschrieben?
https://forum.archlinux.de/?page=Postings;id=20;thread=5944