# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# EasyBCD Documentation Home - EasyBCD - NeoSmart Technologies Wiki
#This is our first entry
title Windows 7 Pro
root (hd0,0)
chainloader +1
#This is our second entry
title Ubuntu 10.04 Lucid Lynx
root (hd1,0)
kernel /boot/grub/core.img
#End Ubuntu entry
#This is our third entry
title Linux Mint 9.0 Isadora
root (hd1,1)
kernel /boot/grub/core.img
#End linuxmint entry
#This is our fourth entry
title Ultimate Edition 2.7
root (hd1,7)
kernel /boot/grub/core.img
#End ultimate entry