-
-
Save stavrossk/6150226 to your computer and use it in GitHub Desktop.
NeoSmart NeoGrub bootloader configuration file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment