Dual boot on 2 drives

From openSUSE

This article is in need of attention!

This article currently does not meet the standard expected on the OpenSUSE Wiki.
You are welcome to help improve this article. For more information see the Wiki Team

Simply add the following text to /boot/grub/menu.lst and add your Windows version to your grub.

title Windows NT/2000/XP (loader)
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
rootnoverify (hd1,0)
makeactive
chainloader +1

This works well. I have used it making SuSE my first drive and WinXP as the second. When SuSE boots up I get the option to boot into WinXP on the second drive. Very Handy !!.

Works with IDE or SATA no problem.