Ubuntu 22.04 Standard Installation Procedure
Installer Setup
Page 1
Select "English" (default)
Click "Install Ubuntu" button
Page 2
Keyboard Layout
"English(US)" and "English(US)" (default)
Page 3
What apps would you like to install to start with?
Other options
Page 4
Note: This is the recommended option. It's much safer to remove data disks before system installation.
If there's only one system disk:
If there are multiple system disks:
In the partition menu, clear out all the existing partitions, and create two new partitions:
Size
538 MB
Type for the new partition
Primary (default)
Location for the new partition
Beginning of this space (default)
Use as
EFI System Partition
Note: EFI System Partition needs to be greater than 35 MB in size, and Ubuntu default sets it to be 538 MB.
Size
remaining disk size (default)
Type for the new partition
Primary (default)
Location for the new partition
Beginning of this space (default)
Use as
Ext4 journaling file system
Mount point
/
Device for boot loader installation:
/dev/nvme0n1p1 (or whatever the path to the EFI partition)
Page 5
Where are you
Los Angeles
Page 6
Your name
TK
Your computer's name
Some-Computer-Name
Pick a username
tk
Choose a password
········
Comfirm your password
········
After Installation
System Update
sudo apt update
sudo apt upgrade
sudo rebootInstall VS Code
Search and install "vscode" with "Ubuntu Software".
Install Google Chrome
Search and download "64 bit .deb" version of "Chrome for Linux" with FireFox.
Right click the downloaded file and select "Open With Other Application". Select "Software Install".
Install ssh
Install the openssh-server package
sudo apt update
sudo apt install openssh-serverVerify ssh is running
sudo systemctl status sshConfig firewall
sudo ufw allow sshLast updated
Was this helpful?