diff --git a/content/install-guides/hyper-v.md b/content/install-guides/hyper-v.md index c4556c2eb6..61f94da653 100644 --- a/content/install-guides/hyper-v.md +++ b/content/install-guides/hyper-v.md @@ -78,7 +78,7 @@ A dialog should appear: ## How do I enable Hyper-V from the command line? -1. Open a Command Prompt or Windows PowerShell +1. Open a Command Prompt or Windows PowerShell (as Administrator) 2. Run the `DISM` command below to enable Hyper-V: diff --git a/content/learning-paths/laptops-and-desktops/hyper-v/hyper-v.md b/content/learning-paths/laptops-and-desktops/hyper-v/hyper-v.md index 6b0ee044ca..343953e98d 100644 --- a/content/learning-paths/laptops-and-desktops/hyper-v/hyper-v.md +++ b/content/learning-paths/laptops-and-desktops/hyper-v/hyper-v.md @@ -24,12 +24,12 @@ You can find information about other Linux distributions following the Ubuntu in ## Download an Ubuntu disk image -Download the [Ubuntu 22.04 ISO file](https://cdimage.ubuntu.com/jammy/daily-live/current/jammy-desktop-arm64.iso) for Arm. +Download the [Ubuntu 24.04 ISO file](https://cdimage.ubuntu.com/noble/daily-live/current/noble-desktop-arm64.iso) for Arm. Alternatively, you can download the `.iso` file from the Command Prompt or Windows PowerShell by running: ```console -curl https://cdimage.ubuntu.com/jammy/daily-live/current/jammy-desktop-arm64.iso -O jammy-desktop-arm64.iso +curl https://cdimage.ubuntu.com/noble/daily-live/current/noble-desktop-arm64.iso --output noble-desktop-arm64.iso ``` ## Install Ubuntu using Hyper-V