default 3
timeout 10
color red
text " ============Please choose menu============"
text ""
color light-green
text " F1 Boot GRUB4DOS"
menu F1 grldr "fbmenu/grldr"
text ""
text " F2 PLoP Boot Manager"
menu F2 linux "fbmenu/memdisk" "fbmenu/plpbt.img" ""
text ""
text " F3 Microsoft Windows NT boot Disk"
menu F3 linux "fbmenu/memdisk" "fbmenu/ntboot.img.gz" ""
text ""
text " F4 Microsoft Windows kon boot "
menu F4 linux "fbmenu/memdisk" "fbmenu/kon.img" ""
text ""
text " F5 Boot From boot.iso"
menu F5 linux "fbmenu/memdisk" "boot.iso" "raw iso"
text ""
text " F6 Boot From maxdos.img"
menu F6 linux "fbmenu/memdisk" "fbmenu/maxdos.img" ""
text ""
text " F7 Boot From dts128U.q.IMA.gz"
menu F7 linux "fbmenu/memdisk" "fbmenu/dts128U.q.IMA.gz" ""
text ""
text " F8 Boot 0PE"
menu F8 grldr "grldr"
作者: zhuyoucheng 时间: 2010-8-28 14:59
你可以进入grldr菜单再加载IMA文件,这样成功率高点。作者: USB3 时间: 2010-8-28 16:02 标题: 回复 #6 zhuyoucheng 的帖子 grldr引导dts没问题,我做fb启动盘当然希望在fb启动菜单启动常用工具。作者: USB3 时间: 2010-8-28 22:53
text " F7 Boot From dts.IMA"
menu F7 linux "fbmenu/memdisk" "fbmenu/dts.IMA" "c=147 h=5 s=36 floppy"
text ""
成功引导DOS时代菜鸟工具箱。作者: USB3 时间: 2010-8-28 23:30
我新制作的fbinst菜单:
default 0
timeout 30
color red
text " ============Please choose menu============"
text ""
color light-green
text " F1 Boot GRUB4DOS"
menu F1 grldr "fbmenu/grldr"
text ""
text " F2 SYSLINUX"
menu F2 syslinux "fbmenu/syslinux.bin"
text ""
text " F3 Boot 0PE"
menu F3 grldr "grldr"
text ""
text " F4 Boot From boot.iso"
menu F4 linux "fbmenu/memdisk" "boot.iso" "raw iso"
text ""
text " F5 PLoP Boot Manager"
menu F5 linux "fbmenu/memdisk" "fbmenu/plpbt.img" "c=80 h=2 s=18 floppy"
text ""
text " F6 Microsoft Windows NT boot Disk"
menu F6 linux "fbmenu/memdisk" "fbmenu/ntboot.img" "c=80 h=2 s=18 floppy"
text ""
text " F7 Microsoft Windows kon boot "
menu F7 linux "fbmenu/memdisk" "fbmenu/kon.img" "c=80 h=2 s=18 floppy"
text ""
text " F8 Boot From PASSWORD.IMG"
menu F8 linux "fbmenu/memdisk" "fbmenu/PASSWORD.IMG" "c=80 h=2 s=9 floppy"
text ""
text " F9 Boot From maxdos.img"
menu F9 linux "fbmenu/memdisk" "fbmenu/maxdos.img" "c=78 h=8 s=36 floppy"
text ""
text " F10 Boot From dts.ima"
menu F10 linux "fbmenu/memdisk" "fbmenu/dts.ima" "c=147 h=5 s=36 floppy"
text ""
color yellow
text " USB Boot Menu by usb3 2010-08-28 "
[ 本帖最后由 USB3 于 2010-8-29 00:16 编辑 ]作者: 2010visi 时间: 2010-9-25 13:31
三焦,能详说一下怎么搞吗作者: M 时间: 2010-9-25 19:23
s=36 floppy"
看来这个参数是关键。作者: microcwj 时间: 2010-11-29 20:56
其实很简单,就是CHS不是正常值,要手工指定,也就是说你的IMA不是标准的1.44M软盘镜像文件。作者: 2011shenql 时间: 2011-9-8 10:21
请问三焦:
text " F7 Microsoft Windows kon boot "
menu F7 linux "fbmenu/memdisk" "fbmenu/kon.img" "c=80 h=2 s=18 floppy"