Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 1.66 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Actually,
  2. The xcopy command does work. I don't think you can create a bootable USB stick in WinXP. Only Vista. At least I haven't been able to do it. It worked just fine for me in Vista. I made my flash drive bootable and copied the vista files from the DVD and now I have a bootable vista flash drive. I'm going to try to do the same with an ISO file on a cd of ShadowProtect. I hope it works. The instructions I found are these:
  3.  
  4. This operation assumes your machine can boot from a USB enabled device. Check your BIOS to make sure. You also MUST have a DVD copy of Vista to install the source files from the DVD to a USB flash drive:
  5. 1.      Insert your USB flash drive and enter the following commands:
  6. (please note this list assumes that your USB flash drive will be seen as disk 1. To confirm that it is type "list disk" after you've entered the DISKPART command) Otherwise you may wipe a different drive (such as your hard disk drive!)
  7. 2.      Type:
  8.  
  9. diskpart
  10. select disk 1
  11. clean
  12. create partition primary
  13. select partition 1
  14. active
  15. format fs=fat32
  16. assign
  17. exit
  18. At this point your USB drive is formatted. DO NOT format the drive from within Windows. You MUST have a DVD copy of Vista to copy the source files from.
  19.  
  20. The final preparation step is to copy the installation files to your flash drive, this can be done by running the following command:
  21. (Please note D: is the drive letter for the source files and E: is the drive letter for your flash drive, if they are different on your system you need to change them accordingly).
  22. Exit DISKPART. Type:
  23.  
  24. xcopy d:\*.* /s/e/f e:\
  25.  
  26. Thats it, configure usb device as primary boot device in your bios and install.