Skip to content

Commit bc63f85

Browse files
committed
Merged main into live
2 parents b1935cc + f3244ae commit bc63f85

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

landing/arm-docs/iso.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Windows 11 Arm ISO files
3+
description: Details on the three main ways to use Arm64 ISO files
4+
ms.date: 11/13/2024
5+
ms.topic: concept-article
6+
ms.service: windows
7+
ms.subservice: arm
8+
ms.reviewer: marcs
9+
#customer intent: As a developer, I have questions about using Arm64 ISOs.
10+
---
11+
12+
# Windows 11 Arm ISO files overview
13+
14+
Windows 11 disk images (ISO files) are now available for Windows 11 on Arm. You can download the latest Windows 11 Arm64 ISO at [Download Windows 11](https://www.microsoft.com/software-download/windows11arm64). Just as with x64 ISO files, you can use Arm64 ISO files to create virtual machines, run Windows Setup from within a running copy of Windows, or create bootable media for installing Windows.
15+
16+
## Creating virtual machines
17+
18+
The primary use for Windows 11 Arm64 ISO files is to create virtual machines on local devices for development.
19+
20+
**Using a Windows on Arm device**: Arm64 ISO files can be used to create a VM in Hyper-V on Windows 11 Arm-based PCs by following the instructions found at [Create a virtual machine with Hyper-V on Windows 11](/virtualization/hyper-v-on-windows/quick-start/create-virtual-machine).
21+
22+
**Using an x64-based Windows device**: Arm64 VMs are not supported in Hyper-V on x64 hardware. To run an Windows on Arm VM from an x64-based device, create an Arm64 VM in the cloud using Azure. Find guidance here: [Quickstart - Create a Windows on Arm VM in the Azure portal](/windows/arm/create-arm-vm).
23+
24+
**Using an Arm-based Apple device**: Arm64 VMs can be created using Mac computers built with Arm-based Apple Silicon. [Learn more](https://support.microsoft.com/windows/options-for-using-windows-11-with-mac-computers-with-apple-m1-m2-and-m3-chips-cd15fd62-9b34-4b78-b0bc-121baa3c568c) about the options available and some of the limitations that apply.
25+
26+
## Mounting and installing Windows
27+
28+
You can install Windows 11 on Arm directly from the ISO file by mounting the ISO file in an already running operating system and running [Windows Setup](/windows-hardware/manufacture/desktop/windows-setup-installation-process).
29+
30+
To mount the ISO file, right-click the ISO file and select **Mount**. This will create a “virtual” bootable disc. Double-click on the bootable disc to view the files within. Double-click `setup.exe` to start Windows 11 setup.
31+
32+
## Creating bootable media
33+
34+
Windows on Arm ISOs are intended for use in creating virtual machines, but they can also be used to create bootable media for installing Windows 11 on an Arm device. Depending on the device, it will likely be necessary to include drivers from the device manufacturer for the installation media to be successfully bootable.
35+
36+
> [!NOTE]
37+
> It is recommended to use recovery media from your device’s manufacturer rather than creating your own. Recovery media will include the correct drivers that have already been tested for your specific device. Recovery media for Surface devices may be found at [Surface Recovery Image Download](https://support.microsoft.com/surface-recovery-image).
38+
39+
For devices with a Snapdragon X Series processor, booting from an ISO to install Windows is supported without additional drivers from device manufacturers. However, while these devices will be able to boot Windows media and install Windows successfully, they will not have full functionality until the remaining drivers are installed. To install those drivers and restore functionality, use an ethernet connection via dongle or dock to connect to Windows Update to download the drivers. Once drivers are installed and the device is rebooted, all subsystems in the device will be functional.
40+
41+
Devices with previous generations of Snapdragon processors must have drivers from the device manufacturer injected in the image (see [Add and Remove Driver packages to an offline Windows Image](/windows-hardware/manufacture/desktop/add-and-remove-drivers-to-an-offline-windows-image)). Otherwise, the device may fail to boot or boot to a state where input is non-functional.

landing/arm-docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ items:
3737
href: ./arm64x-build.md
3838
- name: Arm developer tools
3939
items:
40+
- name: Windows on Arm ISO files
41+
href: ./iso.md
4042
- name: Visual Studio for Arm
4143
href: /visualstudio/install/visual-studio-on-arm-devices
4244
- name: Visual Studio Code for Arm64

0 commit comments

Comments
 (0)