August 2009 - Posts

Installing Windows 2008 R2 with a 4GB USB drive

Depending on the form factor of the server that you purchase (e.g. Blade server), you might end up in a situation where you don’t have a DVD drive available to carry out a tactical one off install of the operating system.

On the other hand you might actually have a DVD drive and want to carry out a tactical install from USB as it is somewhat quicker that DVD.

 

You first need to ensure that the use of USB devices is enabled (available) and not set to hidden in the BIOS. Next you need to make sure that the USB device is high enough in the boot order so that you end up booting off the USB device.

 

Once the prep work is complete the next step is to partition and format the USB drive. You can follow these steps below:

 

From the Command Prompt type DISKPART

LIST DISK

SELECT DISK 1 (this assumes that your USB drive is listed as disk 1)

CLEAN

CREATE PRIMARY PARTITION

SELECT PARTITION 1

ACTIVE

FORMAT FS=FAT32 QUICK

ASSIGN

EXIT

 

Finally all you need to do is copy the contents of the Windows 2008 R2 DVD to the USB drive. You can follow this step below:

 

XCOPY E:\*.* /S /E /F F:\ (this assumes that your DVD drive is E:\ and that your USB drive is F:\)

 

Now there is nothing stopping you overwriting the default INSTALL.WIM file on the USB drive with your own corporate INSTALL.WIM image if you want to take it to the next step.

 

  

Patrick Lownds

Posted by Patrick | with no comments
Filed under:

TechNet Webcast: Technical Overview of System Center Virtual Machine Manager 2008 R2 (Level 300)

Want to learn more about the advanced features of SCVMM 2008 R2? Register and attend the above webcast NOW! You can register at http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032423216&EventCategory=4&culture=en-US&CountryCode=US

 

Patrick Lownds

Posted by Patrick | with no comments
Filed under:

System Center Virtual Machine Manager 2008 R2 goes RTM

System Center Virtual Machine Manager 2008 R2 has released to manufacturing and will be generally available via volume licensing on October 1 2009. A 180 day evaluation copy can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=292de23c-845c-4d08-8d65-b4b8cbc8397b&displaylang=en

 

Note that there are a number of NEW features in Virtual Machine Manager 2008 R2 e.g. quick storage migration, live migration, and Microsoft even offer support for vSphere 4.

 

Patrick Lownds

Posted by Patrick | with no comments
Filed under:

Windows Server 2008 Hyper-V gets EAL4+

Windows Server 2008 Hyper-V is now certified at the Common Criteria level EAL4 augmented by ALC_FLR.3 (also known as EAL4+). You can read more about the Microsoft Windows Server 2008 Hyper-V Common Criteria evaluation at https://www.bsi.bund.de/cae/servlet/contentblob/612770/publicationFile/35478/0570b_pdf.pdf

 

Patrick

Posted by Patrick | with no comments
Filed under:

RSAT for Windows Server 2008 R2

Microsoft has released the Remote Server Administration Tools (RSAT) for Windows 7.

RSAT for Windows 7 enables IT professionals to manage roles and features that are installed on remote computers that are running Windows Server 2008 R2. To download RSAT for Windows 7 go to http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d

  

Patrick

Posted by Patrick | with no comments
Filed under: