no NeoGrub problem

Cefur

Member
Hi all!

My situation is the following.
I have Citrix Xenserver on SATA3.
I have Win 7 x64 on SATA4.

If I change boot order in BIOS (both of them work ok).

I installed EBCD 2.00.76 in Win7.
Added/installed NeoGrub (succesfully).
Configured NeoGrub with two entries (just so I could see a menu for testing purposes)!

My configuration is then as follows.

View Settings :
Code:
There are a total of 2 entries listed in the bootloader.

Default: Windows 7
Timeout: 30 seconds.
EasyBCD Boot Device: C:\

Entry #1
Name: Windows 7
BCD ID: {current}
Drive: C:\
Bootloader Path: \Windows\system32\winload.exe

Entry #2
Name: NeoGrub Bootloader
BCD ID: {58730b84-fb9f-11de-aa75-f8e23d0fc6f6}
Drive: C:\
Bootloader Path: \NST\NeoGrub.mbr
menu.lst :
Code:
default 0
timeout 10

title Citrix Xenserver a
...

title Citrix Xenserver b
...
When I reboot I get to the "Windows Boot Manager" menu.
Code:
Windows 7
NeoGrub Bootloader
If I choose Windows 7 everything works ok.
But if I choose NeoGrub, a screen is cleared and instead of a menu I get the following error:

Code:
Try (hd0,0): NTFS5: No neogrub
Try (hd0,1): NTFS5: 0
Try (hd0,2): NTFS5: No neogrub
Try (hd0,3): invalid or null
Try (hd1,0): EXT2: No neogrub
Try (hd1,1): non-MS: skip
Try (hd1,2): non-MS: skip
Try (hd1,3): invalid or null
Try (fd0): invalid or null
Error: Cannot find GRLDR in all devices. Press Ctrl+Alt+Del to restart.
Any suggestions? :lup: I already reinstalled neogrub, no improvement

Thx.
 
Back
Top