|
发表于 2011-2-18 10:39:37
|
显示全部楼层
debian6+ xp
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
menuentry "Microsoft Windows XP Professional" {
set root=(hd0,msdos1)
search --no-floppy --fs-uuid --set b471-2878
drivemap -s (hd0) $root
chainloader +1
}
### END /etc/grub.d/30_otheros ###
估计第二行的search可以不要 |
|