Vous êtes sur la page 1sur 7

Options Disable

Get Free Shots

diddy.boot-land.net/pxe/index.htm

out of focus..
March 1, 2010
Installing Windows XP from Network (RIS)
Filed under: Uncategorized echo @ 1:57 pm

Start this ^%#^ when ive problem with Windows XP on Toshiba Portege R150. This laptop had some hardware error and when im in progress of upgrading to SP3, its suddenly crash and refuse to boot because some files are corrupted. Dang. Portege R150 doesnt have any internal CD/DVD. Regular external USB DVD also refuse to work. So other method supported (and i would like to try) is installing (or repair) from network via PXE boot. There is many method to accomplished this, but this one is found work for me (mileage may vary though). What you need: 1. Another PC running Windows OS. I use Windows XP Pro SP3. And have network connection to broken laptops . Via crossover cable or network switch. 2. Source disk of Windows XP, i use Windows XP Pro bootstrapped with SP3 disk. 3. TFTPd32 4. Pxelinux from syslinux project. Im use old 3.8.0 version. You only need 5. BINL server, use win32 package format from here 6. 7z file archiver. Download from here. 7. network card driver from driverpacks.net 8. many documentation to read and patience, i completed all this adventourous step almost in 2 days.. im old and slow though.. and 9. ability to read and understand this poor documentation and language Ok this is brief step by step. Read it until finish and startover. I do not provide support, this is only quick and dirty documentation for myself. Read from diddy documentation, its really through and deep documentation regarding this issue. 1. Windows XP SP2 (and maybe later) need special registry patch to enable RIS to work. Download reg file here. Rename as pxe.reg then execute. 2. Create c:\PXE and start from there. 3. Unpack syslinux package to temporary location. You only need: o pxelinux.0 from core\ and copy to C:\PXE\tftpboot\ o memdisk to from memdis\ and copy to C:\PXE\tftpboot\pxelinux.cfg\ o menu.c32 from com32\menu\ and copy to C:\PXE\tftpboot\pxelinux.cfg\ o chain.c32 to from com32\modules and copy to C:\PXE\tftpboot\pxelinux.cfg\ 4. Copy your WinXP source disk and all sub folder to c:\PXE\tftpboot\winxp 5. Adding Windows Preinstalled Environment to your tftpboot. You need: o Copy SETUPLDR.EX_ from c:\PXE\tftpboot\winxp\i386\ to c:\PXE\tftpboot\ and extract with command (from command prompt) expand -r setupldr.ex_. Then rename the file as ntldr (no extention). o Copy STARTROM.N1_ from c:\PXE\tftpboot\winxp\i386\ to c:\PXE\tftpboot\ and extract with command expand -r startrom.n1_ o Copy NTDETECT.COM from c:\PXE\tftpboot\winxp\i386\ to c:\PXE\tftpboot\

6.

7. 8. 9.

Make winnt.sif file in c:\PXE\tftpboot. Sample winnt.sif file downloaded here. To simplify, i have packed the files needed above on step 3 and 5, you can download it all here. Extract to c:\PXE\tftpboot\. You need to configure pxelinux.cfg\default and IP address in winnt.sif to suit your need. The existing configuration work as long as you keep the files in correct folder. Install TFTPD32. Put tftpd32.exe and tftpd32.ini at c:\PXE\tftpd32\ Share your c:\PXE\tftpboot on Windows file and printer sharing. So network user can see your files. Start and configured TFTPD32, so it start TFTP server and DHCP server. What you really need is to checkmark Option negotiation and pxelinux.0 as boot file on TFTPD32 DHCP server. Also stated c:\PXE\tftpboot as running directory. See screenshot.
o

10. For now shutdown TFTPD32. 11. Now we turn to BINL server. For BINL server to work, you need a series of network card driver from driverpacks for your correct operating system. What you need is all of INF and SYS files inside em. o Unfortunately driverpacks packs all of the file to individual folders, to extract INF and SYS file from driverpacks youll need 7z file archiver. Store your driverpacks file in c:\PXE\tools\ folder. o Copy your 7z.exe to above same directory. o Create c:\PXE\binl\temp\, c:\PXE\binl\INF\, and c:\PXE\binl\DRIVERS\ directory o Start command prompt and enter c:\PXE\tools\ directory o extract all of zip file in driverpack file (mine is DP_LAN_wnt5_x8632_1002.7z) with command: 7z.exe e DP_LAN_wnt5_x86-32_1002.7z -oc:\PXE\binl\temp *.zip -r

