Hi,
I used the following commands for dual booting Mageia 5 from Win XP bootloader
grub2-mkimage --output=./core.img --format=i386-pc --prefix="(hd1,msdos5)/boot/grub2" biosdisk part_msdos ext2 ( can boot from supergrub2disk)
cat /boot/grub2/i386-pc/boot.img ./core.img > g2ldr ( There is no /boot/grub2/i386-pc/lnxboot.img, so I used boot.img )
grubinst -o -b=g2ldr g2ldr.mbr (Copy g2ldr to windows and then this command)
Add the following line to boot.ini
C:\g2ldr.mbr="Mageia 5"
This does not work. Please help.
Sekhar