Our Story

Who we are and how we solve complex IT challenges.

Our Certifications

Microsoft certifications and partnerships validating our technical expertise.

Leadership

Meet the Experienced Leadership Team Driving WME’s Success

Advisory Updates

Expert guidance on Microsoft, security, and compliance developments.

Case Studies

Real-world outcomes from complex Microsoft-focused IT engagements.

Financial Industry

Secure technology solutions for regulated banks and financial institutions.

Healthcare

Secure Microsoft solutions for compliant, connected, and modern healthcare organizations.

Manufacturing

Cloud and security solutions supporting modern manufacturing operations.

Non-Profit

Cost-efficient Microsoft solutions for mission-driven organizations.

Public Sector

Microsoft-based IT services for secure public sector modernization.

High Tech

Scalable cloud, security, and staffing for fast-growing technology companies.

SMBs

Scalable cloud, security, and staffing for fast-growing technology companies.

Cloud Migration Services

Transition your workloads to the cloud securely for greater scalability and performance.

Data Migration Services

Securely transfer your business data with minimal downtime and maximum integrity.

Application Migration Services

Move your applications seamlessly to modern platforms with minimal business disruption.

Identity & Security Migration Services

Strengthen identity management and security while transitioning to modern Microsoft solutions.

IT Staffing

Connect with skilled IT professionals to strengthen your team and accelerate project delivery.

Accounting & Finance

Connect with experienced accounting and finance professionals to support your business goals.

Licensing Support

Discover the benefits of both CSP and On-premises licensing options and find the best fit for your unique business needs. From cost savings to flexibility, we’ve got you covered.

Power Platform

Unlock the full potential of the Microsoft Power Platform Suite to streamline operations, automate repetitive tasks, and gain real-time insights that drive business growth.

Sharepoint Solutions

Supercharge your business productivity and enhance visibility through our proven SharePoint expertise.

Security Solutions

Protect your business with proactive cybersecurity, compliance, and risk management solutions.

Endpoint Management

Secure, manage, and monitor every device with modern endpoint management solutions.

VHD Native Boot Part 2

February 3, 2016

VHD Native Boot: Part 2 – Windows 8.1 & 10

In part one of this series we talked about booting a Windows 7 VHD and how to do it. In this part, we will talk about how to do it with Windows 8.1 and Windows 10. The real difference is that with Windows 7, we booted using legacy BIOS. In this part, we will boot a UEFI-based computer. The process is similar, but there are some differences that I wanted to talk about.

Part 1 can be found here: https://windowsmanagementexperts.com/vhd-native-boot-part-1-windows-7/vhd-native-boot-part-1-windows-7.htm

Requirements

The requirements are the same as they were in part one, expect for the fact we will be doing UEFI instead of BIOS. Windows 8.1 and Windows 10 can boot using BIOS, as long as your base image was created on that type of hardware.

Base Image

You will still create your base image using a VM or physical machine. If you are using VMware to create your base, make sure to select EFI on the firmware page. If you are using Hyper-V, make sure that it is a generation two virtual machine. If you are using a physical machine, be sure to set it to UEFI in the BIOS before installing Windows.

With UEFI-based machines, you can use the VHDX file format instead of VHD. This format allows for larger volumes (up to 64TB), as well as other performance-based improvements.

The rest of the process is the same as stated in part one. If you use Hyper-V, you can sysprep the VM and then copy the VHD to your other machines. If you take a checkpoint of your VM, you may have to merge the disks back together. Take a backup before doing this. To merge disks, open Hyper-V manager and select Edit Disk in the right column.

Browse to the AVHDX file (the checkpoint file) and click OK. Select “Merge”:

Then, press OK, keep “To the parent virtual hard disk” selected and click Finish.

If you are using VMware or a physical machine, you will need to capture a WIM and then apply the WIM to a VHD using the directions in part one.

Once you have your VHD, copy it to a USB drive or to a network share.

Apply VHD

Now we will apply the VHD to our machine. Remember, this will wipe the current drive.

Boot to WinPE (for instructions, see part one). If the USB drive is recognized, it may be because the drive is formatted for BIOS and UEFI. Once booted to WinPE, we need to launch diskpart and format the drive. Use these commands:

diskpart

select disk 0

clean

convert gpt

create partition efi size=100

format quick fs=fat32

assign letter=s

create partition msr size=128

create partition primary

format quick fs=ntfs

assign letter=c

exit

Now we need to copy our VHDX to the computer. If you are using a network drive, you should use the net use command to map the drive first. If you are using a USB device, you can ignore line one of these commands. Be sure to input the proper path in the copy command:

net use z:\ \\server01\share01 /user:contoso\user1

copy z:\win10.vhdx c:

Now we need to launch diskpart again and mount the VHD. For the list volume line, you must locate the volume number of your mounted VHDX.

diskpart

select vdisk file=c:\win10.vhdx

attach vdisk

list volume

select volume <VHDX volume number>

assign letter=v

exit

Finally, we need to copy the boot files to our system partition:

cd v:\windows\system32

bcdboot v:\windows /s s: /f UEFI

Now you should be able to reboot your computer and boot into your VHD. It will run through the OOBE the first boot.

Disclaimer

All content provided on this blog is for information purposes only. Windows Management Experts, Inc makes no representation as to accuracy or completeness of any information on this site. Windows Management Experts, Inc will not be liable for any errors or omission in this information nor for the availability of this information. It is highly recommended that you consult one of our technical consultants, should you need any further assistance.

Share:

Facebook
Twitter
LinkedIn

Get Microsoft Updates Before They Cost You Downtime

Retirement dates, licensing changes, and security updates from a Microsoft-exclusive team, sent when they matter, not on a filler schedule.

More Posts

Copilot Cowork: Credit-Based Billing

Until now, Copilot Cowork has been included with M365 Copilot Premium licenses. Now that Cowork has moved out of public preview, Cowork is introducing a ...
Read Full Article
SharePoint OTP Retirement Is Coming in July 2026

SharePoint OTP Retirement Is Coming in July 2026 — What IT Admins Need to Do Before Access Breaks

Starting July 2026, external users who access OneDrive and SharePoint files through legacy SPO OTP links will start receiving access denied — silently, with no ...
Read Full Article
Power Virtual Agents Is Gone. Here's What Replaced It and Why It Matters.

Power Virtual Agents Is Gone. Here’s What Replaced It and Why It Matters.

If someone on your team still calls it “Power Virtual Agents,” they’re working from an outdated map. Microsoft retired the product on November 15, 2023 ...
Read Full Article

Get Microsoft Updates Before They Cost You Downtime

Retirement dates, licensing changes, and security updates from a Microsoft-exclusive team, sent when they matter, not on a filler schedule.
Subscription Form email