中尉
- 注册时间
- 2011-1-11
- 金币
- 531 个
- 威望
- 8 个
- 荣誉
- 0 个
累计签到:31 天 连续签到:0 天 [LV.50]初入江湖
|
制做过程:
1、用大白菜4.5正常安装到U盘。
2、用fbinstool.exe打开U盘,在 (ud)/ 根目录,找到menu.lst文件,右击“导出文件”到硬盘。
3、用记事本打开menu.lst文件,在你认为菜单合适的位置加入:
title 运行 CDlinux (无线PJ)
find --set-root /CDlinux/bzImage
kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8
initrd /CDlinux/initrd
我的菜单如下:
checkrange 0x21 read 0x8280 && pxe detect NotExist
command --set-path=(bd)/boot/grub/
default 0
timeout 11
gfxmenu (ud)/boot/grub/message
configfile
title 运行 Windows PE(系统安装)
map --mem (ud)/PE/WINPE.ISO (0xFF)
map --e820cycles=0
map --hook
chainloader (0xff)
title 运行 Win7 PE (超高兼容)
map --mem (ud)/PE/WIN7PE.ISO (0xff) ! map (ud)/PE/WIN7PE.ISO (0xff)
map --e820cycles=0
map --hook
chainloader (0xff)
title 运行 CDlinux (无线PJ)
find --set-root /CDlinux/bzImage
kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8
initrd /CDlinux/initrd
title 运行 DiskGenius 分区工具
map --mem (ud)/BOOT/diskgenius.img (fd0)
map --hook
rootnoverify (fd0)
chainloader +1
title 运行 DOS 工具箱
map --mem (ud)/BOOT/MAXDOS.IMG (fd0)
map --hook
rootnoverify (fd0)
chainloader +1
title 运行 硬件维护工具
map --mem (ud)/BOOT/HDDMEMSET.ISO (0xff)
map --hook
chainloader (0xff)
title 运行 Windows登录密码PJ
map --mem (ud)/BOOT/MAXDOS.IMG (fd0)
map --hook
dd if=(fd0)/CONFIG.SYS of=(fd0)/CONFIG.SYS bs=1 skip=123 count=1 seek=146
write --offset=921 (fd0)/AUTOEXEC.BAT lh tway /np /nw \r pwd
rootnoverify (fd0)
chainloader +1
title 运行 一键还原系统
find --set-root/boot
map --mem (ud)/boot/GHOST.IMG (fd0)
map --hook
rootnoverify (fd0)
chainloader +1
title 安装 原版 Win7/Win8 系统
map --mem (ud)/PE/SET.ISO (0xff)
map --hook
chainloader (0xff)
title 从本机硬盘引导启动
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr
4、在fbinstool中,根目录右击鼠标,“导入文件(主分区)”,导入刚才修改的menu.lst文件。菜单修改完成,退出fbinstool。
5、将cdlinux 0.9.7的cdlinux目录,复制到U盘的根目录,是在u盘可见目录中的。
好的,完成。
再次打开大白菜U盘制做文件DBCUsb.exe,看到底下右边有个“模拟启动”,测试你加入的菜单和cdlinux系统是否正常吧。 |
|