Ich habe 2 mal windows installiert (hda1&2) und 1mal redhat (hda4;nehmen wir einfach mal an, es sei debian...für das forum). Nun ist es so: heute morgen bootete ich knoppix und schrieb mir den grubloader auf hda4 des debians (..) zum test in den mbr:
Code: Alles auswählen
knoppix@ttyp1[knoppix]$ sudo su
root@ttyp1[knoppix]# cd /mnt
root@ttyp1[mnt]# mount /dev/hda4 hda4
root@ttyp1[mnt]# ls
# auto cdrom fd0 floppy hd hda2 hda4 hda5 none test
root@ttyp1[mnt]# cd hda4
root@ttyp1[hda4]# ls
bin dev home lib misc opt root tmp var
boot etc initrd lost+found mnt proc sbin usr
root@ttyp1[hda4]# mount -o bind /proc proc
root@ttyp1[hda4]# chroot /mnt/hda4
bash-2.05b# grub-install /dev/hda
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'.
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
bash-2.05b
Code: Alles auswählen
....same as above...bis zu diesem punkt:
root@ttyp1[hda4]# chroot /mnt/hda4
#doch dann:
bash-2.05b# grub-install /dev/hda
/sbin/grub-install: line 419: /dev/null: Keine Berechtigung
/sbin/grub-install: line 421: /dev/null: Keine Berechtigung
/sbin/grub-install: line 419: /dev/null: Keine Berechtigung
/sbin/grub-install: line 421: /dev/null: Keine Berechtigung
/sbin/grub-install: line 419: /dev/null: Keine Berechtigung
/sbin/grub-install: line 421: /dev/null: Keine Berechtigung
/sbin/grub-install: line 419: /dev/null: Keine Berechtigung
/sbin/grub-install: line 421: /dev/null: Keine Berechtigung
/sbin/grub-install: line 419: /dev/null: Keine Berechtigung
/sbin/grub-install: line 421: /dev/null: Keine Berechtigung
The file /boot/grub/stage1 not read correctly.
was mach ich falsch? ich begreif das echt net....erbitte dringend Rat. Hab schon google und diverses gefragt, aba das Problem besteht weiterhin.
gruss&danke für alle Beiträge
pablo