Add this stanza from the GRUB Manual:
# For booting Windows NT or Windows95
title Windows NT / Windows 95 boot menu
root (hd0,0)
makeactive
chainloader +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos
Here is the naming convention:
(hd0,0)=/dev/hda1
(hd0,1)=/dev/hda2
|