|
发表于 2013-1-19 21:43:18
|
显示全部楼层
哄妻公 发表于 2013-1-19 15:45
iso里的迷你03pe是去除那几个文件?
01. 首先跟天意老大说的一样,使用BOOTICE修改\boot\grldr内置菜单, 删除03PE菜单, 参考菜单如下:(该菜单已加入从本地硬盘启动,并为默认启动选项. )
提醒一下:主菜单中【04】 启动RUN功能模块中是有从硬盘启动选项的,即RUN模块中的【08】菜单,还有主菜单中的【12】 启动NTBOOT通用启动器都有从硬盘启动选项.- timeout 10
- default 0
- command --set-path=(bd)/BOOT/GRUB
- gfxmenu /BOOT/GRUB/MESSAGE
- configfile (md)4+8
- title 【01】 从本地硬盘启动
- find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
- chainloader /ntldr || chainloader /bootmgr
- title 【02】 天意Native03PE极速维护系统
- find --set-root /BOOT/NVPELDR.BIN
- F6IMG
- map --e820cycles=3
- map --rehook
- chainloader /BOOT/NVPELDR.BIN
- title 【03】 天意Win7PE精简网络版
- find --set-root /BOOT/TYW7.BIN
- chainloader /BOOT/TYW7.BIN
- title 【04】 启动RUN功能模块
- configfile /BOOT/GRUB/RUN.LST
- title 【05】 Onekey全自动备份还原系统
- RUN --mem /BOOT/IMGS/OKDOS.IMA
- title 【06】 运行MAXDOS工具箱
- RUN --mem /BOOT/IMGS/MAXDOS.IMG
- title 【07】 运行DiskGen磁盘管理
- RUN --mem /BOOT/IMGS/MAXDOS.IMG DISKGEN
- title 【08】 破解系统登录密码
- RUN --mem /BOOT/IMGS/MAXDOS.IMG PAS
- title 【09】 Image备份还原工具
- RUN --mem /BOOT/IMGS/MAXDOS.IMG Image
- title 【10】 运行MemTest内存检测
- kernel /BOOT/IMGS/MEMTEST.BIN
- title 【11】 启动USB智能加速(适用老电脑)
- /BOOT/GRUB/USB_ACC.0PE
- title 【12】 启动NTBOOT通用启动器
- RUN /BOOT/IMGS/NTBOOT.ISO
复制代码 02. 然后删除ISO中以下3个文件- 1. \boot\SETUPLDR.BIN
- 2. \boot\type
- 3. \type\TYPE.is_
复制代码 03. 修改完后, 最后就是重新用mkisofs打包为ISO镜像了.至于如何打包我就不多说了,我教程中有,请移步(12楼)http://bbs.winpe.cc/forum.php?mod=redirect&goto=findpost&ptid=19487&pid=135970&fromuid=18131
祝你修改成功, 嘿嘿! |
|