05.20Installing Server 2008 From USB Flash/Thumb Drive
Ever wondered if it was possible to install Windows Server 2008 without needing to lug a external DVD-ROM drive to the datacenter each time one of your machines needs reloaded?
I have some good news, I was doing some searching for a method to allow the easy installation of Server 2008 without needing to carry any disks, external drives, etc. with me each time. I googled for quite a while until I stumbled onto a guide on just how to do it.
Link: http://www.jesscoburn.com/archives/2007/10/15/installing-windows-2008-via-usb-thumbdrive/
Using his guide I was able to do it rather quickly and easily.
Below is the exact steps needed as were layed our by the above site:
Format the thumb drive
- from a DOS prompt execute: diskpart
- list disk
- select disk 1 (assuming disk 1 was your thumb drive in the above list disk command)
- clean
- create partition primary
- select partition 1
- active
- format fs=fat32
- assign
- exit
Copy the Win2008 install files
xcopy d:\*.* /s/e/f e:\ (assumes your dvd is drive D: and your thumb drive is drive E:\, adjust accordingly)
It works like a charm!

Leave a Reply