Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/install-guides/hyper-v.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down