wie grub wieder in mbr schreiben mit knoppix???

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
pablovschby_
Beiträge: 16
Registriert: 24.06.2003 21:04:50

wie grub wieder in mbr schreiben mit knoppix???

Beitrag von pablovschby_ » 11.02.2004 14:40:20

Hallo...

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
juhe, was für ein erfolg... aba dann installierte ich win2000 auf hda1 und nun mache ich nach einem knoppix 3.1-boot exakt dasselbe wie oben aufgeführt:

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.
ich begreif echt nix mehr, denn ich bin ja root mit "sudo su"....
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

Benutzeravatar
pdreker
Beiträge: 8298
Registriert: 29.07.2002 21:53:30
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Nürnberg

Beitrag von pdreker » 11.02.2004 17:29:56

Kontrolliere 'mal ob /proc und falls erforderlich devfs im chroot auch gemountet sind. Ansonsten hat grub-install auch eine passende Option (--root-directory oder so ähnlich).

Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de

pablovschby_
Beiträge: 16
Registriert: 24.06.2003 21:04:50

Beitrag von pablovschby_ » 12.02.2004 08:00:06

danke, hat nun funktioniert mit der RedHat-CD 1... obwohl es natürlich unerklärlich ist, wieso es nun mit knoppix net geht
gruss&danke

Antworten