Windows 2008 comes only on DVD and today you’d think every computer has a DVD drive by default, unfortunately most servers are ordered without them and that causes a problem obviously. Your choices would be to break the DVD into CD-ROMs (not fun) install over the network (a little more work than I wanted to do) or find another means to get it up. My solution, USB Thumb drive
Since Vista and Windows 2008 share the same code base, I figured someone must have found a way to boot vista off a thumb drive so I looked and found just that. Kurt Shintaku has a how-to on how to install Windows Vista from a high speed USB 2.0 Flash Drive.
Before you begin though, if your thumbdrive has U3 installed on it, you’ll probably want to remove that (I did just to be certain), here’s instructions on how to do that: http://www.u3.com/uninstall/
Using Kurt’s instructions this is all it took:
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)
That’s all it took other than verifying the server BIOS was set to boot off of the USB device. But hey, don’t stop there! Check out the Windows Cloud Servers at www.appliedi.net and get your own Windows 2008 Server in the cloud in just 30 minutes, no USB device required!
hi i am using a toshiba m30 laptop.the strip wire of the dvd drive is broken so it doesnt work.so will the vista setup will load up when i boot from the usb.does it workon external harddirves…reply soon
The Vista install should work pretty much the same way.
Pingback: Tutut Usaheni Blog » Blog Archive » Windows 2008 Server via USB
Pingback: jesscoburn.com » Blog Archive » Installing Windows 7 From a USB Thumb Drive
Pingback: Installazione di Windows Server 2008 da un device USB | Bembopolitan
Pingback: Installing OS over the Network. - Overclock.net - Overclocking.net
Pingback: Install Server 2008 from thumbdrive
Pingback: Installing Windows 2008 on an IBM xSeries 335 | redmutt.com
Pingback: Server 2008 Bootable repair DVD? - Overclock.net - Overclocking.net
Pingback: Installing W2K8 R2 from USB « Blog
Pingback: Installing Server 2008 From USB Flash/Thumb Drive | ServerCommand
Pingback: How to install windows on a server with no CD or DVD drive Drija
Pingback: How to install windows on a server with no CD or DVD drive
error comes up while trying to copy 'the target volume does not support symbolic links'
thanks..i installed win 2008 R2 in my HP prolian DL360 server trough USB as i dont have DVD player./
thanks again
Did you use server 2003 drivers for the 2008 install?
This worked great. Thanks.
Thanks for the info. This worked great!
Pingback: How to install windows on a server with no CD or DVD drive - Admins Goodies
Pingback: Windows install using USB | Keith Jasper
Thumb Drive is not listed on DiskPart under XP, but same result can be achieved using Disk Manager in the Computer Manager.
Works Great Though.
Pingback: Error while installing Windows Server 2008 64 Bit version from a USB Flash Drive
Very helpful thanks! Helped when my cd drive crapped out!
Works good, just a tip:
use format "fs=fat32 quick" instead if "format fs=fat32", this is much faster on larger drives.