|
回复 #698 xintiandi 的帖子
1, grub4dos好像没有从下一个设备启动的命令 也没见过类似的用法 基本都是指定从哪个设备启动的
2, 可以用fbinsttool修改grub.exe的内置菜单 仿照grldr的菜单就行 加入中文支持
3, 这样的话试试下面的菜单吧
- title Boot from CD-ROM
- errorcheck off
- chainloader (cd) && boot
- chainloader (cd0) && boot
- chainloader (cd1) && boot
- chainloader (cd2) && boot
- chainloader (cd3) && boot
- errorcheck on
- cdrom --init
- map --hook
- errorcheck off
- chainloader (cd) && boot
- chainloader (cd0) && boot
- chainloader (cd1) && boot
- chainloader (cd2) && boot
- chainloader (cd3) && boot
- errorcheck on
复制代码 |
|