Am Freitag, 10. November 2006 16:27 schrieb Berthold: > Am Mittwoch, 8. November 2006 21:29 schrieb Peter Wiersig: > > Falls nicht: Knoppix booten und in dein Debian-System chrooten: > > > > knoppix root # mount /dev/hda3 /mnt/ > > knoppix root # mount --bind /dev/ /mnt/dev/ > > knoppix root # mount --bind /proc/ /mnt/proc/ > > knoppix root # chroot /mnt > > > > dann sollte dein aktuelles Verzeichnis mit / benannt und den > > Inhalt deiner Festplatteninstallation haben. > > grub-install "(hd0)" > > > > ausloggen und neubooten und hoffentlich kannst du dann dein Debian > > booten. > > > > Peter > > Hallo Peter und auch Bernd, > ich beantworte eure Tipps in einer Mail da ich es so verstanden habe, dass > ihr beide auf das gleiche hinaus wolltet. > Also die Umsetzung des obigen Vorgehens erbrachte das unten kopierte > Ergebnis. Am Error 17 hat sich leider noch nichts geändert. > > Gruß > Berthold > > > > > [EMAIL PROTECTED] su > [EMAIL PROTECTED] mount /dev/hda3 /mnt > [EMAIL PROTECTED] mount --bind /dev /mnt/dev/ > [EMAIL PROTECTED] mount --bind /proc/ /mnt/proc/ > [EMAIL PROTECTED] chroot /mnt/ > Knoppix:/# grub-install "(hd0)" > You shouldn't call /sbin/grub-install. Please call /usr/sbin/grub-install > instead! > > 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'. > > (hd0) /dev/hda > Knoppix:/#
Hallo, es gibt anscheinend doch Unterschiede zwischen grub-install und den bereits gemailten Befehlen in der grub-shell. Ich habe damals bei meinem Boot-Error vergeblich mit grub-install rumgefummelt, erst die Arbeit in der shell hat dann das gewünschte Ergebnis gebracht. Was mich stutzig macht, sind u. a. die Anführungszeichen bei grub-install "(hd0)", naja, vielleicht muss das so sein. Viele Grüße Bernd

