Need help creating bootable USB + Server 2008

Soldato
Joined
11 Feb 2004
Posts
4,532
Location
Surrey, UK
I have the server 2008 ISO but need to get it onto a bootable USB stick since I cannot write it to DVD.
Would really appreciate some help! Where do I even start? BTW - the ISO is on my Win7 laptop, I've already downloaded one ISO mount app which failed miserably!
Thanks!
 
As said, use the MS tool. Can't go wonrg. You can do it just as easily, manually, using diskpart to clean the USB and format it as fs=fat32.

Then, mount your ISO using magicdisk or something and run the command:

xcopy G:\*.* /s/e/f H:

(where G is your mounted ISO and H is your USB)

However, just use the tool :p
 
I wrote guides - either use the MS tool or do it manually.

http://cifi.com/index.php/computing

Hi Stoofa - so I hope I'm correct in assuming you're Paul? If so, just read about you on your site and it caught me off-guard somewhat. Wasn't expecting that. Just wanted to wish you and your wife good luck - I don't know you but I wanted to say that.

On a lighter note, the notification to all staff regarding language had my eyes watering. Seriously! :D

And thanks..! :)
 
Hi Stoofa - so I hope I'm correct in assuming you're Paul? If so, just read about you on your site and it caught me off-guard somewhat. Wasn't expecting that. Just wanted to wish you and your wife good luck - I don't know you but I wanted to say that.

On a lighter note, the notification to all staff regarding language had my eyes watering. Seriously! :D

And thanks..! :)

Thank you for the well wishing.
We're having our operation on the 18th - so nerves and excitement starting to build.

Thanks.
 
As said, use the MS tool. Can't go wonrg. You can do it just as easily, manually, using diskpart to clean the USB and format it as fs=fat32.

Then, mount your ISO using magicdisk or something and run the command:

xcopy G:\*.* /s/e/f H:

(where G is your mounted ISO and H is your USB)

However, just use the tool :p

I thought it had to be NTFS?
 
Hmm, you're right. After double checking most of the guides say FAT32 - makes me wonder where I got the impression NTFS was a requirement from now.

Anyway for what it's worth, it works with NTFS formatting as well.
 
It might be in the future, the only limitation of Fat is the ability to copy files of 4GB+ (in one file). This isn't the case yet, but as OS images perhas get larger over time, it might well be a requirement to format it as NTFS
 
Back
Top Bottom