|
原帖由 tzwzq 于 2011-10-28 18:03 发表
如题,请各位高手帮手做一个给大家分享。
好的,打个广告.
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=195456&extra=page%3D3&page=8
...........
title 【31】安装安装版WINDOWS7系统到硬盘第一分区(将NT6.iso用winrar/VMD/UI/WSFUSB刻录到激活fat32U盘可见分区(慎用)
find --set-root /bootmgr
chainloader /bootmgr
title 【31-1】安装 Windows 7 操作系统 (用UI/WinRAR打开解压提取Win7.iso到U盘可见区 改bootmgr为win7mgr)
find --set-root --ignore-floppies --ignore-cd /win7mgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /win7mgr
chainloader /win7mgr
title 【41-1】安装原版NT5(一次安装)Winxp/2k/03 (先将Winxp.iso用WSFUSB刻录加载到激活fat32的U盘可见分区(慎用)
root (hd0,0)
find --set-root /$WIN_NT$.~BT/SETUPLDR.BIN
chainloader (hd0,0)/$WIN_NT$.~BT/SETUPLDR.BIN
title 【41-2】安装原版NT5(二次安装)Winxp/2k/03 (先将Winxpiso用WSFUSB刻录加载到激活fat32的可见分区(慎用)
root (hd0,0)
find --set-root /NTLDR
chainloader (hd0,0)/NTLDR
title 【42】安装 安装版WINDOWSXPSP3系统到硬盘第一分区(先将Winxp.iso用WSFUSB刻录加载到激活fat32的可见分区)(慎用)
root (hd0,0)
chainloader (hd0,0)/$WIN_NT$.~BT/SETUPLDR.BIN
savedefault 1
title 【F】返回主菜单
configfile ()/BOOT/MENU.LST || find --set-root /BOOT/MENU.LST && configfile ()/BOOT/MENU.LST
title ┃===============※按上下键选择===============按Enter键确认※===============┃
clear |
|