惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
T
Threat Research - Cisco Blogs
量子位
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
F
Fortinet All Blogs
爱范儿
爱范儿
D
Docker
人人都是产品经理
人人都是产品经理
S
SegmentFault 最新的问题
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
A
About on SuperTechFans
P
Proofpoint News Feed
博客园 - 司徒正美
Recent Announcements
Recent Announcements
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
Webroot Blog
Webroot Blog
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
SecWiki News
SecWiki News
Attack and Defense Labs
Attack and Defense Labs
Hacker News: Ask HN
Hacker News: Ask HN
AI
AI
博客园_首页
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Recorded Future
Recorded Future
T
Tailwind CSS Blog
MyScale Blog
MyScale Blog
T
Tenable Blog
宝玉的分享
宝玉的分享
Google Online Security Blog
Google Online Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
C
Check Point Blog
S
Security Affairs
L
LINUX DO - 最新话题
大猫的无限游戏
大猫的无限游戏
Scott Helme
Scott Helme
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
月光博客
月光博客
Y
Y Combinator Blog

博客园 - Joey Liang

[译稿]微软过去30年做对了5件事_Microsoft 微软_cnBeta.COM Galin Iliev [Galcho] Blog! - Rule "Previous releases of Microsoft Visual Studio 2008" failed - Joey Liang The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) - Powered By Kayako SupportSuite - Joey Liang 随笔 文章 新闻 日记 有啥区别~ - 博问 - 博客园社区 Save (Not Permitted) Dialog Box yongwnet - 博客园 笔记:编程的一些建议 - 时间伙伴 - 博客园 编译原理学习导论 - ★★★TINYUE的专栏★★★ - CSDNBlog 编译原理学习指导 - ★★★TINYUE的专栏★★★ - CSDNBlog System.Data.SqlServerCE load problem - MSDN Forums Connect WM5 emulator to the network A nice gift from SQL Server 2005 SP2 to sync developers(转自http://blogs.msdn.com/synchronizer/default.aspx) - 江南白衣 - 博客园 微软一年从中国挣走8亿美金 - 老杳 - 网易博客 一份比较详细的DOS命令说明! (上)_小不 FIX: Error message when you try to install a large Windows Installer package or a large Windows Installer patch package in Windows Server 2003 or in Windows XP: "Error 1718. File was rejected by digital signature policy" MSI Silent Mode Installations for InstallScript MSI Projects HTC Home with 5/6 tabs on ELF [Archive] - xda-developers How to sync all tasks information from desktop to device in Windows Mobile 5 Test Embedded : CE 6.0 - why the codename "Yamazaki" ?
UIP Forums (Logged in as: v-yilian)
Joey Liang · 2008-01-31 · via 博客园 - Joey Liang

Re: Setup CD ISO for Dell 745
Posted: 02-08-2007 04:29 PM

To get started you can look at this document http://sharepoint/sites/UIP/Shared%20Documents/How%20to%20-%20Slipstream%20network%20drivers%20into%20WINPE.doc but it is actually for creating a UIPSetup 2.2 CD. There is some great information but you will need to tweak the process slightly.
First, we aren't going to actually find a known working NIC and discover drivers. We know what network card is in the OptiPlex 745 so we're just going to wing it.
Copy the files from \\uipfs\setup$ to your local machine. After you have copied the files from \\uipfs\setup$ delete the contents of the ...\UIPSETUP2.2_ISO\disc\ folder. Replace it with the contents of a freshly burned UIPSETUP cd. You can get the iso from \\uipfs\iso\UIPSETUP3.0.iso of course. While I was at it I renamed UIPSETUP2.2_ISO to UIPSETUP3.0_ISO, although this isn't necessary.
Now get your Broadcom 57xx Windows XP drivers from support.dell.com. You will download an EXE from the site. Run this file which will ask you where to extract the files to. It will then proceed to try to setup the NIC, you can cancel after the files have been extracted. There should be a WinXP folder with the 3 files you need. Everything else is trash.
You're going to copy the file b57xp32.inf to two locations.
...\UIPSETUP3.0_ISO\disc\I386\INF\
...\UIPSETUP3.0_ISO\disc\X86\C_DRIVE\MININT\INF\
You're going to copy the other two files (b57win32.cat, b57xp32.sys) to two other locations.
...\UIPSETUP3.0_ISO\disc\I386\SYSTEM32\DRIVERS\
...\UIPSETUP3.0_ISO\disc\X86\C_DRIVE\MININT\SYSTEM32\DRIVERS\
Now ignore that part about modifying the Txtsetup.sif file. You may have noticed that when you copied the files in the step above, an older version already existed. Well that means the .sif file already points to files with that name. The CD already has Broadcom 57 series drivers, you just need to update them.
OPTIONAL
While you're here messing around you might as well make some customizations to save yourself some time. Open up the UIPISO.ini file located at ...\UIPSETUP3.0_ISO\disc\
I like to fill in the values for the following fields to make setup go a little faster.
LabName=MYLAB
LabUserName=labaccount
DiskPartC=DISK_C_6.TXT
DesiredOS=96
ImageName=96-SP2
NumberofProcs=2
Lastly modify the create_iso.bat file as directed in the How to document and then run it.
(Oh, and to actually answer your question... yes I have a CD you can borrow.)

UIP Forums (Logged in as: v-yilian)