Here is TWO easy solutions I found from Kurt Shintaku's Blog and Microsoft itself, which I found very useful.
Solution1:
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)
Solution2:
You can also simply download and use Microsoft's Windows 7 USB download tool pointing it to the Windows 2008 Server .iso file to create a bootable USB drive.
No comments:
Post a Comment