Mathias Krause schrieb: > okay ... i corrected that with knoppic in /boot/grub/menu.lst
> but still, i cannot install grub back > > when i do > grub-install --root-directory=/mnt/hda2 /dev/hda > it says: > cannot create folder /mnt/hda2/boot/grub, is already existing Hi, Just for the record (I don't know if your problem got resolved meanwhile). That is a simple problem I myself ran into several times. Grub tries to setup a new grub installation. If you want to use the existing one, just give the full path instead of the bare "root". I.e. grub-install --root-directory=/mnt/hda/boot/grub did work for me under similar circumstances. Additionally, I always give the option --recheck, which causes grub to verify the drive mappings. hope that helps, Cheers, Hermann V. _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
