im Moment befinde ich mich per KnoppixCD und chroot in meinem nich bootfähigen Debiansystem.
Ich habe die vorherige Debian Festplatte (primary master, hda1) gegen meine Windowsplatte getauscht, d.h. jetzt ist die Debianplatte secondary master, hdc1. Warum hdc und nicht hdb? Keine Ahnung, mein CD-ROM ist hdb.
Jetzt muss ich natürlich meine fstab und meine menu1.lst bearbeiten. Dies habe ich folgendermaßen getan:
Code: Alles auswählen
title Debian GNU/Linux, kernel 2.6.8-20050112
root (hd1,0)
kernel /boot/vmlinuz-2.6.8-20050112 root=/dev/hdc1 ro vga=791
savedefault
boot
Code: Alles auswählen
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdc1 / ext3 defaults,errors=remount-ro 0 1
/dev/hdc2 none swap sw 0 0
/dev/hdb /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/hda1 /mnt/windows vfat umask=000,user,exec 1 0
Code: Alles auswählen
root@Knoppix:/boot/grub# grub-install /dev/hda
The file /boot/grub/stage1 not read correctly.