Chainload GRUB
From MEPIS Documentation Wiki
You can install GRUB on root of the device and load it with another boot loader that's installed on MBR by chain loading.
For example if on MBR you have GRUB and you want that GRUB to load another GRUB that's installed in the root of hda1 partition than you have to edit /boot/grub/menu.lst for the MBR GRUB and add these lines:
title MEPIS at sda1 rootnoverify (hd0,0) makeactive chainloader +1

