I have to install Windows 2008 R2 Server on Dell PowerEdge 2950 server and we decide to do this booting and installing it from USB stick. I have a 16 GB USB stick and it is more then enough.
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 R2 install files
- xcopy d:\*.* /s/e/f e:\ (assumes your dvd is drive D: and your thumb drive is drive E:\, adjust accordingly)
No comments:
Post a Comment