How to Install XP on an External Hard Drive
Read more: How to Install XP on an External Hard Drive | eHow.com http://www.ehow.com/how_4853554_install-xp-external-hard-drive.html#ixzz1xplKpdb4
Instructions
Creating the Windows XP Boot Image
1 Set your BIOS so that USB booting is enabled. (Your BIOS must support boot from USB.) Connect the USB external hard drive directly to your computer.2 Make an ISO image (an .iso file is an archive disk image of an optical disk) from the Windows XP CD-ROM using your preferred software. Save to your hard drive.Sponsored Links
- Free Reporting Software SMBs, Download, Install ! Ready to use in minuteshttp://www.googleadservices.com/pagead/aclk?sa=L&ai=BNtBL0r3aT7XGIsnIigfpzYS2B4nxpsEC6e37uCTAjbcBkLAKEAEYASCpia0GOABQyYPdxPz_____AWDlgoCAvA6gAaOaqP4DsgEMd3d3LmVob3cuY29tyAEB2gFDaHR0cDovL3d3dy5laG93LmNvbS9ob3dfNDg1MzU1NF9pbnN0YWxsLXhwLWV4dGVybmFsLWhhcmQtZHJpdmUuaHRtbIACAagDAegD8APoA-EB6AMF9QMABACG9QMAAAAQiAYB&num=1&cid=5Gi7QhrKHN3M3vNhArwyV3Lj&sig=AOD64_0ZZLtnG7zPOZfMpD8RyAAFjnskWg&client=ca-ehow_300x250&adurl=http://www.intellicus.com/download/free_reporting_download.htm%3F_kk%3Dfree%2520reporting%2520tools%26_kt%3De4f2c1a1-7a79-43ca-9425-8d08cc060ee3
3 Open the ISO file you just created. Navigate to the I386 folder, and select the following files:<br />TXTSETUP.SIF, DOSNET.INF, USB.IN_, USBPORT.IN_, and USBSTOR.IN_.<br />Extract the files and put them into a folder to work with.- Open a command prompt and use Cab SDK to extract the contents of the .IN_ files; Cab SDK is a Microsoft compression and decompression program available as an .exe file in your Windows directory. Each of the .IN_ files contains exactly one .inf file. An example command line would be: \"cabarc x USBSTOR.IN_\" . You should end up with three new files in the folder, called usb.inf, usbport.inf and usbstor.inf. Delete the .IN_ files.
- Open the files using a simple text editor such as Notepad. Edit them according to the section below titled \"Editing Files.\"
- 6 Open the previously created ISO file and delete the files you extracted earlier. Replace them with the newly modified files.
- 7 Save the ISO files and burn them to a CD using the burning software of your choice.
- 8 Insert the CD you created and restart the computer. Make sure it is set to boot from CD. Most computers will do this automatically, but if not, hit F8 on startup to choose boot options. When asked, choose the external USB hard drive to install WIndows XP.
Editing Files
- 9 Open TXTSETUP.SIF and move the following entries from [InputDevicesSupport.Load] to the [BootBusExtenders.Load]:<br />usbehci = usbehci.sys<br />usbohci = usbohci.sys<br />usbuhci = usbuhci.sys<br />usbhub = usbhub.sys<br />usbstor = usbstor.sys
- 10 Move the following entries from [InputDevicesSupport] to [BootBusExtenders]:<br />usbehci = \"Erweiterter Hostcontroller\",files.usbehci,usbehci<br />usbohci = \"Open Hostcontroller\",files.usbohci,usbohci<br />usbuhci = \"Universeller Hostcontroller\",files.usbuhci,usbuhci<br />usbhub = \"Standard-USB-Hubtreiber\",files.usbhub,usbhub<br />usbstor = \"USB-Speicherklassentreiber\",files.usbstor,usbstor
- 11 Insert the following in the [HiveInfs.Fresh] section:<br /> AddReg = hivedef.inf,AddReg<br /> AddReg = hivesys.inf,AddReg<br /> AddReg = hivesft.inf,AddReg<br /> AddReg = hivecls.inf,AddReg<br /> AddReg = hiveusd.inf,AddReg<br /> AddReg = dmreg.inf,DM.AddReg<br /> AddReg = usbboot.inf,usbservices<br /><br /> Insert the following commands into the [SourceDisksFiles] section:<br /><br /> [SourceDisksFiles]<br /> usbboot.inf = 1,,,,,,_x,3,,3<br /> bootvid.dll = 1,,,,,,3_,2,0,0,,1,2<br /> kdcom.dll = 1,,,,,,3_,2,0,0,,1,2
- 12 Open DOSNET.INF and change the second [Files] section to look like this:<br /> [Files]<br /> d1,usbboot.inf<br /> d1,_default.pif<br /> d1,12520437.cpx<br /> d1,12520850.cpx
- 13 Open USB.INF and change lines in the [StandardHub.AddService] and [CommonClassParent.AddService] sections to look like this:<br /><br /> [StandardHub.AddService]<br /> DisplayName = %StandardHub.SvcDesc%<br /> ServiceType = 1 ; SERVICE_KERNEL_DRIVER<br /> StartType = 0 ; SERVICE_DEMAND_START<br /> ErrorControl = 1 ; SERVICE_ERROR_NORMAL<br /> ServiceBinary = %12%\\usbhub.sys<br /> LoadOrderGroup = Boot Bus Extender<br /><br /> [CommonClassParent.AddService]<br /> DisplayName = %GenericParent.SvcDesc%<br /> ServiceType = 1 ; SERVICE_KERNEL_DRIVER<br /> StartType = 0 ; SERVICE_DEMAND_START<br /> ErrorControl = 1 ; SERVICE_ERROR_NORMAL<br /> ServiceBinary = %12%\\usbccgp.sys<br /> LoadOrderGroup = Boot Bus Extender
- 14 Open usbport.inf and change lines in the [EHCI.AddService], [OHCI.AddService] , [UHCI.AddService] and [ROOTHUB.AddService] sections to look like this:<br /><br /> [EHCI.AddService]<br /> DisplayName = %EHCIMP.SvcDesc%<br /> ServiceType = 1 ; SERVICE_KERNEL_DRIVER<br /> StartType = 0 ; SERVICE_DEMAND_START<br /> ErrorControl = 1 ; SERVICE_ERROR_NORMAL<br /> ServiceBinary = %12%\\usbehci.sys<br /> LoadOrderGroup = Boot Bus Extender<br /><br /> [OHCI.AddService]<br /> DisplayName = %OHCIMP.SvcDesc%<br /> ServiceType = 1 ; SERVICE_KERNEL_DRIVER<br /> StartType = 0 ; SERVICE_DEMAND_START<br /> ErrorControl = 1 ; SERVICE_ERROR_NORMAL<br /> ServiceBinary = %12%\\usbohci.sys<br /> LoadOrderGroup = Boot Bus Extender<br /><br /> [UHCI.AddService]<br /> DisplayName = %UHCIMP.SvcDesc%<br /> ServiceType = 1 ; SERVICE_KERNEL_DRIVER<br /> StartType = 0 ; SERVICE_DEMAND_START<br /> ErrorControl = 1 ; SERVICE_ERROR_NORMAL<br /> ServiceBinary = %12%\\usbuhci.sys<br /> LoadOrderGroup = Boot Bus Extender<br /><br /> [ROOTHUB.AddService]<br /> DisplayName = %ROOTHUB.SvcDesc%<br /> ServiceType = 1 ; SERVICE_KERNEL_DRIVER<br /> StartType = 0 ; SERVICE_DEMAND_START<br /> ErrorControl = 1 ; SERVICE_ERROR_NORMAL<br /> ServiceBinary = %12%\\usbhub.sys<br /> LoadOrderGroup = Boot Bus Extender
- 15 Open usbstore.inf and change lines in the [USBSTOR.AddService] section to look like this:<br /><br /> [USBSTOR.AddService]<br /> DisplayName = %USBSTOR.SvcDesc%<br /> ServiceType = 1<br /> StartType = 0<br /> Tag = 3<br /> ErrorControl = 1<br /> ServiceBinary = %12%\\USBSTOR.SYS<br /> LoadOrderGroup = Boot Bus Extender
- 16 Create a new file called USBBOOT.INF in the same directory as the other modified files, and paste the following content into it:<br /> [usbservices]<br /><br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\USBSTOR\",\"DisplayName\",0x00000000,\"USB Mass Storage Driver\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\USBSTOR\",\"ErrorControl\",0x00010001,1<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\USBSTOR\",\"Group\",0x00000000,\"System Reserved\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\USBSTOR\",\"ImagePath\",0x00020000,\"system32\\DRIVERS\\USBSTOR.SYS\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\USBSTOR\",\"Start\",0x00010001,0<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\USBSTOR\",\"Type\",0x00010001,1<br /><br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbehci\",\"DisplayName\",0x00000000,\"USB 2.0 Enhanced Host Controller Miniport Driver\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbehci\",\"ErrorControl\",0x00010001,1<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbehci\",\"Group\",0x00000000,\"System Reserved\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbehci\",\"ImagePath\",0x00020000,\"system32\\DRIVERS\\usbehci.sys\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbehci\",\"Start\",0x00010001,0<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbehci\",\"Type\",0x00010001,1<br /><br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbhub\",\"DisplayName\",0x00000000,\"USB2 Enabled Hub\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbhub\",\"ErrorControl\",0x00010001,1<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbhub\",\"Group\",0x00000000,\"System Reserved\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbhub\",\"ImagePath\",0x00020000,\"system32\\DRIVERS\\usbhub.sys\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbhub\",\"Start\",0x00010001,0<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbhub\",\"Type\",0x00010001,1<br /><br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbuhci\",\"DisplayName\",0x00000000,\"Microsoft USB Universal Host Controller Miniport Driver\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbuhci\",\"ErrorControl\",0x00010001,1<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbuhci\",\"Group\",0x00000000,\"System Reserved\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbuhci\",\"ImagePath\",0x00020000,\"system32\\DRIVERS\\usbuhci.sys\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbuhci\",\"Start\",0x00010001,0<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbuhci\",\"Type\",0x00010001,1<br /><br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbohci\",\"DisplayName\",0x00000000,\"Microsoft USB Open Host Controller Miniport Driver\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbohci\",\"ErrorControl\",0x00010001,1<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbohci\",\"Group\",0x00000000,\"System Reserved\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbohci\",\"ImagePath\",0x00020000,\"system32\\DRIVERS\\usbohci.sys\"<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbohci\",\"Start\",0x00010001,0<br /> HKLM,\"SYSTEM\\CurrentControlSet\\Services\\usbohci\",\"Type\",0x00010001,1
- 17 Delete your original extracted .IN_ files. Open the command prompt and navigate to the folder with your changed files. Execute these commands to repack the files:<br /> cabarc n USB.IN_ usb.inf<br /> cabarc n USBPORT.IN_ usbport.inf<br /> cabarc n USBSTOR.IN_ usbstor.inf<br /><br /> The three IN_ files should now exist again. Return to Step 6 above to complete.
- Free Reporting Software
No comments:
Post a Comment