I have successfully triple booted Vista, XP, and Mac OS X on my pc and today I installed Ubuntu as a fourth operating system. The grub bootloader overwrote the vista bootloader so I had to do a fixboot to bring it back and I had to redo my bcd entries. I had some trouble getting XP to boot but after some fiddling around I eventually rebuilt the boot.ini file and it was up and running again. OS X is a breeze thanks to easybcd 2.0 beta.
Anyway, my problem is now getting Ubuntu to boot. I added it to the BCD, but when I select it in the bootloader I just get a blank black screen, no error messages or anything. I even tried pointing the boot sector to every single partition that I have on this PC and all give the same result - a black screen.
Heres what my bcd looks like:
There are a total of 4 entries listed in the bootloader.
Default: Windows Vista (TM) Ultimate
Timeout: 2 seconds.
Boot Drive: E:\
Entry #1
Name: Windows Vista (TM) Ultimate
BCD ID: {current}
Drive: C:\
Bootloader Path: \Windows\system32\winload.exe
Entry #2
Name: Microsoft Windows XP Professional
BCD ID: {ed027b5d-b16a-11de-90eb-d66f34ec1eb2}
Drive: C:\
Bootloader Path: \NTLDR
Entry #3
Name: Ubuntu Linux
BCD ID: {ed027b6b-b16a-11de-90eb-d66f34ec1eb2}
Drive: E:\
Bootloader Path: \NST\nst_.mbr
Entry #4
Name: Mac OS X Leopard 10.5.6
BCD ID: {ed027b6c-b16a-11de-90eb-d66f34ec1eb2}
Drive: E:\
Bootloader Path: \NST\NeoGrub.mbr
This is detailed (debug mode):
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=E:
path \bootmgr
description Windows Boot Manager
default {ed027b5b-b16a-11de-90eb-d66f34ec1eb2}
displayorder {ed027b5b-b16a-11de-90eb-d66f34ec1eb2}
{ed027b5d-b16a-11de-90eb-d66f34ec1eb2}
{ed027b6b-b16a-11de-90eb-d66f34ec1eb2}
{ed027b6c-b16a-11de-90eb-d66f34ec1eb2}
timeout 2
resume No
Windows Boot Loader
-------------------
identifier {ed027b5b-b16a-11de-90eb-d66f34ec1eb2}
device partition=C:
path \Windows\system32\winload.exe
description Windows Vista (TM) Ultimate
osdevice partition=C:
systemroot \Windows
resumeobject {204baf75-b167-11de-bb8e-806e6f6e6963}
Real-mode Boot Sector
---------------------
identifier {ed027b5d-b16a-11de-90eb-d66f34ec1eb2}
device partition=C:
path \NTLDR
description Microsoft Windows XP Professional
Real-mode Boot Sector
---------------------
identifier {ed027b6b-b16a-11de-90eb-d66f34ec1eb2}
device partition=E:
path \NST\nst_.mbr
description Ubuntu Linux
Real-mode Boot Sector
---------------------
identifier {ed027b6c-b16a-11de-90eb-d66f34ec1eb2}
device partition=E:
path \NST\NeoGrub.mbr
description Mac OS X Leopard 10.5.6
I have 3 hard drives, and Ubuntu is installed on Drive 2, Partition 2 (the third drive, first being drive 0).
Anyone know why I'm getting this black screen and no grub? Ubuntu was loading fine with the grub bootloader... Thanks in advance!
Addendum:
To add, I just reinstalled Ubuntu following the exact steps given here:
Ubuntu - NeoSmart Technologies Wiki
and I am still getting the blank black screen. This is getting very frustrating...
Anyway, my problem is now getting Ubuntu to boot. I added it to the BCD, but when I select it in the bootloader I just get a blank black screen, no error messages or anything. I even tried pointing the boot sector to every single partition that I have on this PC and all give the same result - a black screen.
Heres what my bcd looks like:
There are a total of 4 entries listed in the bootloader.
Default: Windows Vista (TM) Ultimate
Timeout: 2 seconds.
Boot Drive: E:\
Entry #1
Name: Windows Vista (TM) Ultimate
BCD ID: {current}
Drive: C:\
Bootloader Path: \Windows\system32\winload.exe
Entry #2
Name: Microsoft Windows XP Professional
BCD ID: {ed027b5d-b16a-11de-90eb-d66f34ec1eb2}
Drive: C:\
Bootloader Path: \NTLDR
Entry #3
Name: Ubuntu Linux
BCD ID: {ed027b6b-b16a-11de-90eb-d66f34ec1eb2}
Drive: E:\
Bootloader Path: \NST\nst_.mbr
Entry #4
Name: Mac OS X Leopard 10.5.6
BCD ID: {ed027b6c-b16a-11de-90eb-d66f34ec1eb2}
Drive: E:\
Bootloader Path: \NST\NeoGrub.mbr
This is detailed (debug mode):
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=E:
path \bootmgr
description Windows Boot Manager
default {ed027b5b-b16a-11de-90eb-d66f34ec1eb2}
displayorder {ed027b5b-b16a-11de-90eb-d66f34ec1eb2}
{ed027b5d-b16a-11de-90eb-d66f34ec1eb2}
{ed027b6b-b16a-11de-90eb-d66f34ec1eb2}
{ed027b6c-b16a-11de-90eb-d66f34ec1eb2}
timeout 2
resume No
Windows Boot Loader
-------------------
identifier {ed027b5b-b16a-11de-90eb-d66f34ec1eb2}
device partition=C:
path \Windows\system32\winload.exe
description Windows Vista (TM) Ultimate
osdevice partition=C:
systemroot \Windows
resumeobject {204baf75-b167-11de-bb8e-806e6f6e6963}
Real-mode Boot Sector
---------------------
identifier {ed027b5d-b16a-11de-90eb-d66f34ec1eb2}
device partition=C:
path \NTLDR
description Microsoft Windows XP Professional
Real-mode Boot Sector
---------------------
identifier {ed027b6b-b16a-11de-90eb-d66f34ec1eb2}
device partition=E:
path \NST\nst_.mbr
description Ubuntu Linux
Real-mode Boot Sector
---------------------
identifier {ed027b6c-b16a-11de-90eb-d66f34ec1eb2}
device partition=E:
path \NST\NeoGrub.mbr
description Mac OS X Leopard 10.5.6
I have 3 hard drives, and Ubuntu is installed on Drive 2, Partition 2 (the third drive, first being drive 0).
Anyone know why I'm getting this black screen and no grub? Ubuntu was loading fine with the grub bootloader... Thanks in advance!
Addendum:
To add, I just reinstalled Ubuntu following the exact steps given here:
Ubuntu - NeoSmart Technologies Wiki
and I am still getting the blank black screen. This is getting very frustrating...
Last edited: