当前位置:文档之家› windows7 ISO集成PE,veket,bt4,变色龙的方法

windows7 ISO集成PE,veket,bt4,变色龙的方法

最近买了个16G的u盘,想来想去单用来装windows7实在对不起俺的u盘,终于想到在u盘启动安装windows7的前提下加入引导,可以直接引导windows7的安装+xp安装+pe+veket系统+BT4+slax等等一系列系统iso.需要软件:软碟通 还有一系列系统ISO和系统文件比如:windows7 ISO xp iso pe iso veket iso bt4 iso slax iso 。当然,方法是我集我的一系列文章总结。

一:接我这篇文章做好windows7系统安装u盘:https://www.doczj.com/doc/0f6180163.html,/xiaorengang/blog/item/45bdeac36281d339e4dd3bbb.html

二:按照上面做好u盘后,打开u盘加入这样几个文件,如图: 其中的文件都是由GRUB4DOS里提取的(grldr grldr.mbr )当然还有boot.ini和menu.lst是要修改的。我把我修改boot.ini和menu.lst的贴在下面。
把下面代码保存为:boot.ini

[boot loader]
timeout=0
default=c:\grldr.mbr
[operating systems]
C:\grldr.mbr="Start GRUB4DOS"
C:\AVLDR="Start WinPE"
把下面代码保存为:menu.lst

default 3
timeout 15

fontfile /xpboot/fonts.gz
splashimage /xpboot/xnbeta.gz

title ───────── ☆ USB维护工具 ☆ ─────────
clear

title 【1】进入纯DOS
find --set-root /io.sys
chainloader /io.sys

title 【2】启动 DOS维护工具
map --mem (hd0,0)/boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)


title 【3】启动本机硬盘的 WINDOWS NT/2003/XP 系统
map (hd0) (hd0)
map (hd0) (hd1)
root (hd0,0)
chainloader (hd0,0)+1
boot
rootnoverify (hd0,0)
chainloader +1
clear

title 【4】重启计算机
reboot

title 【5】关闭计算机
halt

title ──────────────────────────────────
clear

三:会看的都知道,我这里只加入了grub和PE的引导,如果要加入其他系统看我的前面文章:加入veket系统https://www.doczj.com/doc/0f6180163.html,/xiaorengang/blog/item/07de6d945d5a4b46d0135e72.html。

四:加入PE,由于时间关系,没有去修改其他PE,直接用这个,但是有点麻烦,下载USB-PE-XNBETA-2.3。(USB-PE-XNBETA-2.3
下载地址:thunder://QUFodHRwOi8vZDcuN3hpYXphaS5jb20vVVNCLVBFLVhOQkVUQS0yLjMucmFyWlo=)这个需要用到其他一个u盘,1G就行,按照这个软件提示一路点前进,把文件写入u盘后,把里面我BOOT文件改名为xpboot,删除里面boot.ini和menu.lst文件,然后把u盘里所有文件拖入到做好windows7 iso的u盘,有提示复制和替换的一律替换就是。(USB-PE-XNBETA-2.3写入方法在这里有提到:https://www.doczj.com/doc/0f6180163.html,/xiaorengang/blog/item/53fda4e8d0d63b2eb90e2dbc.html按照里面二:的操作步骤就行。

五:加入BT4,按照此文第三部操作https://www.doczj.com/doc/0f6180163.html,/xiaorengang/blog/item/53fda4e8d0d63b2eb90e2dbc.html,但是windows7 iso的boot和bt4的boot冲突,所以必须修改bt4的boot为boot1,这样一来menu.lst也要修改成这

样:其中加入的代码与上面对比就知道。

default 3
timeout 15

fontfile /xpboot/fonts.gz
splashimage /xpboot/xnbeta.gz

title ───────── ☆ USB维护工具 ☆ ─────────
clear

title Start BackTrack FrameBuffer (1024x768)
kernel /boot1/vmlinuz BOOT1=casper boot=casper nopersistent rw quiet vga=0x317
initrd /boot1/initrd.gz

title Start BackTrack FrameBuffer (800x600)
kernel /boot/vmlinuz BOO1T=casper boot=casper nopersistent rw quiet vga=0x314
initrd /boot1/initrd800.gz

title Start BackTrack Forensics (no swap)
kernel /boot1/vmlinuz BOO1T=casper boot=casper nopersistent rw vga=0x317
initrd /boot1/initrdfr.gz

title Start BackTrack in Safe Graphical Mode
kernel /boot1/vmlinuz BOO1T=casper boot=casper xforcevesa rw quiet
initrd /boot1/initrd.gz

title Start Persistent Live CD
kernel /boot1/vmlinuz BOOT1=casper boot=casper persistent rw quiet
initrd /boot1/initrd.gz


title 【1】进入纯DOS
find --set-root /io.sys
chainloader /io.sys

title 【2】启动 DOS维护工具
map --mem (hd0,0)/boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)


