Hi Everybody,
I'm using the NeoGrub bootloader w/the required configuration text pasted into the menu.lst file. In my Vista explorer window: Vista is loaded on Local Disk C: ; my second partition D: is undesirably hidden; 2nd hard drive is E:, and my XP drive X: is on a separate partition of the E: drive.
I'm still experiencing the deletion of my Vista system restore points. At the same time the D: partion of my C: drive is hidden from view.
This is what my NeoGrub configuration file reads:
# 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
# EasyBCD Documentation Home - NeoSmart Technologies Wiki
default 0
timeout 0
title Boot XP - Hide Vista
hide (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
# 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
Any help would be greatly appreciated.
I'm using the NeoGrub bootloader w/the required configuration text pasted into the menu.lst file. In my Vista explorer window: Vista is loaded on Local Disk C: ; my second partition D: is undesirably hidden; 2nd hard drive is E:, and my XP drive X: is on a separate partition of the E: drive.
I'm still experiencing the deletion of my Vista system restore points. At the same time the D: partion of my C: drive is hidden from view.
This is what my NeoGrub configuration file reads:
# 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
# EasyBCD Documentation Home - NeoSmart Technologies Wiki
default 0
timeout 0
title Boot XP - Hide Vista
hide (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
# 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
Any help would be greatly appreciated.