I've installed Kubuntu 8.04 from scratch having GRUB installed to MBR. Now I want to reinstall it to the root partition (/dev/sda3) to use ntldr as a primary bootloader (I've got WinXP o /dev/sda1). In other distributions (like Mandriva 2008) it used to be as simple as grub-install /dev/sda3, but with Kubuntu I get the following output:
What do I do wrong?
Code:
Searching for GRUB installation directory ... found: /boot/grub [ 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,2) grub> setup --stage2=/boot/grub/stage2 --prefix=/boot/grub (hd0,2) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/reiserfs_stage1_5" exists... yes Running "embed /boot/grub/reiserfs_stage1_5 (hd0,2)"... 19 sectors are embedded. succeeded Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0,2) (hd0,2)1+19 p (hd0,2)/boot/grub/stage2 /boot/grub/menu.lst"... failed Error 6: Mismatched or corrupt version of stage1/stage2 grub> quit
Comment