Is it possible to have Grub2's boot.img in the MBR and have it load core.img from a separate boot pa

Posted by wesley on Super User See other posts from Super User or by wesley
Published on 2010-01-28T02:53:20Z Indexed on 2010/03/13 6:05 UTC
Read the original article Hit count: 225

Filed under:
|
|

I have a multiboot system that I would like to use Grub to manage. The version of Grub shipping with my Linux distro is Grub2, and it installs its equivalent of stage 1.5-2, core.img, into the remaining sectors on the first track after the MBR but before the first partition. Unfortunately, those sectors are needed by another program.

I have a separate primary /boot partition. If I could only keep boot.img as my MBR but have it look in the /boot partition for core.img rather than the embedded one in the sectors immediately following the MBR, everything would work fine. Is this possible with grub2?

© Super User or respective owner

Related posts about grub2

Related posts about mbr