Skip to content

Commit 35cdf91

Browse files
Merge pull request #1314 from jasonrandrews/review2
Update Hyper-V install guide and Learning Path
2 parents fe2a9b0 + 9e08c4e commit 35cdf91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/install-guides/hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ A dialog should appear:
7878

7979
## How do I enable Hyper-V from the command line?
8080

81-
1. Open a Command Prompt or Windows PowerShell
81+
1. Open a Command Prompt or Windows PowerShell (as Administrator)
8282

8383
2. Run the `DISM` command below to enable Hyper-V:
8484

content/learning-paths/laptops-and-desktops/hyper-v/hyper-v.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ You can find information about other Linux distributions following the Ubuntu in
2424

2525
## Download an Ubuntu disk image
2626

27-
Download the [Ubuntu 22.04 ISO file](https://cdimage.ubuntu.com/jammy/daily-live/current/jammy-desktop-arm64.iso) for Arm.
27+
Download the [Ubuntu 24.04 ISO file](https://cdimage.ubuntu.com/noble/daily-live/current/noble-desktop-arm64.iso) for Arm.
2828

2929
Alternatively, you can download the `.iso` file from the Command Prompt or Windows PowerShell by running:
3030

3131
```console
32-
curl https://cdimage.ubuntu.com/jammy/daily-live/current/jammy-desktop-arm64.iso -O jammy-desktop-arm64.iso
32+
curl https://cdimage.ubuntu.com/noble/daily-live/current/noble-desktop-arm64.iso --output noble-desktop-arm64.iso
3333
```
3434

3535
## Install Ubuntu using Hyper-V

0 commit comments

Comments
 (0)