mit ner knoppix cd eigentlich kein problem mehr
Denkste! - und da ich im Netz und hier nur die "halbe" Wahrheit fand, an dieser stelle die 3/4 Wahrheit.
es gibt ein feature auf der knoppix ausszuschalten - den automounter, deshalb:
Code: Alles auswählen
sudo /etc/init.d/autofs stop
Code: Alles auswählen
mount -t reiserfs -o rw /dev/hda5 /mnt/hda5
danach die chroot prozedur
Code: Alles auswählen
root@ttyp0[mnt]# cd /mnt/hda5
root@ttyp0[hda5]# chroot /mnt/hda5
bash-2.05b# id
uid=0(root) gid=0(root) groups=0(root)
Code: Alles auswählen
bash-2.05b# mount -t ext2 -o rw /dev/hda2 /boot
Code: Alles auswählen
bash-2.05b# /sbin/lilo -v
LILO version 22.2, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2001 John Coffman
Released 05-Feb-2002 and compiled at 20:57:26 on Apr 13 2002.
MAX_IMAGES = 27
Reading boot sector from /dev/hda5
Merging with /boot/boot.b
Boot image: /vmlinuz -> boot/vmlinuz-2.4.20-pre4-bf2.4-jfs
Added Linux *
/boot/boot.0305 exists - no backup copy made.
Writing boot sector.
bash-2.05b#
Gruss Carsten