RahulPatel–twikies…

November 20, 2009

Create bootable USB drive for Hyper-V Server 2008 R2

Filed under: Hyper-V,Server 2008 — Rahul Patel @ 9:59 am

BootFromUSB is a simple application to automate the manual preparation process for booting Hyper-V Server 2008 R2 off of USB drives.

Description
A simple application to automate the preparation process for booting Hyper-V Server 2008 R2 off of USB drives.

The application automates the manual USB creation process detailed on the Microsoft website.

Requirements

* Copy the EXE locally
* You have the Windows AIK or Windows OPK installed.
* You are running as a local admin
* You have the INSTALL.WIM file for Hyper-v Server 2008 R2 available.
* You have .NET 3.5 or later installed.
BootFromUSB-screenshot.PNG

Directly using a prepped Hyper-V Server 2008 R2 VHD file (instead of from a WIM):

One additional feature of BootFromUSB is you can leave the WIM field (step3) blank and
select a “Blank” VHD that is actually a pre-configured sysprepped VHD and it will directly
copy the VHD to the USB drive.

This is a quick way to prep USB drives since it skips the long VHD creation and WIM
extraction processes.

NOTE: The operating system will display a “Format disk?” dialog box a number of times while preparing the USB drive. You should ignore and just close those dialogs.

Download : http://code.msdn.microsoft.com/BootHVSR2FromUSB/Release/ProjectReleases.aspx?ReleaseId=3549

October 20, 2009

Disk2vhd v1.0

Filed under: Hyper-V,Server 2008 — Rahul Patel @ 10:28 am

Sysinternals  offers a free P2V tool Called Disk2VHD that creates VHDs (Virtual Hard Disks) of physical disks for use in Microsoft Virtual PC and/or Hyper-V virtual machines (VMs).  You can run Disk2vhd on a system that’s online, since it uses Windows Volume Snapshot (VSS) capability, to create consistent point-in-time snapshots of the volumes you want to include.

To use VHDs produced by Disk2vhd, create a VM with the desired characteristics and add the VHDs to the VM configuration as IDE disk(s).
On first boot, a VM booting a captured copy of Windows will detect the VM’s hardware and automatically install drivers, if present in the image. If the required drivers are not present, install them via the Virtual PC or Hyper-V integration components.

You can also attach to VHDs using the Windows 7 or Windows Server 2008 R2 Disk Management or Diskpart utilities.

Download here

For more information: Sysinternals website

Create a free website or blog at WordPress.com.