tripleboot
Member
Hi,
I am trying to use NeoGrub to hide Vista from XP. I have installed NeoGrub and the menu option exists. When I select the menu option I go straight to a Bash prompt and don't see a menu which is what I expected to see. XP can load OK from the vista bootloader.
Can anyone see what I am doing wrong here or suggest anything to try.
Thanks.
My configuration is as follows
First Hard disk, First partition = Windows Vista (contains menu.lst)
First Hard disk, Second partition = Windows XP
First Hard disk, Third partition = Windows XP Test Installation
I also have a fourth extended partition containing Ubuntu and data partitions.
I am trying to use NeoGrub to hide Vista from XP. I have installed NeoGrub and the menu option exists. When I select the menu option I go straight to a Bash prompt and don't see a menu which is what I expected to see. XP can load OK from the vista bootloader.
Can anyone see what I am doing wrong here or suggest anything to try.
Thanks.
My configuration is as follows
First Hard disk, First partition = Windows Vista (contains menu.lst)
First Hard disk, Second partition = Windows XP
First Hard disk, Third partition = Windows XP Test Installation
I also have a fourth extended partition containing Ubuntu and data partitions.
Code:
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub menu.lst file, and should be located at C:\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries
# [URL]http://neosmart.net/wiki/display/EBCD[/URL]
default 0
timeout 10
title XP - Hide Vista
hide (hd0,0) # SET THIS TO THE VISTA DRIVE
# Optionally repeat the above entry for all the Vista drives
chainloader (hd0,1)/ntldr # SET THIS TO THE BOOT PARTITION
boot
title XP Test - Hide Vista
hide (hd0,0) # SET THIS TO THE VISTA DRIVE
# Optionally repeat the above entry for all the Vista drives
chainloader (hd0,2)/ntldr # SET THIS TO THE BOOT PARTITION
boot
# Optional section
# If you include this section, you will see a second bootloader menu!
#title Boot XP - Unhide Vista
#unhide (hd0,1)
# SET THIS TO THE VISTA DRIVE
# Optionally repeat the above entry for all the Vista drives
#chainloader (hd0,0)/ntldr
# SET THIS TO THE BOOT PARTITION
#boot
Last edited by a moderator: