005
29.04.2006, 01:14 Uhr
Pablo
Supertux (Operator)
|
Dann startet den Rechner mit einer beliebigen LiveCD und führe folgendes als root aus:
bash: |
$ mkdir -p /mnt/system $ mount /dev/hdb2 /mnt/system $ chroot /mnt/system /bin/bash --login $ grub
|
die Grub Umgebung startet und dann muss du folgendes eingeben
GRUB: |
grub> root (hd1,1) <--- ganz wichtig, das muss du eingeben grub> setup (hd0) grub> quit
|
es wird zu einer ähnlichen Ausgabe kommen (genau das kommt bei mir, wenn ich diese Befehle ausführe, natürlich mit meinen Partitionen)
Zitat: |
GNU GRUB version 0.96 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ]
grub> root (hd0,1) Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 16 sectors are embedded. succeeded Running "install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,1)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded Done.
|
dann
bash: |
$ exit # exit von der chroot Umgebung $ umount /mnt/system $ reboot
|
-- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth! Dieser Post wurde am 29.04.2006 um 01:16 Uhr von Pablo editiert. |