stavros-s
8/4/2013 - 12:46 PM

NeoSmart NeoGrub bootloader configuration file.

NeoSmart NeoGrub bootloader configuration file.

# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub menu.lst file, and should be located at x:\NST\menu.lst
# (where x = your "system" partition i.e. the one containing all of the boot files)
# Please see the EasyBCD Documentation for information on how to create/modify entries
# http://neosmart.net/wiki/display/EBCD

default 0
timeout 10

title Boot XP (hide Vista)
hide (hd0,1)			# SET THIS TO THE VISTA DRIVE
# Optional: repeat the above entry for all the Vista drives
chainloader (hd0,0)/ntldr	# SET THIS TO THE PARTITION MARKED 'system' IN DISK MANAGEMENT  
boot

title Boot Vista (unhide Vista)
unhide (hd0,1)			# SET THIS TO THE VISTA DRIVE
# Optional: repeat above entry for all the Vista drives
reboot