SlideShare una empresa de Scribd logo
1 de 6
Creating the Windows XP Boot Image<br />1<br />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.<br />2<br />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.<br />3<br />Open the ISO file you just created. Navigate to the I386 folder, and select the following files:TXTSETUP.SIF, DOSNET.INF, USB.IN_, USBPORT.IN_, and USBSTOR.IN_.Extract the files and put them into a folder to work with.<br />4<br />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: quot;
cabarc x USBSTOR.IN_quot;
 . You should end up with three new files in the folder, called usb.inf, usbport.inf and usbstor.inf. Delete the .IN_ files.<br />5<br />Open the files using a simple text editor such as Notepad. Edit them according to the section below titled quot;
Editing Files.quot;
<br />6<br />Open the previously created ISO file and delete the files you extracted earlier. Replace them with the newly modified files.<br />7<br />Save the ISO files and burn them to a CD using the burning software of your choice.<br />8<br />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.<br />Editing Files<br />1<br />Open TXTSETUP.SIF and move the following entries from [InputDevicesSupport.Load] to the [BootBusExtenders.Load]:usbehci = usbehci.sysusbohci = usbohci.sysusbuhci = usbuhci.sysusbhub = usbhub.sysusbstor = usbstor.sys<br />2<br />Move the following entries from [InputDevicesSupport] to [BootBusExtenders]:usbehci = quot;
Erweiterter Hostcontrollerquot;
,files.usbehci,usbehciusbohci = quot;
Open Hostcontrollerquot;
,files.usbohci,usbohciusbuhci = quot;
Universeller Hostcontrollerquot;
,files.usbuhci,usbuhciusbhub = quot;
Standard-USB-Hubtreiberquot;
,files.usbhub,usbhubusbstor = quot;
USB-Speicherklassentreiberquot;
,files.usbstor,usbstor<br />3<br />Insert the following in the [HiveInfs.Fresh] section:AddReg = hivedef.inf,AddRegAddReg = hivesys.inf,AddRegAddReg = hivesft.inf,AddRegAddReg = hivecls.inf,AddRegAddReg = hiveusd.inf,AddRegAddReg = dmreg.inf,DM.AddRegAddReg = usbboot.inf,usbservicesInsert the following commands into the [SourceDisksFiles] section:[SourceDisksFiles]usbboot.inf = 1,,,,,,_x,3,,3bootvid.dll = 1,,,,,,3_,2,0,0,,1,2kdcom.dll = 1,,,,,,3_,2,0,0,,1,2<br />4<br />Open DOSNET.INF and change the second [Files] section to look like this:[Files]d1,usbboot.infd1,_default.pifd1,12520437.cpxd1,12520850.cpx<br />5<br />Open USB.INF and change lines in the [StandardHub.AddService] and [CommonClassParent.AddService] sections to look like this:[StandardHub.AddService]DisplayName = %StandardHub.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbhub.sysLoadOrderGroup = Boot Bus Extender[CommonClassParent.AddService]DisplayName = %GenericParent.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbccgp.sysLoadOrderGroup = Boot Bus Extender<br />6<br />Open usbport.inf and change lines in the [EHCI.AddService], [OHCI.AddService] , [UHCI.AddService] and [ROOTHUB.AddService] sections to look like this:[EHCI.AddService]DisplayName = %EHCIMP.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbehci.sysLoadOrderGroup = Boot Bus Extender[OHCI.AddService]DisplayName = %OHCIMP.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbohci.sysLoadOrderGroup = Boot Bus Extender[UHCI.AddService]DisplayName = %UHCIMP.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbuhci.sysLoadOrderGroup = Boot Bus Extender[ROOTHUB.AddService]DisplayName = %ROOTHUB.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbhub.sysLoadOrderGroup = Boot Bus Extender<br />7<br />Open usbstore.inf and change lines in the [USBSTOR.AddService] section to look like this:[USBSTOR.AddService]DisplayName = %USBSTOR.SvcDesc%ServiceType = 1StartType = 0Tag = 3ErrorControl = 1ServiceBinary = %12%SBSTOR.SYSLoadOrderGroup = Boot Bus Extender<br />8<br />Create a new file called USBBOOT.INF in the same directory as the other modified files, and paste the following content into it:[usbservices]HKLM,quot;
SYSTEMurrentControlSetervicesSBSTORquot;
,quot;
DisplayNamequot;
,0x00000000,quot;
USB Mass Storage Driverquot;
HKLM,quot;
SYSTEMurrentControlSetervicesSBSTORquot;
,quot;
ErrorControlquot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicesSBSTORquot;
,quot;
Groupquot;
,0x00000000,quot;
System Reservedquot;
HKLM,quot;
SYSTEMurrentControlSetervicesSBSTORquot;
,quot;
ImagePathquot;
,0x00020000,quot;
system32RIVERSSBSTOR.SYSquot;
HKLM,quot;
SYSTEMurrentControlSetervicesSBSTORquot;
,quot;
Startquot;
,0x00010001,0HKLM,quot;
SYSTEMurrentControlSetervicesSBSTORquot;
,quot;
Typequot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbehciquot;
,quot;
DisplayNamequot;
,0x00000000,quot;
USB 2.0 Enhanced Host Controller Miniport Driverquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbehciquot;
,quot;
ErrorControlquot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbehciquot;
,quot;
Groupquot;
,0x00000000,quot;
System Reservedquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbehciquot;
,quot;
ImagePathquot;
,0x00020000,quot;
system32RIVERSsbehci.sysquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbehciquot;
,quot;
Startquot;
,0x00010001,0HKLM,quot;
SYSTEMurrentControlSetervicessbehciquot;
,quot;
Typequot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbhubquot;
,quot;
DisplayNamequot;
,0x00000000,quot;
USB2 Enabled Hubquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbhubquot;
,quot;
ErrorControlquot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbhubquot;
,quot;
Groupquot;
,0x00000000,quot;
System Reservedquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbhubquot;
,quot;
ImagePathquot;
,0x00020000,quot;
system32RIVERSsbhub.sysquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbhubquot;
,quot;
Startquot;
,0x00010001,0HKLM,quot;
SYSTEMurrentControlSetervicessbhubquot;
,quot;
Typequot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbuhciquot;
,quot;
DisplayNamequot;
,0x00000000,quot;
Microsoft USB Universal Host Controller Miniport Driverquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbuhciquot;
,quot;
ErrorControlquot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbuhciquot;
,quot;
Groupquot;
,0x00000000,quot;
System Reservedquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbuhciquot;
,quot;
ImagePathquot;
,0x00020000,quot;
system32RIVERSsbuhci.sysquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbuhciquot;
,quot;
Startquot;
,0x00010001,0HKLM,quot;
SYSTEMurrentControlSetervicessbuhciquot;
,quot;
Typequot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbohciquot;
,quot;
DisplayNamequot;
,0x00000000,quot;
Microsoft USB Open Host Controller Miniport Driverquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbohciquot;
,quot;
ErrorControlquot;
,0x00010001,1HKLM,quot;
SYSTEMurrentControlSetervicessbohciquot;
,quot;
Groupquot;
,0x00000000,quot;
System Reservedquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbohciquot;
,quot;
ImagePathquot;
,0x00020000,quot;
system32RIVERSsbohci.sysquot;
HKLM,quot;
SYSTEMurrentControlSetervicessbohciquot;
,quot;
Startquot;
,0x00010001,0HKLM,quot;
SYSTEMurrentControlSetervicessbohciquot;
,quot;
Typequot;
,0x00010001,1<br />9<br />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:cabarc n USB.IN_ usb.infcabarc n USBPORT.IN_ usbport.infcabarc n USBSTOR.IN_ usbstor.infThe three IN_ files should now exist again. Return to Step 6 above to complete.<br />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#ixzz1ASMuO0Nh<br />
Install xp on
Install xp on
Install xp on
Install xp on
Install xp on

