Install Windows 8 in a Virtual Hard Disk file (.vhd)

Install Windows 8 in a Virtual Hard Disk file (.vhd)

This article describes how to install any version of Windows 8 into a virtual hard disk file. This the same process as was introduced with Windows 7. The steps below will show how you can use the Windows 8 setup to create a virtual hard disk file, partition and format it and finally install Windows 8 into it. These steps work any version of Windows 8, including Windows 8 Server.

  • Start the Windows installation by inserting the installation media (USB/DVD) and starting the machine

  • Select Repair mode


  • Open the console
  • Type: diskpart
  • First find out on which drive you want to create and store the VHD. If you have already created the VHD you can skip the creation step and immediately attach it.
    • list volume
  • Note that the volume you are looking for will have a different drive letter, for the purpose of this article F: will be used.
    • create vdisk file=”f:\vhd\winserver8.vhd” maximum type=expandable
    • select vdisk file=” f:\vhd\winserver8.vhd”
    • attach vdisk
    • create partition primary
    • assign
    • format fs=ntfs quick label=vhd
    • exit
  • Type: Setup
  • Click next three times
  • At the disk selection make sure you select the virtual disk, a warning will show which can be safely ignored
  • From this point on the installation will continue normally

For more information regarding vhd's and diskpart usage please refer to these articles:
Frequently Asked Questions: Virtual Hard Disks in Windows 7 and Windows Server 2008 R2 
DiskPart Command-Line Options 

Leave a Comment
  • Please add 2 and 7 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Added in some images and clarified steps a bit more. Also inserted some relevant links.

  • That is using Computer Virtualization though, the steps I described allow you to run your system on your own hardware only virtualizing the hard disk.

  • You can use Oracle VirtualBox too.

    Instalation from iso = single file .vdi (with all nessesery system adds 6,5GB). Ready to move whenever you want.

    vbatools.pl/.../VirtialBox_W8cp.png

  • Images will be added later on today, I did not have my camera to take screenshots

Page 1 of 1 (4 items)