|
本帖最后由 wintoflash 于 2017-3-20 18:25 编辑
请问一下,我的U盘根目录(hd0,3)下有两个grub4dos菜单:menu.lst和aaaa.lst
grub.exe位于根目录。
我在grub2(hd1,3)下使用菜单
menuentry "aaaa.lst1" {
linux16 /grub.exe --config-file="configfile /aaaa.lst"
}
menuentry "aaaa.lst2" {
linux16 /grub.exe --config-file="configfile (hd0,3)/aaaa.lst"
}
menuentry "aaaa.lst3" {
linux16 /grub.exe --config-file="(hd0,3)/aaaa.lst"
}
menuentry "aaaa.lst4" {
linux16 /grub.exe --config-file="find --set-root --ignore-floppies /aaaa.lst;configfile /aaaa.lst"
}
结果加载的都是menu.lst而不是aaaa.lst,这是为什么呢? |
|