Install Windows Vista from Bootable USB Flash Memory Drive
ADVERTISEMENTSYou 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.
It sound a bit rare to hear people install Windows Vista on Flash Memory ya. Actually, The concept is simple by using flash memory drive to act as the Windows Vista installation DVD disk only. But installing Windows Vista from a high speed USB flash drive perhaps is the easiest & fastest way to complete a Windows Vista install which nowadays every computer or laptop have a USB drive. Meanwhile, 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).
- diskpart
- select disk 1
- clean
- create partition primary
- select partition 1
- active
- format fs=fat32
- assign
- 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:\
3. Setup your computer BIOS to boot from USB Drive
4. Install Windows Vista from flash memory drive
After finish the above step. you can try to view how fast the installation of windows vista can be completed. Let us know how you feel if whether installing windows vista on flash memory drive compare the installation window vista on DVD media.
TechMixer






64 Comments for Install Windows Vista from Bootable USB Flash Memory Drive
Barrack Says
03. Jul, 2007
i follow all the instruction but my flash drive (Apacer Steno HC110 2 GB and Data Traveller 1 GB) can’t boot. Cek with Disk Management Properties from my flas drive still not showing able to boot
km Says
10. Jul, 2007
@Barrack,
Do you set your computer bios to boot from your USB memory drives
happy Says
10. Sep, 2007
hi…..please help me..
i hav windows vista cd but it is not bootable….. i want to make it bootable… please tell me how can i do so….reply me soon…
thanx.!!
km Says
10. Sep, 2007
@Happy
Change your computer bios bootable setting to CD rom as first bootable source. Then your computer will boot the windows vista CD first after your computer hard drive.
Randall Says
27. Sep, 2007
There are two important steps missing from these instructions.
First, you need to open a DOS prompt, find BOOTSECT.EXE, and in the command window, type:
\Bootsect.exe /nt60 /
Make sure and replace the with your path and with your letter. For example, if your path was “C:\MyPath” and your USB drive was letter “F”, then your line would be:
“C:\MyPath\Bootsect.exe /nt60 F:” (without the quotes).
Make sure you do not have any command windows open that reference the drive or have the drive being written to.
Secondly, you need to get the HP USB format tool available from HP’s website and format the USB drive using that utility rather than the formatter that comes with Vista or XP. I have had many cases where this formatter worked but the internal did not.
Goos luck!
Niraj Maharjan Says
16. Jan, 2008
plz send me a vista from bootable usb flash memory drive i can used this software
William Says
06. Mar, 2008
does vista have xcopy, if so where do I type xcopy command.
william Says
06. Mar, 2008
Sorry about that dumb question, it must have been a senior moment. command promt duh
km Says
06. Mar, 2008
Willian,
The XCopy command still works on windows vista under command prompt
Oscar Says
08. Mar, 2008
hey, is that wokr with WINDOWS XP?
kkslider Says
09. Mar, 2008
Will these instructions also work with creating a Windows XP Bootable USB drive too?
km Says
10. Mar, 2008
Oscar & KKslider
In theory, Windows XP also work at portable USB drive
Create a bootable Windows Vista on Flash Memory « Muaa’s Weblog Says
12. Mar, 2008
[...] 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 [...]
tc Says
31. Mar, 2008
When I do a search, these exact same instructions are posted everywhere. I have yet to see anyone post who has actually gotten this to work. Flash drives apparently are only good for storing applications and running them from within Windows. Or using it as a floppy disk to boot to DOS to flash a bios… but thats about all you can do.
jimbo Says
19. Apr, 2008
Booting from usb is EASY if you read the instructions, if it doesn’t work first time READ SOME MORE and google lots!
installing windows without a bootable cd Says
20. Apr, 2008
[...] it is not bootable??.. i want to make it bootable … C:MyPathBootsect.exe /nt60 F:??? without …http://www.techmixer.com/install-windows-vista-from-bootable-usb-flash-memory-drive/Installing Windows AIK without a Disc is Free and Easy ITsVISTAInstalling windows AIK without a Disc [...]
bootable test disks Says
20. Apr, 2008
[...] by doing a list of the disks type … vLite - Tweak Windows Vista into Windows Vista Lite test …http://www.techmixer.com/install-windows-vista-from-bootable-usb-flash-memory-drive/Squeeze? Send Free SMS world wide using ICQ, Format floppy disks to …You should really test it [...]
how to install windows vista image on remote computers Says
04. Jun, 2008
[...] vista install which nowadays every computer or … Online File Sharing Online image Editor …http://www.techmixer.com/install-windows-vista-from-bootable-usb-flash-memory-drive/Mount an ISO image in Windows Vista :: the How-To GeekThen how to open the CD/DVD image after mount [...]
Alfie Says
12. Jun, 2008
This one will do for windows xp, http://www.jcmiras.net/surge/p96.htm
Matt Says
17. Jun, 2008
Install Windows XP from Bootable USB Flash Drive
Install Windows Vista from Bootable USB Flash Memory Drive
Flash Drive 4.0 GB
Flash Drive 8.0 GB
xcopy is located in Windows xp, Vista (Command Prompt)
xcopy d:\*.* /s/e/f e:\
freddyzdead Says
24. Jun, 2008
How can so-called expert leave out making flash drive bootable?
The steps posted by Randall above won’t work.
Put Vista DVD in drive.
CMD window (start -> run -> cmd.exe)
E: (assuming E: is your CD/DVD drive. means Enter key.)
cd BOOT
bootsect.exe /FAT32 f:
(assuming f: is your flash drive)
Flash drive should now boot if your bios supports it and USB is set
as first boot device.
This is assuming your flash drive is already formatted to FAT32. Formatting flash drives to NTFS is not a good idea. It can ruin them.
If you have trouble, then format the flash drive with a utility such as the HP one, then start over from the beginning.
freddyzdead Says
24. Jun, 2008
My previous post didn’t come out the way I typed it.
E: (assuming E: is your CD/DVD drive. means Enter key.)
should be
E: [cr] (assuming E: is your CD/DVD drive. [cr] means Enter key.)
I’ve done it differently this time. It means you type E: and then
press the Enter key.
Now the bloody captcha tells me I can’t add. What crap.
freddyzdead Says
24. Jun, 2008
OK last time; I’m sorry, I was wrong. The correct command is:
bootsect.exe /nt60 f: (f: is your flashdrive)
Now you should be right. Btw if the flashdrive is 4 gigs or more, it is already formatted as fat32, so there shouldn’t be any reason to
format it again.
gerhard Says
05. Jul, 2008
When I try to boot from the usb flash drive (8GB formated in fat32), I get “Invalid Partition Table”.
I followed exactly the above instructions 1 through 4.
Thanks in advance, Gerhard
bootable hard drive formatter free Says
12. Jul, 2008
[...] [...]
hal Says
20. Jul, 2008
Worked on a 4GB Micro SD card connected using a USB micro SD card reader on my tablet which has DVD ROM.
Thanks!
Install Windows Vista from a Flash Memory | OS Vista | .:Lir3nt's Hack:. | All about Web 2.0, SEO, PHP5, Ajax, Adsense, Unix/Linux, Free Stuff, OpenSource, Designs, Wordpress, Hi-Tech etc Says
26. Jul, 2008
[...] techmixer Share This Share and [...]
all about technology :: x-box :: How To Install Windows Vista From A Bootable USB Memory Drive Says
31. Jul, 2008
[...] That’s it! You may now see the speed difference in the installation of Windows Vista now. Via Techmixer [...]
Charle Says
12. Aug, 2008
Ok, everything has worked, got Vista to install, but during the install, when vista restarts my system, it either A) Goes back to the install from beginning or B) if I select "Boot from HDD" I get an error saying missing Boot File (Not sure exact error). My internal DVD-ROM is out of commision.
Anyone know what im doing wrong?!
Mick Thompson Says
29. Aug, 2008
Tried it. It works but is actually slower than installing from disk. I’m using a 35MB/sec flash drive. Don’t forget during "xcopy" that d:\ becomes your source dvd drive and e:\ becomes your destination USB flash drive socket. I’m looking forward to trying it with USB 3.0!
bootable usb drive Says
16. Sep, 2008
[...] can even install Windows Vista with usb 2.0 flash memory drive now. All you need is a high speed …http://www.techmixer.com/install-windows-vista-from-bootable-usb-flash-memory-drive/Bootable Usb Floppy Drive Drives Smarter.comCompare prices on bootable usb floppy drive usb floppy [...]
phil Says
16. Sep, 2008
Have no idea how you guys are getting these DOS commands to work, or where they came from, none of them are ‘recognized as internal or external commands’. "list disk"?, "bootsect"? They are not valid commands. At least thats what the command prompt is telling me.
xXephis Says
14. Oct, 2008
Randall, THANK YOU VERY MUTCH!
bootsect /nt60 X: works perfect for me!!!
i think with this method you cam make every disk bootable on usb-stick!
xXephis Says
14. Oct, 2008
@phil: read again… type in “diskpart” then you are able to use “list disk” and so on…
Chris Says
24. Oct, 2008
Excellent, combining all advice above gave me a boot installer USB key. It is much faster to utilize than the DVD (14mins vs 31mins on one system) and there is another advantage; loading SATA drivers for our various hardware platfroms right on to the key makes AHCI utilization a snap. I suspect this will be better than PXE. Thanks!
For those who don’t know what to see from diskpart or bootsect, here is a transcript of the command prompt window:
—–
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\XXXXX>diskpart
Microsoft DiskPart version 6.0.6001
Copyright (C) 1999-2007 Microsoft Corporation.
On computer: XXXXXXXXXXX
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
——– ———- ——- ——- — —
Disk 0 Online 60 GB 0 B
Disk 1 Online 186 GB 0 B
Disk 2 Online 7648 MB 0 B
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART> format fs=fat32
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> assign
DiskPart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart…
—–
G:\>cd boot
G:\boot>bootsect.exe /nt60 h:
Target volumes will be updated with BOOTMGR compatible bootcode.
H: (\\?\Volume{da698300-9ac7-11dd-991f-001d09382fbe})
Successfully updated FAT32 filesystem bootcode.
Bootcode was successfully updated on all targeted volumes.
G:\boot>
Kalmi Says
14. Nov, 2008
The command “bootsect.exe /nt60 h:” is only needed if you are not under vista… Vista’s diskpart does it for you imho… It’s working for me without that line….
Sam Says
18. Nov, 2008
Ugh, my friend accidentally “cleaned” my D:/ Drive, instead of the USB Flash Drive. How do I reverse this process, as it seems my D:/ Drive has been deactivated or something. Please help me!
km Says
18. Nov, 2008
@Sam
You can try using free data recovery program to recover D: drive.
Burnout Says
01. Dec, 2008
Anyone have any idea why I get this error now matter what I do?
E:\autorun.inf -> L:\autorun.inf
E:\Autounattend.xml -> L:\Autounattend.xml
E:\bootmgr -> L:\bootmgr
E:\Last Session.ini -> L:\Last Session.ini
E:\Last Session_u.ini -> L:\Last Session_u.ini
E:\setup.exe -> L:\setup.exe
E:\boot\bcd -> L:\boot\bcd
E:\boot\boot.sdi -> L:\boot\boot.sdi
E:\boot\bootfix.bin -> L:\boot\bootfix.bin
E:\boot\bootsect.exe -> L:\boot\bootsect.exe
E:\boot\etfsboot.com -> L:\boot\etfsboot.com
E:\boot\memtest.exe -> L:\boot\memtest.exe
E:\boot\en-us\bootsect.exe.mui -> L:\boot\en-us\bootsect.exe.mui
E:\boot\fonts\chs_boot.ttf -> L:\boot\fonts\chs_boot.ttf
E:\boot\fonts\cht_boot.ttf -> L:\boot\fonts\cht_boot.ttf
E:\boot\fonts\jpn_boot.ttf -> L:\boot\fonts\jpn_boot.ttf
E:\boot\fonts\kor_boot.ttf -> L:\boot\fonts\kor_boot.ttf
E:\boot\fonts\wgl4_boot.ttf -> L:\boot\fonts\wgl4_boot.ttf
E:\boot\ru-ru\bootsect.exe.mui -> L:\boot\ru-ru\bootsect.exe.mui
E:\efi\microsoft\boot\bcd -> L:\efi\microsoft\boot\bcd
E:\efi\microsoft\boot\fonts\chs_boot.ttf -> L:\efi\microsoft\boot\fonts\chs_boot.ttf
E:\efi\microsoft\boot\fonts\cht_boot.ttf -> L:\efi\microsoft\boot\fonts\cht_boot.ttf
E:\efi\microsoft\boot\fonts\jpn_boot.ttf -> L:\efi\microsoft\boot\fonts\jpn_boot.ttf
E:\efi\microsoft\boot\fonts\kor_boot.ttf -> L:\efi\microsoft\boot\fonts\kor_boot.ttf
E:\efi\microsoft\boot\fonts\wgl4_boot.ttf -> L:\efi\microsoft\boot\fonts\wgl4_boot.ttf
E:\sources\actionqueue.dll -> L:\sources\actionqueue.dll
E:\sources\admtv3check.dll -> L:\sources\admtv3check.dll
E:\sources\alert.gif -> L:\sources\alert.gif
E:\sources\apds.dll -> L:\sources\apds.dll
E:\sources\apircl.dll -> L:\sources\apircl.dll
E:\sources\appcompat.xsl -> L:\sources\appcompat.xsl
E:\sources\appcompat_bidi.xsl -> L:\sources\appcompat_bidi.xsl
E:\sources\appcompat_detailed.xsl -> L:\sources\appcompat_detailed.xsl
E:\sources\appcompat_detailed_bidi.xsl -> L:\sources\appcompat_detailed_bidi.xsl
E:\sources\appcompat_detailed_bidi_txt.xsl -> L:\sources\appcompat_detailed_bidi_txt.xsl
E:\sources\appcompat_detailed_txt.xsl -> L:\sources\appcompat_detailed_txt.xsl
E:\sources\apss.dll -> L:\sources\apss.dll
E:\sources\arunimg.dll -> L:\sources\arunimg.dll
E:\sources\arunres.dll -> L:\sources\arunres.dll
E:\sources\autorun.dll -> L:\sources\autorun.dll
E:\sources\boot.wim -> L:\sources\boot.wim
E:\sources\cbscore.dll -> L:\sources\cbscore.dll
E:\sources\cbscore.mof -> L:\sources\cbscore.mof
E:\sources\cbsmsg.dll -> L:\sources\cbsmsg.dll
E:\sources\cmi2migxml.dll -> L:\sources\cmi2migxml.dll
E:\sources\cmiadapter.dll -> L:\sources\cmiadapter.dll
E:\sources\cmitrust.dll -> L:\sources\cmitrust.dll
E:\sources\cmiv2.dll -> L:\sources\cmiv2.dll
E:\sources\cntrtextinstaller.dll -> L:\sources\cntrtextinstaller.dll
E:\sources\compliance.ini -> L:\sources\compliance.ini
E:\sources\compres.dll -> L:\sources\compres.dll
E:\sources\csiagent.dll -> L:\sources\csiagent.dll
E:\sources\diager.dll -> L:\sources\diager.dll
E:\sources\diagnostic.dll -> L:\sources\diagnostic.dll
E:\sources\dpx.dll -> L:\sources\dpx.dll
E:\sources\drupdate.dll -> L:\sources\drupdate.dll
E:\sources\drvmain.sdb -> L:\sources\drvmain.sdb
E:\sources\drvmgrtn.dll -> L:\sources\drvmgrtn.dll
E:\sources\drvstore.dll -> L:\sources\drvstore.dll
E:\sources\envmig.xml -> L:\sources\envmig.xml
E:\sources\esscli.dll -> L:\sources\esscli.dll
E:\sources\fastprox.dll -> L:\sources\fastprox.dll
E:\sources\fveupg.dll -> L:\sources\fveupg.dll
E:\sources\globalinstallorder.xml -> L:\sources\globalinstallorder.xml
E:\sources\helpcins.dll -> L:\sources\helpcins.dll
E:\sources\hwcompat.dll -> L:\sources\hwcompat.dll
E:\sources\hwcompat.txt -> L:\sources\hwcompat.txt
E:\sources\hwexclude.txt -> L:\sources\hwexclude.txt
E:\sources\idwbinfo.txt -> L:\sources\idwbinfo.txt
E:\sources\input.dll -> L:\sources\input.dll
E:\sources\install.wim -> L:\sources\install.wim
Insufficient disk space on current disk.
Insert another disk and type to continue…
——————————————————
There’s only like 160mb used on it.
Volume in drive L is LANCE’SSHIT
Volume Serial Number is 2C51-48B5
Directory of l:\
11/30/2008 10:25 PM 0 dir.txt
01/19/2008 05:00 PM 43 autorun.inf
04/03/2008 01:53 PM 3,617 Autounattend.xml
01/19/2008 05:00 PM 333,203 bootmgr
04/08/2008 12:45 AM 2,626 Last Session.ini
04/08/2008 12:45 AM 472 Last Session_u.ini
01/19/2008 05:00 PM 111,672 setup.exe
11/30/2008 10:20 PM boot
11/30/2008 10:21 PM efi
11/30/2008 10:21 PM sources
7 File(s) 451,633 bytes
Directory of l:\boot
11/30/2008 10:20 PM .
11/30/2008 10:20 PM ..
01/19/2008 05:00 PM 262,144 bcd
01/19/2008 05:00 PM 3,170,304 boot.sdi
01/19/2008 05:00 PM 1,024 bootfix.bin
01/19/2008 05:00 PM 102,400 bootsect.exe
01/19/2008 05:00 PM 2,048 etfsboot.com
01/19/2008 05:00 PM 406,584 memtest.exe
11/30/2008 10:20 PM en-us
11/30/2008 10:20 PM fonts
11/30/2008 10:20 PM ru-ru
6 File(s) 3,944,504 bytes
Directory of l:\boot\en-us
11/30/2008 10:20 PM .
11/30/2008 10:20 PM ..
01/19/2008 05:00 PM 22,528 bootsect.exe.mui
1 File(s) 22,528 bytes
Directory of l:\boot\fonts
11/30/2008 10:20 PM .
11/30/2008 10:20 PM ..
01/19/2008 05:00 PM 3,694,080 chs_boot.ttf
01/19/2008 05:00 PM 3,876,772 cht_boot.ttf
01/19/2008 05:00 PM 1,984,228 jpn_boot.ttf
01/19/2008 05:00 PM 2,371,360 kor_boot.ttf
01/19/2008 05:00 PM 47,452 wgl4_boot.ttf
5 File(s) 11,973,892 bytes
Directory of l:\boot\ru-ru
11/30/2008 10:20 PM .
11/30/2008 10:20 PM ..
01/19/2008 05:00 PM 22,528 bootsect.exe.mui
1 File(s) 22,528 bytes
Directory of l:\efi
11/30/2008 10:21 PM .
11/30/2008 10:21 PM ..
11/30/2008 10:21 PM microsoft
0 File(s) 0 bytes
Directory of l:\efi\microsoft
11/30/2008 10:21 PM .
11/30/2008 10:21 PM ..
11/30/2008 10:21 PM boot
0 File(s) 0 bytes
Directory of l:\efi\microsoft\boot
11/30/2008 10:21 PM .
11/30/2008 10:21 PM ..
01/19/2008 05:00 PM 262,144 bcd
11/30/2008 10:21 PM fonts
1 File(s) 262,144 bytes
Directory of l:\efi\microsoft\boot\fonts
11/30/2008 10:21 PM .
11/30/2008 10:21 PM ..
01/19/2008 05:00 PM 3,694,080 chs_boot.ttf
01/19/2008 05:00 PM 3,876,772 cht_boot.ttf
01/19/2008 05:00 PM 1,984,228 jpn_boot.ttf
01/19/2008 05:00 PM 2,371,360 kor_boot.ttf
01/19/2008 05:00 PM 47,452 wgl4_boot.ttf
5 File(s) 11,973,892 bytes
Directory of l:\sources
11/30/2008 10:21 PM .
11/30/2008 10:21 PM ..
01/19/2008 05:00 PM 167,424 actionqueue.dll
01/19/2008 05:00 PM 62,976 admtv3check.dll
01/19/2008 05:00 PM 1,046 alert.gif
01/19/2008 05:00 PM 1,730,560 apds.dll
01/19/2008 05:00 PM 219,648 apircl.dll
01/19/2008 05:00 PM 13,899 appcompat.xsl
01/19/2008 05:00 PM 13,942 appcompat_bidi.xsl
01/19/2008 05:00 PM 10,422 appcompat_detailed.xsl
01/19/2008 05:00 PM 10,467 appcompat_detailed_bidi.xsl
01/19/2008 05:00 PM 10,787 appcompat_detailed_bidi_txt.xsl
01/19/2008 05:00 PM 10,742 appcompat_detailed_txt.xsl
01/19/2008 05:00 PM 198,656 apss.dll
01/19/2008 05:00 PM 982,528 arunimg.dll
01/19/2008 05:00 PM 4,608 arunres.dll
01/19/2008 05:00 PM 95,744 autorun.dll
02/06/2008 05:38 PM 134,602,515 boot.wim
01/19/2008 05:00 PM 534,528 cbscore.dll
01/19/2008 05:00 PM 1,260 cbscore.mof
01/19/2008 05:00 PM 22,016 cbsmsg.dll
01/19/2008 05:00 PM 159,232 cmi2migxml.dll
01/19/2008 05:00 PM 119,808 cmiadapter.dll
01/19/2008 05:00 PM 271,360 cmitrust.dll
01/19/2008 05:00 PM 2,032,640 cmiv2.dll
01/19/2008 05:00 PM 238,592 cntrtextinstaller.dll
01/19/2008 05:00 PM 359 compliance.ini
01/19/2008 05:00 PM 6,144 compres.dll
01/19/2008 05:00 PM 248,832 csiagent.dll
01/19/2008 05:00 PM 31,232 diager.dll
01/19/2008 05:00 PM 121,856 diagnostic.dll
01/19/2008 05:00 PM 258,560 dpx.dll
01/19/2008 05:00 PM 99,840 drupdate.dll
01/19/2008 05:00 PM 88,212 drvmain.sdb
01/19/2008 05:00 PM 83,456 drvmgrtn.dll
01/19/2008 05:00 PM 246,784 drvstore.dll
01/19/2008 05:00 PM 15,430 envmig.xml
01/19/2008 05:00 PM 263,168 esscli.dll
01/19/2008 05:00 PM 614,400 fastprox.dll
01/19/2008 05:00 PM 43,008 fveupg.dll
01/19/2008 05:00 PM 1,842,876 globalinstallorder.xml
01/19/2008 05:00 PM 100,352 helpcins.dll
01/19/2008 05:00 PM 144,384 hwcompat.dll
01/19/2008 05:00 PM 648,200 hwcompat.txt
01/19/2008 05:00 PM 1,966 hwexclude.txt
01/19/2008 05:00 PM 122 idwbinfo.txt
01/19/2008 05:00 PM 200,704 input.dll
45 File(s) 146,575,285 bytes
Total Files Listed:
71 File(s) 175,226,406 bytes
27 Dir(s) 3,838,377,984 bytes free
======================================================
Any help will be greatly appreciated.
knowitall Says
07. Dec, 2008
Some experts you guys are…..You can’t run a bootable windows on a USB Flash drive. When the Flashdive version of windows loads, it will reinitialize and redetect all USB devices, including the disk it is running from, so in effect, its killing itself.
Martin Says
27. Dec, 2008
When i load diskpart and typed list disk, I cant find my USB Flash Drive! What can I do?
Acer Aspire One (netbook) un Windows 7 Beta | nombre.lv Says
11. Jan, 2009
[...] Izmantoju šo avotu: 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). [...]
Anuraag Says
21. Jan, 2009
Thanks.
Something weird is happening
I executed bootsect.exe /nt60 M: (M was my pen drive)
When I inserted the pen drive in laptop (boot from USB was enabled),
it showed me,
BOOTMGR is missing,
Press any key to restart.
What should I do now?
My laptop is really locked now, I want to install any windows OS in it(XP is not able to partition properly shows some temporary file error and I dont have CD/DVD rom in it) and now i tried vista, all this is happening.
Please help
Anuraag Says
21. Jan, 2009
and sorry forgot to mention, I tried the bootsec.exe from both dvd as well as hard disk drive.
taras.shuper.name » Windows 7 Says
21. Jan, 2009
[...] in creating a Windows 7 installable USB key like i did, follow the nice guide created over at techmixer.com for Vista, it works just as well for Windows [...]
Woter Says
25. Jan, 2009
…Have all worked for me using the method.
A few tips if I may:
1. Make sure your BIOS boot order is set so the USB device is BEFORE the hard disk. If the USB device still doesn’t boot, try it in another machine (if you can). You don’t have to install on that machine. Just exit at the first prompt. If you don’t have another machine, make sure your BIOS firmware (software version of your BIOS) is up-to-date.
2. You need vista, Windows Server 2008 or Windows 7 to see a removable disk (USB Key) in disk part. XP cannot see this type of device. Randall Points out a work around for XP.
3. To copy the files from the original source, you must use XCOPY. It is a DOS command (command prompt or CMD) that has been around (probably) from year dot. The switches (options) tell xcopy what to do. If you type xcopy /?, the options are listed so you can see what they do. XCOPY will copy hidden and system files. Most users probably don’t have these switched on, so if you drag and drop, these files would be missed.
4. The original source can be the DVD or a Virtual mounted DVD image (ISO).
5. Try and copy directly from the source to the USB key. This limits chances of file corruptions. IMHO windows isn’t very good at copying files in one piece (as opposed to *nix or using RoboCopy.
6. Probably the most IMPORTANT point, is that not all usb keys will work. If you are trying to use a key that was given away as a freebe from a course or exhibition, I suggest you forget it. Even if they are have the capacity, they will use very low quality chips and be very slow, so this will defeat part of the object of this exercise. (A fast install experience).
Time for bed. I hope these pointers may help some of you out. I promise you, it does work - exceptionally well. (My next step is to try this method with XP and Server 2003)
If you at first don’t succeed, try try again
P.S. You are correct, I didn’t pass ‘math’, but I did pass mathS or mathematics!! Grrr
Woter Says
25. Jan, 2009
Oh and if you try and use an XP machine to copy the contents of your Vista DVD to the DiskPart’d key, XP won’t recognise it. XP will try and format it again.
darcwolf Says
30. Jan, 2009
I got everything working, but when it chooses a hard drive to install to no hard drives show up on the list, anyone know why?
Computer help - Zilvia.net Forums Says
12. Feb, 2009
[...] is to copy a friends windows CD (or a win xp torrent) onto a usb drive and install from there (Install Windows Vista from Bootable USB Flash Memory Drive ) directions are for vista, but it should be basically the same im [...]
The Man Says
08. Mar, 2009
Format the USB stick as NTFS
Make USB Volume Active
Open up an (Administrator) command prompt window
Run diskpart.exe and then set your drive and partition to point to the stick. Make sure you set the partition as Active.
Do this by typing the following:
1. list disk (to determine the disk number for your drive, in my case 2)
2. Select disk
3. active
4. exit
Create Boot Sector
There’s a tool in Vista called bootsect.exe. Cant find it? Its on the Vista DVD itself in the Boot directory.
Run bootsect /nt60
Copy over Vista and Boot Files
From the Vista DVD copy over the
* Boot directory
* Sources directory and
* the files in the root directory
and you should be good to go!!
Install Windows Vista from Bootable USB Flash Memory Drive - Vikram’s Link & Photo Blog Says
08. Mar, 2009
[...] via Install Windows Vista from Bootable USB Flash Memory Drive . [...]
tora Says
09. Mar, 2009
All works. Don’t listen to negative comments.
I have tried this with both Vista and Windows 7.
XP does not work (as has been mentioned).
Great, simple tutorial!
Dave Says
27. Mar, 2009
This also works for any MicroSD card.
andy Says
03. Apr, 2009
How come my flash drive doesn’t show under list disk. I’ve tried 4 different flash drives and now i’m wondering if there’s only specific usb drives this will work from.
Thanks!
Boot from USB | keyongtech Says
09. Apr, 2009
[...] any easy way to create a bootable USB key? There may be a better way, but this is one of them: http://www.techmixer.com/install-win…-memory-drive/ Harry > > Thank you, > Max > [...]
bibab Says
01. May, 2009
no problem thx for tutorial
Per-Ola Says
03. May, 2009
“…How come my flash drive doesn’t show under list disk. I’ve tried 4 different flash drives and now i’m wondering if there’s only specific usb drives this will work from.
Thanks!…”
The “diskpart.exe” program under windows XP does NOT list USB flash drives when you do the “list disk” command. It only displays IDE, SATA, SCSI, and USB/FireWire connected IDE/SATA drives.
Anyone has a work around?
Windows 7 Thread and FAQ - Page 57 - Computer Forums Says
06. May, 2009
[...] will likely only use once you can do this. It says its for windows vista but it works with 7 too. Install Windows Vista from Bootable USB Flash Memory Drive __________________ My Rig Intel core 2 duo E4300 2GB ram 120 gb HDD, 1.5TB HDD LG DVD [...]
Installing Windows w/o a CD/DVD-ROM drive - Computer Forums Says
07. May, 2009
[...] Installing Windows w/o a CD/DVD-ROM drive Install Windows Vista from Bootable USB Flash Memory Drive __________________ DFI LanParty-UT SLI-D - 64-bit Vista Ultimate - AMD Athlon X2 4200+ [...]
Installing Windows w/o a CD/DVD-ROM drive - Computer Forums Says
10. May, 2009
[...] Installing Windows w/o a CD/DVD-ROM drive Install Windows Vista from Bootable USB Flash Memory Drive __________________ DFI LanParty-UT SLI-D - 64-bit Vista Ultimate - AMD Athlon X2 4200+ [...]
Mark Says
16. May, 2009
I’m trying to create a partion on a flash drive, 1gb sandisk. Plan to use this flash drive to boot on Itanium to get firmware installed. Diskpart says the device is too small to create the partiton. If I’m not putting the OS files on it, it should need large amounts of room - no?
BooH Says
31. May, 2009
Is it possible to install Vista over a network using a shared dvd drive?
ie i don’t have a flash or dvd drive, so i share a laptops dvd drive over our network & boot from that?
Elissa Says
28. Jun, 2009
Worked like a charm thanks!
Windows Blogport » Blog Archive » USB-n is érkezhet a Windows 7 Says
30. Jun, 2009
[...] is gond nélkül telepíthet? az operációs rendszer, már amennyiben megtesszük a szükséges lépéseket. Ezúttal azonban hivatalos kiadásról lenne szó, már amennyiben elfogadják a fenti [...]
Leave a reply