I am currently Dual booting Windows and Arch Linux with GRUB1 as the bootloader. On the Arch wiki, it tells me to add this at the end of my menu.lst
title Windows
rootnoverify (hd0,0)
makeactive #if you use Windows7 this line should be commented out
chainloader +1
I am wondering why I don't need makeactive when I am running Windows 7? Don't I need to make the Windows partition active?