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

推荐订阅源

PCI Perspectives
PCI Perspectives
AI
AI
L
LINUX DO - 最新话题
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
W
WeLiveSecurity
T
Troy Hunt's Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Forbes - Security
Forbes - Security
Google DeepMind News
Google DeepMind News
Hacker News - Newest:
Hacker News - Newest: "LLM"
O
OpenAI News
D
DataBreaches.Net
S
Secure Thoughts
SecWiki News
SecWiki News
L
LangChain Blog
Google DeepMind News
Google DeepMind News
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
有赞技术团队
有赞技术团队
The Last Watchdog
The Last Watchdog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
宝玉的分享
宝玉的分享
N
News | PayPal Newsroom
博客园 - 聂微东
TaoSecurity Blog
TaoSecurity Blog
Cloudbric
Cloudbric
Blog — PlanetScale
Blog — PlanetScale
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
量子位
T
Threatpost
Security Latest
Security Latest
P
Privacy & Cybersecurity Law Blog
GbyAI
GbyAI
博客园 - 叶小钗
L
Lohrmann on Cybersecurity
S
Security @ Cisco Blogs
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
L
LINUX DO - 热门话题

博客园 - 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)