extract all of INF file from zip file above and put in INF directory: 7z.exe e c:\PXE\binl\temp\*.zip -oc:\PXE\binl\INF *.inf -r o extract all of INF files from driverpack file to INF directory: 7z.exe e DP_LAN_wnt5_x86-32_1002.7z -oc:\PXE\binl\INF *.inf -aour o extract all of SYS files from driverpack file to DRIVERS directory: 7z.exe e DP_LAN_wnt5_x86-32_1002.7z -oc:\PXE\binl\DRIVERS *.sys -aour o get your binl packages (from url stated on top of this article) and extract the content to c:\PXE\binl\ folder. o Inside youll find infparser.exe. Execute it to build driver database nics.txt and devlist.cache: infparser.exe INF\ o Copy the contents of DRIVERS folder to your winxp\i386 folder. 12. To speed the process, here the complete files in step 11. This package include win32 binl server, infparser.exe and corresponding INF and SYS file in one package in their appropriate folders. You need to extract its content to c:\PXE\binl and then copy the contents of DRIVERS folder to your Windows XP source folder (c:\PXE\tftpboot\winxp\i386). 13. Now its time to check your setup. Start command prompt and execute binlsrv.exe. If everything all right youll see:
o

14. Start your TFTPD32. Watch the log. 15. Start your broken laptops. Make sure your laptop BIOS is setup so it will use network boot. The laptop should query DHCP server, get some IP address then show you boot menu. Select Install Win XP and Windows XP installation should start. Ok, thats it, sorry for any mistaken, ive not double check this guide step by step. Just improve yourself, read above documentation for complete help. This PXE boot server also can serve as generic network boot if you use another bootdisk image. Just search and improve. Good luck. Comments (3)

3 Comments
1.

hi! have a question off the topic: how did you make your blog pages widescreen? thanks, Yerkoff Comment by yerkoff March 12, 2010 @ 5:42 pm Reply 2. Hi there! Thx for making this tutorial, Ive found very useful =) I tried to follow your instruction on my 2 PCs. The 1st, an old AthlonXP with nForce 2 chipset works perfectly, the 2nd, an Atom330 with nVIDIA ION chipset doesnt work =( The installation stop on Setup is starting Windows. Ive using last RIS driver from Atheros Website (AS8131) and DriverPacks LAN drivers. Tftpd32 and BINL works correctly. Ive also applied .reg patch, but the problem persist =( Is there a solution? Sorry for my bad English, I hope you understand my message. Bye an thx! Washi =) Comment by Washi March 23, 2010 @ 12:55 am Reply 3. #1 no idea, maybe the template? its an original template from wordpress. #2 actually sorry, have no idea he..he. But because your first attempt was succeed, maybe the culprit is on NVIDIA ION driver.. Have you use my tftpboot.rar files (step 6?) it had different ntldr. Please also read Diddy documentation.. and dont worry your english is better than mine. Good luck. Comment by echo March 23, 2010 @ 1:42 am

Reply

RSS feed for comments on this post. TrackBack URI

Leave a comment
Name (required) E-mail (required) Website

Notify me of follow-up comments via email. Notify me of new posts via email.

Recent Comments
echo on Installing Windows XP from Net Washi on Installing Windows XP from Net yerkoff on Installing Windows XP from Net flora on Yogyakarta Garmin GPS Map mer on Grass Rover

Recent Posts
o o o

Installing Windows XP from Network (RIS) Grass Rover Land Rover 200 Tdi Thermostat (and overheating story)

o o o o o o o

My Land Rover Experience Indoalert! and Indonesiaga! SMC 7801BRA Firmware Dieng Plateu Tourist Map Gigapan: Create (and share) giga pixel images with common digicam (not so) SIMPLE TSUNAMI EARLY WARNING SYSTEM CONCEPT FOR COASTAL RURAL AREA Porong, Sidoarjo Mud Flow Jabar Peduli DIY- JATENG Lisah Kalapa Manglayang Farm Online Sahabat Sukawana Terakorp Indonesia West Java Respond 6,924 hits

Blogroll
o o o o o o o o

Blog Stats
Blog at WordPress.com.

Vous aimerez peut-être aussi