

Nach einem Systemupdate konnte mein Rechner nicht mehr erfolgreich gestartet werden.
Ich mußte im Lilo einige Werte ändern. Nur wie macht man das?
Eine Linux-Live CD hat jeder herumliegen. Also Kanotix booten und eine Konsole öffnen:
# su
# mkdir /arch
# mount /dev/hda3 /arch
# mount /dev/hda1 /arch/boot
# mount -o bind /dev /arch/dev
# mount -t proc none /arch/proc
# mount -t sysfs none /arch/sys
# chroot /arch /bin/bash