Re: Two boot loaders in MBR?
Quote:
Originally Posted by markschmid
Hi baldyeti,
Then how do you explain that I first had the Windows-NT boot loader in the MBR for WIn 98 and 2000, then installed Knoppix with Lilo in the MBR aswell and then the system would boot with Lilo which gave me the choice to load the NT-bootloader which still worked?
Obviously the NT bootloader in the MBR was not overwritten when Lilo was written to the MBR too, so what happened?
Greetings,
Mark
Either Lilo saved it or the NT bootloader is not installed at MBR but just the BR of its own partition. Each disk has one and only one MBR, but each partition has its own BR. In the old days, the MBR is pretty simple, it reads the partition table and find out which is the current 'Active' partition and chain load it. This seems to be what happened in your case, lilo/grub just replace the dumb MBR boot loader and chain load to the NT boot loader of its own partition. In fact, NT has put 2 identical BR, one at sector 0, one at sector 6 so even if you overwrite the NT boot loader(be it MBR or not), it can still be chained boot by going to sector 6.