You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/upgrade/upgrade-to-24h2-powershell.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS to version 26100.xxxx using PowerShell
3
3
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS to version 26100.xxxx.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 06/02/2025
6
+
ms.date: 06/05/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
ms.service: azure-local
@@ -42,6 +42,11 @@ To upgrade the OS on your system, follow these high-level steps:
42
42
- Make sure to shut down virtual machines (VMs). We recommend shutting down VMs before performing the OS upgrade to prevent unexpected outages and damages to databases.
43
43
- Confirm that you have access to the Azure Local **2505** ISO file, which you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/hciGetStarted).
44
44
- Consult your hardware OEM to verify driver compatibility. Confirm that all drivers compatible with Windows Server 2025 or Azure Stack HCI OS, 26100.xxxx are installed before the upgrade.
45
+
- Make sure the Network Interface Card (NIC) driver currently installed on your system is newer than the version included by default (inbox) with Azure Stack HCI OS, version 26100.xxxx. The following table compares the current and recommended versions of NIC drivers for two vendors:
46
+
| NIC vendor | Inbox driver version | Recommended Latest compatible driver |
47
+
|--|--|--|
48
+
| Intel | 1.15.121.0 | 1.17.73.0 |
49
+
| NVIDIA | 24.4.26429.0 | 25.4.50020 |
45
50
- Ensure the instance is properly registered. If the *identity* property is missing or doesn’t contain `type = "SystemAssigned"`, run the following command to repair the registration:
46
51
47
52
```powershell
@@ -110,11 +115,27 @@ To install the new OS using PowerShell, follow these steps:
110
115
111
116
1. Extract the contents of the ISO image and copy them to the local system drive on each machine. Ensure that the local path is the same on each machine. Then, update the `PathToSetupMedia` parameter with the local path to the ISO image.
You're now ready to perform the post-OS upgrade steps for your system.
157
191
192
+
If the OS upgrade fails, run the following command to recover the CAU run:
193
+
194
+
```powershell
195
+
Invoke-CauRun –ForceRecovery -Force
196
+
```
197
+
198
+
## Known issues
199
+
200
+
If the system is configured with Network ATC prior to performing the OS upgrade, the Network ATC management intent may fail with error `PhysicalAdapterNotFound` after upgrading the OS. For detailed steps on how to resolve this issue, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/Upgrade/Known%252Dissue-%252D-Network-ATC-management-intent-fails-with-%E2%80%98PhysicalAdapterNotFound%E2%80%99-after-upgrading-OS-from-22H2-to-23H2.md).
201
+
202
+
158
203
## Next steps
159
204
160
205
-[Learn how to perform the post-OS upgrade steps for your Azure Local.](./post-upgrade-steps.md)
0 commit comments