File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
learning-paths/laptops-and-desktops/hyper-v Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
83832 . Run the ` DISM ` command below to enable Hyper-V:
8484
Original file line number Diff line number Diff 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
2929Alternatively, 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
You can’t perform that action at this time.
0 commit comments