|
|
发表于 2007-4-3 13:01:51
|
显示全部楼层
最新的grub4dos支持查找linux分区功能
看我的grub4dos的配置文件
color black/cyan yellow/cyan
timeout 2
default /default
title find and boot Redhat
find --set-root /etc/redhat-release
configfile /boot/grub/menu.lst
default
title find and boot uBuntu
find --set-root /etc/apt/sources.list
configfile /boot/grub/menu.lst
title DOS
map --mem (hd0,0)/boot/bootdisk.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot |
|