无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2700|回复: 8
打印 上一主题 下一主题

用Longhorn制作WinPE

[复制链接]
跳转到指定楼层
1#
发表于 2004-9-2 08:56:05 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
To get WinPE from Longhorn builds 4051/4053/4074:
NOTE: 4074 has NO mouse support!
1.) Run "%CDDRIVE%" or "%LHdir%"\setup.exe /noreboot <-- Use your dir's here, <ex. d:\setup.exe /noreboot>
2.) Navigate to the root of the c: drive <make sure you can see hidden files>
You should see 2 folders with "$" in front of them these are the install folders for LongHorn.
The one you care about is the $WINDOWS.~BT
If you look inside here you will see most all files needed for LHPE,
Create a folder called LHPE, and then create another folder in that one called "I386"
Copy all the files to "LHPE\I386" folder. Now delete the file bootsect.dat, next open
up the txtsetup.sif with notepad, hit CTRL+F and type in "BootPath" without quotes, delete that line.
3.) Now look inside your Root folder of your LH4051/4053/4074 disk or iso
copy those four files to the "LHPE" folder: Win51, win51ip, winbom.ini, and readme.htm
4.) Next it is time to edit the "setupreg.hiv" Open regedit in XP and navigate to HKLM(HKEY_LOCAL_MACHINE)
click file -> Load Hive, navigate to the LHPE\I386\System32 folder click on setupreg.hiv, type in a
key name, I use PEsetup, now expand the PEsetup Key go to "setup" key, double click "CmdLine"
in the right pane, change the 'value data' to "cmd.exe /k" this will load the command line.
Now go back the the root of the key, click 'PEsetup' -> click file menu -> unload hive, yes.
5.) Take a tool like CdImage and a valid XP boot image and ceate your iso, remember to remove all attributes on
all the files in the LHPE folder, -h -r, I am including a batch file for this at the end of this post which
will do this for you, and also pass the correct switches to cdImage. Now you have your WinPE ISO. Burn it
with your choice of software.
!!DO NOT use a program like winiso or the like to create this iso, as it is reportedly a pain!!!
BAM! Longhorn WinPE!
6.) ---> IMPORTANT!!! <---
Now it is time to clean up your PC, since you did a install without a reboot the temp files are sitting
there waiting to reek havoc on you, so first move is to rename the new "boot.ini" to something else I use
"boot.OLD" and then rename the "boot.BAK" file back to it's original "Boot.ini" name, and delete the "boot.OLD".
this will eleviate the HDD of trying to boot into the install environment of Longhorn.
Now delete the "$LDR$" and the txtsetup.sif file as they are not needed either.
And finally delete the two Longhorn install folders, "$WINDOWS.~BT" and "$WINDOWS.~LS"
Some will say just leave the temp files as they will be deleted on the next reboot but I for one
don't like nasty suprises, now you should reboot just to clear out the crap in memory. While you are at it
why not try out your new WinPE CD?
I cannot host the batch file and the boot image for long due to my limited bandwidth. So anyone willing to host them feel free.
WinPE Creator (44.9 KB):
Likuidkewl's Source= http://members.cox.net/likuidkewl/LHPEcreator.rar
Taco's Mirror= http://www.iexbeta.com/~tacobell/longhorn/H4051_LikuidkewlWinPECreator_v1.0.rar
EmoAddict15's Mirror= http://emo.toastednet.org/LHPEcreator.rar
The files above need to be extracted to the same dir for them to work right. And you need to edit the LHPEcreate.cmd to your folder locations, now they are a generic e:\LHPE.
Please post comments, suggestions, things I forgot here! Thanks for your time and good luck!
--Likuidkewl

2#
 楼主| 发表于 2004-9-2 10:50:22 | 只看该作者

用Longhorn制作WinPE

难道没人看吗?
回复

使用道具 举报

3#
 楼主| 发表于 2004-9-2 16:43:12 | 只看该作者

用Longhorn制作WinPE

看来没人用
回复

使用道具 举报

4#
发表于 2004-9-2 17:00:02 | 只看该作者

用Longhorn制作WinPE

不是呀!有人发过了,所以可能这样?但是想知道原创的网址,可否满足?
回复

使用道具 举报

5#
 楼主| 发表于 2004-9-3 09:25:19 | 只看该作者

用Longhorn制作WinPE

http://board.iexbeta.com/ibf10/index.php?showtopic=42111
回复

使用道具 举报

6#
发表于 2004-9-3 09:33:21 | 只看该作者

用Longhorn制作WinPE

可惜连不上
回复

使用道具 举报

7#
 楼主| 发表于 2004-9-5 08:13:44 | 只看该作者

用Longhorn制作WinPE

能连上呀
回复

使用道具 举报

8#
 楼主| 发表于 2004-9-5 08:14:20 | 只看该作者

用Longhorn制作WinPE

翻译:
从Longhorn 4051/4053/4074中提取WinPE
请注意:Longhorn 4074 不支持鼠标
1.) 运行"%CDDRIVE%" or "%LHdir%"\setup.exe /noreboot,这里请自行替换为您计算机上的实际目录,比如d:\setup.exe /noreboot
2.) 浏览c盘的根目录(在文件夹选项中打开可以查看隐藏文件的开关),你可以看到两个以$开头的文件夹,这个就是LongHorn的安装文件夹,我们在这里用到的是$WINDOWS.~BT。
这个文件夹里面可以LHPE的大部分文件。
创建一个文件夹,命名为LHPE,再创建一个名字为I386的子文件夹.
拷贝所有的文件到LHPE\I386文件夹,删除bootsect.dat文件,然后用记事本打开txtsetup.sif文件,查找BootPath字符串,然后删除字符串所在行。
3.) 打开你的LH4051/4053/4074 disk or iso的根文件夹,拷贝如下文件到LHPE的目录:Win51, win51ip, winbom.ini, and readme.htm
4.) 执行regedit,编辑setupreg.hiv,打开到HKLM(HKEY_LOCAL_MACHINE)键。
点击文件――加载配置单元,浏览LHPE\I386\System32\ setupreg.hiv,键入一个键名,我使用了Pesetup,展开Pesetup键到setup这个键,然后双击"CmdLine"在右侧的面板中,改变'value data'为"cmd.exe /k",这个将会加载命令行。
点击根键,然后点击'PEsetup',点击文件-卸载配置单元,点击确定。
5.) 使用类似CdImage这样的工具和一个有效的xp引导文件来创建你的iso文件,请记住去除在LHPE文件夹下面文件的所有属性,如隐藏或者只读属性,好了现在你已经成功的制作了WinPE ISO,刻录成cd吧!
!!千万不要用winiso这样的工具来创建你的iso文件,切记!!!
回复

使用道具 举报

9#
 楼主| 发表于 2004-9-14 10:52:03 | 只看该作者

用Longhorn制作WinPE

有人做了吗?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-8-8 11:28

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表