如果grub安装在非xp所在盘的mbr:
[code:1]title Microsoft Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader (hd1,0)+1
makeactive
boot
[/code:1]
否则
[code:1]title Microsoft Windows XP
root (hd0,0)
chainloader (hd0,0)+1[/code:1]