Every hard disk partition has a boot record, but there is only one MBR at those hard disk, which will be loaded by BIOS every time computer starts. From this point, MBR (stage 1) will point into a partition where the active boot loader exist.
Boot loader may contain Grub, LILO, etc (e.g. boot loader from MS Windows). Here are some tips:
(more…)