title 【3】启动本机硬盘的 WINDOWS NT/2003/XP 系统
map (hd0) (hd0)
map (hd0) (hd1)
root (hd0,0)
chainloader (hd0,0)+1
boot
rootnoverify (hd0,0)
chainloader +1
clear

title 【4】重启计算机
reboot

title 【5】关闭计算机
halt

title ──────────────────────────────────
clear

六:加入变色龙引导硬盘上mac系统或者引导安装mac系统。

1:在u盘根目录加入这个文件:wowpc.iso.下载地址:https://www.doczj.com/doc/0f6180163.html,/

2:menu.lst中加入的代码如下:title Leopard ISO
fallback 1
find --set-root /wowpc.iso
map /boot/leopard/wowpc.iso (0xff) || map --mem /wowpc.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2

整个menu.lst变成如下:

default 3
timeout 15

fontfile /xpboot/fonts.gz
splashimage /xpboot/xnbeta.gz

title ───────── ☆ 信念技术论坛 USB维护工具 ☆ ─────────
clear

# By default, boot the first entry.
default 0

# Boot automatically after 30 secs.
timeout 30

splashimage=/boot/grub/bt4.xpm.gz
foreground e3e3e3
background 303030

title Start BackTrack FrameBuffer (1024x768)
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x317
initrd /boot/initrd.gz

title Start BackTrack FrameBuffer (800x600)
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x314
initrd /boot/initrd800.gz

t

itle Start BackTrack Forensics (no swap)
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw vga=0x317
initrd /boot/initrdfr.gz

title Start BackTrack in Safe Graphical Mode
kernel /boot/vmlinuz BOOT=casper boot=casper xforcevesa rw quiet
initrd /boot/initrd.gz

title Start Persistent Live CD
kernel /boot/vmlinuz BOOT=casper boot=casper persistent rw quiet
initrd /boot/initrd.gz

title Start BackTrack in Text Mode
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent textonly rw quiet
initrd /boot/initrd.gz

title Start BackTrack Graphical Mode from RAM
kernel /boot/vmlinuz BOOT=casper boot=casper toram nopersistent rw quiet
initrd /boot/initrd.gz

title Memory Test
kernel /boot/memtest86+.bin

title Boot the First Hard Disk
root (hd0)
chainloader +1

windows7 ISO集成PE,veket,bt4,变色龙的方法
title Leopard ISO
fallback 1
find --set-root /wowpc.iso
map /boot/leopard/wowpc.iso (0xff) || map --mem /wowpc.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2


title 【1】进入纯DOS
find --set-root /io.sys
chainloader /io.sys

title 【2】启动 DOS维护工具
map --mem (hd0,0)/boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)


title 【3】启动本机硬盘的 WINDOWS NT/2003/XP 系统
map (hd0) (hd0)
map (hd0) (hd1)
root (hd0,0)
chainloader (hd0,0)+1
boot
rootnoverify (hd0,0)
chainloader +1
clear

title 【4】启动本机硬盘上 VISTA/WIN7 系统 (如果存在)
find --set-root /bootmgr
chainloader /bootmgr
clear

title 【5】重启计算机
reboot

title 【6】关闭计算机
halt

title ──────────────────────────────────
clear

至于有看不懂的可以加入此群101268119提点建议,我会随时改进。

相关主题
文本预览
相关文档 最新文档