[LINUX] Install Ubuntu 20.04 LTS (Server) 64bit version on RaspberryPi3B +

Download Ubuntu (RapsberrPi version)

Get the OS from the following, not from the Raspberry Pi site.

Install Ubuntu Server on a Raspberry Pi 2, 3 or 4 | Ubuntu https://ubuntu.com/download/raspberry-pi

If the Raspberry Pi is not 3 or 4, Zoom will be harsh. Download the 64-bit version of Ubuntu 20.04 LTS (Server). スクリーンショット 2020-04-30 12.09.00.png

[PC] OS installation of Raspberry Pi

This time I installed Raspbian Buster with desktop and recommended software. (Detailed procedure omitted)

#Be sure to check the SD
taguchi@MasamacAir ~ % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         301.0 GB   disk0s2
   3:       Microsoft Basic Data BOOTCAMP                199.1 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +301.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Mac - Data              230.4 GB   disk1s1
   2:                APFS Volume Preboot                 83.4 MB    disk1s2
   3:                APFS Volume Recovery                528.1 MB   disk1s3
   4:                APFS Volume VM                      2.1 GB     disk1s4
   5:                APFS Volume Mac                     11.2 GB    disk1s5

/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *15.7 GB    disk2
   1:             Windows_FAT_32 NO NAME                 15.7 GB    disk2s1

# /dev/Example where disk2 was SD
taguchi@MasamacAir ~ % diskutil unMountDisk /dev/disk2
Unmount of all volumes on disk2 was successful
taguchi@MasamacAir ~ % cd ~/Downloads 
taguchi@MasamacAir Downloads % sudo dd if=ubuntu-20.04-preinstalled-server-arm64+raspi.img of=/dev/rdisk2 bs=1m

Launch Raspberry Pi

You need a network environment where you can download over 3G by updating or installing. Even if you use a mobile router etc. at the destination, please use an unlimited network such as wired LAN / WiFi for setting work.

Insert the SD card into the Raspbery Pi and connect the power cable

First login

After starting, ubuntu login: will be displayed, so log in with the default user ID ubuntu.

ubuntu login:ubuntu
Password:ubuntu
Current password:ubuntu
New password:<Enter new password>
Retype new password:<Re-enter new password>

IMG_4610.JPG

Ubuntu update

Input command


sudo apt update
sudo apt upgrade

Install Ubuntu Mate (desktop environment)

After installation, you can only display characters on the console screen, install Ubuntu Mate to display the desktop (GUI) environment. You will need to download about 3G, which will take about 1 hour to 1 night, depending on the network conditions. Please wait patiently.

Input command


sudo apt install ubuntu-mate-desktop

Along the way, you will be asked which display manager to use. Select lightdm below and click OK. Key input is the arrow down key> tab key (move to OK)> (check the status of the image below) enter key. IMG_4611.JPG

Reboot when the installation is complete.

Input command


sudo reboot

Ubuntu Mate login

The Ubuntu Mate login screen is displayed After installation, only the user ubuntu is set, so just enter the password and log in. IMG_4612.JPG

How to start the terminal MATE Terminal

Work is done with the terminal application, MATE Terminal.

Click "Activities" in the upper left of the screen after login IMG_4613.JPG

Click Show Applications at the bottom left of the screen IMG_4615.JPG

Click the second "・" from the top on the right edge of the screen IMG_4617.JPG

Double-click MATE Terminal to launch it IMG_4618.JPG

MATE Terminal is displayed on the screen IMG_4619.JPG

Ubuntu update

Work in the MATE Terminal. (Omitted below)

Input command


sudo apt update
sudo apt upgrade

Recommended Posts

Install Ubuntu 20.04 LTS (Server) 64bit version on RaspberryPi3B +
Install the latest version of CMake on Ubuntu 18.04.4 LTS
Install Pleasant on Ubuntu 20.04 (.NetCore3.1 / PostgreSQL version)
Install ubuntu on 32bit UEFI Ultra Notebook
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
Install TensorFlow on Ubuntu
Install PySide2 on Ubuntu
Install Docker (Ubuntu 18.04 LTS)
Install Theano on Ubuntu 12.04
Install cvxopt on 64bit Anaconda
USB Wifi on Ubuntu 20.04LTS
Install GoLand IDE on Ubuntu
Install OpenCV on Ubuntu + python
wsl Install PostgreSQL on Ubuntu 18.04
[ROS] Install ROS (melodic) on Ubuntu (18.04)
Install Caffe on Ubuntu 14.04 (GPU)
Install the latest version of Git on your Linux server
Install Python 3.8 on Ubuntu 18.04 (OS standard)
Python 3.4 pyvenv fails on Ubuntu 14.04 LTS
Install Caffe on Ubuntu 14.04 (CPU mode)
Install Python3 on Sakura server (FreeBSD)
Install Mecab and mecab-python3 on Ubuntu 14.04
Install and run dropbox on Ubuntu 20.04
Install OpenCV and Chainer on Ubuntu
Install CUDA 8.0 and Chainer on Ubuntu 16.04
Install Python 3.8 on Ubuntu 20.04 (OS standard)
Install xgboost (python version) on Windows
Install fabric on Ubuntu and try
Install Python 3.9 on Ubuntu 20.04 (OS standard?)
Install confluent-kafka for Python on Ubuntu
Install Python 2.7 on Ubuntu 20.04 (OS standard?)
How to install Go on Ubuntu
ROS study # 1 Install ros-noetic on ubuntu 20.04
Steps to install Python environment on Ubuntu
Install and Configure TigerVNC server on Linux
I installed TensorFlow (GPU version) on Ubuntu
Install 64-bit OS (bate) on Raspberry Pi
Install docker-compose on 64-bit Raspberry Pi OS
Dockerfile: Install Docker on your Linux server
Install Caffe running 3D-CNN on clean Ubuntu 14.04
Install Puppet Master and Client on Ubuntu 16.04
How to install php7.4 on Linux (Ubuntu)
Install NVIDIA-driver (GeForce RTX 2070 SUPER), cuda 10.1, cudnn 7.6 on Ubuntu 18.04.3 LTS + python environment construction
I can't install Dask with pip on Ubuntu
[2020 version] How to install Python3 on AWS EC2
Install python package in personal environment on Ubuntu
Install Anydesk Linux version on Chromebook [Result NG]
[Note] Install wxPython 3.x on Linux Mint (Ubuntu)
How to run MeCab on Ubuntu 18.04 LTS Python
Install the latest Cuda + CuDNN on Ubuntu 18.04 @ Spring 2020
Install MongoDB on Ubuntu 16.04 and operate via python
Install ZIP version Python and pip on Windows 10
Shebang on Ubuntu 20.04
PYTHON2.7 64bit version
Install Apache Tomcat 9 on Ubuntu 19.10 Eoan Ermine Hello World
Set up a file server on Ubuntu 20.04 using Samba
Install Apache 2.4 on Ubuntu 19.10 Eoan Ermine and run CGI
How to install Linux on a 32bit UEFI PC
I got a UnicodeDecodeError when pip install on ubuntu
I want to use OpenJDK 11 on Ubuntu Linux 18.04 LTS / 18.10
Install pyenv on Raspberry Pi and version control Python