|
fbinst菜单如下:
default 0
timeout 10
color red
text " ============Please choose menu============"
text ""
color light-green
text " F1 Boot GRUB4DOS"
menu F1 buldr "fbmenu/grldr"
text ""
text " F2 PLoP Boot Manager"
menu F2 linux "fbmenu/memdisk" "fbmenu/plpbt.img" ""
text ""
text " F3 Boot From boot.iso"
menu F3 linux "fbmenu/memdisk" "boot.iso" "raw iso"
text ""
text " F4 Boot From dos.img"
menu F4 linux "fbmenu/memdisk" "dos.img" ""
text ""
text " F5 Microsoft Windows NT boot Disk"
menu F5 linux "fbmenu/memdisk" "fbmenu/ntboot.img" ""
text ""
text " F6 TangoPE.iso"
menu F6 linux "fbmenu/memdisk" "TangoPE.iso" "raw iso"
text ""
text " F7 pmini98n.iso"
menu F7 linux "fbmenu/memdisk" "pmini98n.iso" "raw iso"
text ""
color yellow
text " USB Boot Menu by chenall 2010-04-23 http://chenall.ne"
其中F3启动30M左右的boot.iso可以启动
F7加载98.iso(13M)也行
但 F6 TangoPE.iso(33M) 或者其它的(估计)大于32M就不行,是不是fbinst进行了限制?
memdisk是支持大于33m的那个,实机用4dos可启动大于180m的FRANKIE-dist.iso
fbinst启动后好像只完成第一步,加载memdisk就没反应.
|
|