githubEdit

Virtual Box - Setup an Ubuntu 22.04 vm

This setup calls out how to setup an Ubuntu 22.04 vm in virtual box (6.1.36) around the time frame of late 2022 running on a windows 11 host with Hyper-V configured.

Create the initial VM

Launch Oracle VM Virtual Box Manager, and create "New" vm

Select Advanced

Launching the VM

Right click on your vm in Hyperv-Manager, and then select "Run"

Then select "Install" in the ubuntu dialog that pops up:

On Keyboard Layouts, just select the default and select "continue":

On Installation type, lets select "Advanced Features".

Check the "Use LVM with the new Ubuntu installation", and select "Encrypt the new Ubuntu installation for security" and then select "OK"

Then select "Install Now"

Now you'll enter a security key, and select recovery key as shown below

Now, you'll select your time zone:

Now you'll enter the information about the desktop, such as your name, password, and machine name:

You should now see it installing & configuring...

You'll now be prompted to restart your machine:

Virtual Box Additions

If you're using Virtual Box, you may want to add the Guest Additions. You will want to run the following command first, before mounting.

References:

First, Goto Devices->Insert Guest Additions CD image...

Then you'll want to run the following

To verify Successful installation, run the following:

Running Commands to get the basics setup

The following should get you up and running so you can rpd into your local hyperv vm

Additional Tools

Add some Additional Tools

Last updated