How to Install Windows Vista from Bootable USB Flash Memory Drive
You can even install Windows Vista with USB 2.0 flash memory drive now. All you need is a high speed 4GB flash memory only to create a bootable Windows Vista on flash memory drive.This is much faster than using a DVD, gigabit ethernet, or possibly even some external USB 2.0 hard drives, due to differences in access speed & transfer rate. So below the step to create a bootable windows vista on flash memory drive
Create a bootable Windows Vista on Flash Memory
1. Format the USB flash memory drive to FAT32 file system
Run CMD.EXE and type the following command. Note: This set of commands assumes that the USB flash drive is addressed as “disk 1?. Double check that by doing a list of the disks (type “list disk”) before cleaning it).
1. diskpart
2. select disk 1
3. clean
4. create partition primary
5. select partition 1
6. active
7. format fs=fat32
8. assign
9. exit
1. Format the USB flash memory drive to FAT32 file system
Run CMD.EXE and type the following command. Note: This set of commands assumes that the USB flash drive is addressed as “disk 1?. Double check that by doing a list of the disks (type “list disk”) before cleaning it).
1. diskpart
2. select disk 1
3. clean
4. create partition primary
5. select partition 1
6. active
7. format fs=fat32
8. assign
9. exit
2. Copy Windows Vista’s DVD ROM content to the Flash Drive
Type in command to start copying all the content from the Windows Vista DVD to your newly formatted high speed flash drive.
* xcopy d:\*.* /s/e/f e:\
this may take some time..
3.Now go to your BIOS and select your USB Drive as 1st Boot Priority.
4. Install Windows Vista from flash memory drive
Source : Techmixer
Popularity: 1%Create a bootable Windows Vista on Flash Memory
1. Format the USB flash memory drive to FAT32 file system
Run CMD.EXE and type the following command. Note: This set of commands assumes that the USB flash drive is addressed as “disk 1?. Double check that by doing a list of the disks (type “list disk”) before cleaning it).
1. diskpart
2. select disk 1
3. clean
4. create partition primary
5. select partition 1
6. active
7. format fs=fat32
8. assign
9. exit
1. Format the USB flash memory drive to FAT32 file system
Run CMD.EXE and type the following command. Note: This set of commands assumes that the USB flash drive is addressed as “disk 1?. Double check that by doing a list of the disks (type “list disk”) before cleaning it).
1. diskpart
2. select disk 1
3. clean
4. create partition primary
5. select partition 1
6. active
7. format fs=fat32
8. assign
9. exit
2. Copy Windows Vista’s DVD ROM content to the Flash Drive
Type in command to start copying all the content from the Windows Vista DVD to your newly formatted high speed flash drive.
* xcopy d:\*.* /s/e/f e:\
this may take some time..
3.Now go to your BIOS and select your USB Drive as 1st Boot Priority.
4. Install Windows Vista from flash memory drive
Source : Techmixer
Written by ShaDow. Read more great feeds at is source WEBSITE
1 comment.
Read more articles on otherSoftware and Windows vista tips.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article
















#1. July 24th, 2008, at 1:12 AM.
Just wanted to let you know that this is a great tutorial - but your step 1 is repeated.