#两块硬盘:A硬盘第一分区安装WindowsXP,B硬盘安装Debian6.0.3(GRUB2)
#BIOS中已经设置为从B硬盘启动.

#在grub.cfg中添加对Windows的引导
menuentry 'Microsoft Windows XP Professional Edition' {
 insmod ntfs
 set root=(hd1,1)
 drivemap -s (hd0) ${root}
 chainloader +1
 boot
}

本文链接地址: 用Grub中引导Windows
https://blog.qingfengju.com/index.asp?id=281

上一篇: 体验Linux.6 shell中[与[[的区别(中括号与双层中括号的区别)
下一篇: 在Windows7中添加GRUB 4 DOS启动菜单

分类:Linux 查看次数:5566 发布时间:2012/2/15 1:20:58