Más contenido relacionado

Destacado

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Destacado (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Install xp on

  • 1. Creating the Windows XP Boot Image<br />1<br />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.<br />2<br />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.<br />3<br />Open the ISO file you just created. Navigate to the I386 folder, and select the following files:TXTSETUP.SIF, DOSNET.INF, USB.IN_, USBPORT.IN_, and USBSTOR.IN_.Extract the files and put them into a folder to work with.<br />4<br />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: quot; cabarc x USBSTOR.IN_quot; . You should end up with three new files in the folder, called usb.inf, usbport.inf and usbstor.inf. Delete the .IN_ files.<br />5<br />Open the files using a simple text editor such as Notepad. Edit them according to the section below titled quot; Editing Files.quot; <br />6<br />Open the previously created ISO file and delete the files you extracted earlier. Replace them with the newly modified files.<br />7<br />Save the ISO files and burn them to a CD using the burning software of your choice.<br />8<br />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.<br />Editing Files<br />1<br />Open TXTSETUP.SIF and move the following entries from [InputDevicesSupport.Load] to the [BootBusExtenders.Load]:usbehci = usbehci.sysusbohci = usbohci.sysusbuhci = usbuhci.sysusbhub = usbhub.sysusbstor = usbstor.sys<br />2<br />Move the following entries from [InputDevicesSupport] to [BootBusExtenders]:usbehci = quot; Erweiterter Hostcontrollerquot; ,files.usbehci,usbehciusbohci = quot; Open Hostcontrollerquot; ,files.usbohci,usbohciusbuhci = quot; Universeller Hostcontrollerquot; ,files.usbuhci,usbuhciusbhub = quot; Standard-USB-Hubtreiberquot; ,files.usbhub,usbhubusbstor = quot; USB-Speicherklassentreiberquot; ,files.usbstor,usbstor<br />3<br />Insert the following in the [HiveInfs.Fresh] section:AddReg = hivedef.inf,AddRegAddReg = hivesys.inf,AddRegAddReg = hivesft.inf,AddRegAddReg = hivecls.inf,AddRegAddReg = hiveusd.inf,AddRegAddReg = dmreg.inf,DM.AddRegAddReg = usbboot.inf,usbservicesInsert the following commands into the [SourceDisksFiles] section:[SourceDisksFiles]usbboot.inf = 1,,,,,,_x,3,,3bootvid.dll = 1,,,,,,3_,2,0,0,,1,2kdcom.dll = 1,,,,,,3_,2,0,0,,1,2<br />4<br />Open DOSNET.INF and change the second [Files] section to look like this:[Files]d1,usbboot.infd1,_default.pifd1,12520437.cpxd1,12520850.cpx<br />5<br />Open USB.INF and change lines in the [StandardHub.AddService] and [CommonClassParent.AddService] sections to look like this:[StandardHub.AddService]DisplayName = %StandardHub.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbhub.sysLoadOrderGroup = Boot Bus Extender[CommonClassParent.AddService]DisplayName = %GenericParent.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbccgp.sysLoadOrderGroup = Boot Bus Extender<br />6<br />Open usbport.inf and change lines in the [EHCI.AddService], [OHCI.AddService] , [UHCI.AddService] and [ROOTHUB.AddService] sections to look like this:[EHCI.AddService]DisplayName = %EHCIMP.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbehci.sysLoadOrderGroup = Boot Bus Extender[OHCI.AddService]DisplayName = %OHCIMP.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbohci.sysLoadOrderGroup = Boot Bus Extender[UHCI.AddService]DisplayName = %UHCIMP.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbuhci.sysLoadOrderGroup = Boot Bus Extender[ROOTHUB.AddService]DisplayName = %ROOTHUB.SvcDesc%ServiceType = 1 ; SERVICE_KERNEL_DRIVERStartType = 0 ; SERVICE_DEMAND_STARTErrorControl = 1 ; SERVICE_ERROR_NORMALServiceBinary = %12%sbhub.sysLoadOrderGroup = Boot Bus Extender<br />7<br />Open usbstore.inf and change lines in the [USBSTOR.AddService] section to look like this:[USBSTOR.AddService]DisplayName = %USBSTOR.SvcDesc%ServiceType = 1StartType = 0Tag = 3ErrorControl = 1ServiceBinary = %12%SBSTOR.SYSLoadOrderGroup = Boot Bus Extender<br />8<br />Create a new file called USBBOOT.INF in the same directory as the other modified files, and paste the following content into it:[usbservices]HKLM,quot; SYSTEMurrentControlSetervicesSBSTORquot; ,quot; DisplayNamequot; ,0x00000000,quot; USB Mass Storage Driverquot; HKLM,quot; SYSTEMurrentControlSetervicesSBSTORquot; ,quot; ErrorControlquot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicesSBSTORquot; ,quot; Groupquot; ,0x00000000,quot; System Reservedquot; HKLM,quot; SYSTEMurrentControlSetervicesSBSTORquot; ,quot; ImagePathquot; ,0x00020000,quot; system32RIVERSSBSTOR.SYSquot; HKLM,quot; SYSTEMurrentControlSetervicesSBSTORquot; ,quot; Startquot; ,0x00010001,0HKLM,quot; SYSTEMurrentControlSetervicesSBSTORquot; ,quot; Typequot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbehciquot; ,quot; DisplayNamequot; ,0x00000000,quot; USB 2.0 Enhanced Host Controller Miniport Driverquot; HKLM,quot; SYSTEMurrentControlSetervicessbehciquot; ,quot; ErrorControlquot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbehciquot; ,quot; Groupquot; ,0x00000000,quot; System Reservedquot; HKLM,quot; SYSTEMurrentControlSetervicessbehciquot; ,quot; ImagePathquot; ,0x00020000,quot; system32RIVERSsbehci.sysquot; HKLM,quot; SYSTEMurrentControlSetervicessbehciquot; ,quot; Startquot; ,0x00010001,0HKLM,quot; SYSTEMurrentControlSetervicessbehciquot; ,quot; Typequot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbhubquot; ,quot; DisplayNamequot; ,0x00000000,quot; USB2 Enabled Hubquot; HKLM,quot; SYSTEMurrentControlSetervicessbhubquot; ,quot; ErrorControlquot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbhubquot; ,quot; Groupquot; ,0x00000000,quot; System Reservedquot; HKLM,quot; SYSTEMurrentControlSetervicessbhubquot; ,quot; ImagePathquot; ,0x00020000,quot; system32RIVERSsbhub.sysquot; HKLM,quot; SYSTEMurrentControlSetervicessbhubquot; ,quot; Startquot; ,0x00010001,0HKLM,quot; SYSTEMurrentControlSetervicessbhubquot; ,quot; Typequot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbuhciquot; ,quot; DisplayNamequot; ,0x00000000,quot; Microsoft USB Universal Host Controller Miniport Driverquot; HKLM,quot; SYSTEMurrentControlSetervicessbuhciquot; ,quot; ErrorControlquot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbuhciquot; ,quot; Groupquot; ,0x00000000,quot; System Reservedquot; HKLM,quot; SYSTEMurrentControlSetervicessbuhciquot; ,quot; ImagePathquot; ,0x00020000,quot; system32RIVERSsbuhci.sysquot; HKLM,quot; SYSTEMurrentControlSetervicessbuhciquot; ,quot; Startquot; ,0x00010001,0HKLM,quot; SYSTEMurrentControlSetervicessbuhciquot; ,quot; Typequot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbohciquot; ,quot; DisplayNamequot; ,0x00000000,quot; Microsoft USB Open Host Controller Miniport Driverquot; HKLM,quot; SYSTEMurrentControlSetervicessbohciquot; ,quot; ErrorControlquot; ,0x00010001,1HKLM,quot; SYSTEMurrentControlSetervicessbohciquot; ,quot; Groupquot; ,0x00000000,quot; System Reservedquot; HKLM,quot; SYSTEMurrentControlSetervicessbohciquot; ,quot; ImagePathquot; ,0x00020000,quot; system32RIVERSsbohci.sysquot; HKLM,quot; SYSTEMurrentControlSetervicessbohciquot; ,quot; Startquot; ,0x00010001,0HKLM,quot; SYSTEMurrentControlSetervicessbohciquot; ,quot; Typequot; ,0x00010001,1<br />9<br />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:cabarc n USB.IN_ usb.infcabarc n USBPORT.IN_ usbport.infcabarc n USBSTOR.IN_ usbstor.infThe three IN_ files should now exist again. Return to Step 6 above to complete.<br />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#ixzz1ASMuO0Nh<br />