Triple Boot : Can't boot to third boot entry

Lilinux

Member
I have installed 3 Operating Systems (Windows 7, Ubuntu and Kali Linux) in one HDD.

First I install Windows 7, the second install is Ubuntu and the third install is Kali Linux.

I use EasyBCD 2.3 to manage the boot menu. I have success to boot to first OS (Windows7) and second OS (Ubuntu) but I can't boot to third OS (Kali Linux) from boot menu. If I choose to boot to third OS (Kali Linux) from boot menu, it take me boot to the second OS (Ubuntu).

Below the screenshot of my EasyBCD configuration:

1. Add new entry for Ubuntu:
Ubuntu.jpg


2. Add new entry for Kali Linux:
Kali_Linux.jpg


3. My EasyBCD Menu Entry:
Menu_entry.jpg


Detailed Debug:
====================================================================
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {2c65cdd8-a85e-11e5-a28a-815e30c94d0f}
resumeobject {2c65cdd7-a85e-11e5-a28a-815e30c94d0f}
displayorder {2c65cdd8-a85e-11e5-a28a-815e30c94d0f}
{2c65cde3-a85e-11e5-a28a-815e30c94d0f}
{2c65cde4-a85e-11e5-a28a-815e30c94d0f}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 4294967295
displaybootmenu Yes

Windows Boot Loader
-------------------
identifier {2c65cdd8-a85e-11e5-a28a-815e30c94d0f}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {2c65cdd9-a85e-11e5-a28a-815e30c94d0f}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {2c65cdd7-a85e-11e5-a28a-815e30c94d0f}
nx OptIn

Real-mode Boot Sector
---------------------
identifier {2c65cde3-a85e-11e5-a28a-815e30c94d0f}
device partition=C:
path \NST\AutoNeoGrub0.mbr
description Ubuntu 14.04 LTS
locale en-US
custom:250000c2 0

Real-mode Boot Sector
---------------------
identifier {2c65cde4-a85e-11e5-a28a-815e30c94d0f}
device partition=C:
path \NST\AutoNeoGrub1.mbr
description Kali Linux 2.0
locale en-US
custom:250000c2 0
====================================================================
 
Last edited:
You'll need to add Kali Linux to Ubuntu's GRUB boot menu, EasyBCD doesn't yet support specifying which GRUB2 loader to load.
 
Back
Top