Multiple choice technology operating systems

If there is Two Operating System in a System (i.e window XP & REDHAT)then what will be the boot loader of that system.

  1. ntldr

  2. boot.ini

  3. grub

  4. none of there

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

GRUB (Grand Unified Boot Loader) is the standard boot loader for dual-boot systems involving Linux distributions like Red Hat. It manages booting multiple operating systems. ntldr and boot.ini are Windows-specific boot components used only for Windows-only systems. For dual-boot Windows + Linux configurations, GRUB is typically installed as the primary boot loader. Option C is correct.