Headless install of Ubuntu 20.10 on Raspberry Pi

How to install Ubuntu on Raspberry Pi. After installing and logging in, you should see something like this: ubuntu_oct23.png

$ uname -a
Linux violet 5.8.0-1006-raspi #9-Ubuntu SMP PREEMPT Fri Oct 16 12:55:30 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
uchida@violet:~$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.10 (Groovy Gorilla)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.10"
VERSION_ID="20.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=groovy
UBUNTU_CODENAME=groovy
  1. Download

Download ubuntu-20.10-preinstalled-server-arm64 + raspi.img.xz

  1. Defrost
unxz ubuntu-20.10-preinstalled-server-arm64+raspi.img.xz
  1. Write to SD
sudo dd bs=4M if=ubuntu-20.10-preinstalled-server-arm64+raspi.img of=/dev/mmcblk0
  1. Mount SD
/dev/mmcblk0p2   2893600  1908752    818148  70% /media/uchida/writable
/dev/mmcblk0p1    258095    77906    180189  31% /media/uchida/system-boot
  1. Edit / media / uchida / system-boot / network-config to enable wifi

/media/uchida/system-boot/network-config


(abridgement)
wifis:
  wlan0:
    dhcp4: true
    optional: true
    access-points:
      "HomeNet":
        password: "12345678"
(abridgement)
  1. Insert SD into Raspberry Pi and boot

  2. Wait about 10 minutes (this is important)

  3. Power cycle the Raspberry Pi

  4. ssh connection

ssh [email protected]

The password is ubuntu. I searched for the IP address by pinging.

After installation, you can install avahi and log in as follows:

ssh [email protected]

Reference page Installing Ubuntu in Raspberry Pi 4 (Normal and Headless)

Change timezone to JST

sudo timedatectl set-timezone Asia/Tokyo

Recommended Posts

Headless install of Ubuntu 20.10 on Raspberry Pi
Install Docker on Raspberry Pi
Put Ubuntu 20.04.1 on Raspberry Pi 4
Install Ubuntu Core 18 on Raspberry Pi 2 Model B
Install CentOS 7 on Raspberry pi 4 Model B
Serially connect to Ubuntu on Raspberry Pi
Install pyqt5 on ubuntu
Install Ruby on Ubuntu 20.04
Install Autoware on Ubuntu 18.04.5
Install Homebrew on Ubuntu 20.04
Install Docker on Raspberry Pi 4 and Raspberry Pi OS 64bit
Install the latest version of Jenkins on Ubuntu 16
Build Ubuntu 20.04 LTS desktop environment on Raspberry Pi 4 (+ Japanese)
Install Docker on Ubuntu Server 20.04
Install zabbix agent (5.0) on Ubuntu 18.04
Install MAV Proxy on Ubuntu 18.04
Install Arudino IDE on Ubuntu 20
Install Java on WSL Ubuntu 18.04
Install Ubuntu Desktop 20.10 on RaspberryPi4
Install Arduino IDE on Ubuntu 20.04
Install raspi-config on Ubuntu 20.04 (LTS)
Install WordPress 5.5 on Ubuntu 20.04 LTS
Install PlantUML on Intellij on Ubuntu
Minecraft server on Raspberry Pi 4
Install Ubuntu Server 20.04 on Btrfs
Note: Install PostgreSQL 9.5 on Ubuntu 18.04
The key to running Docker on Raspberry Pi 4 (Ubuntu server 20.04)
Install AWS IoT Greengrass on Ubuntu
Install JDK and JRE on Ubuntu 16.10
Install ngrok on ubuntu16.04 using Vagrant
Try putting CentOS 8 on Raspberry Pi 3
Note: setting javaMail on Raspberry Pi
How to install WildFly on Ubuntu 18.04
Install MQTT broker Mosquitto on Ubuntu 18.04
Install SonarQube on ECS instance on Ubuntu 16.04
Install ruby on Ubuntu 20.04 with rbenv
Install Cloud9 on Raspberry pi 4 and set up Rails development environment
Install Docker and docker-compose on Raspberry Pi 4, Linux (Debian) and Windows 10, respectively
20.10 is better than 20.04 for USB booting Ubuntu on Raspberry Pi 4B
Put Kanban in Docker of Raspberry Pi 3
I installed Docker on my Raspberry Pi 3
Install OpenJDK (Java) on the latest Ubuntu
How to install production Metabase on Ubuntu
I want to install PHP 7.2 on Ubuntu 20.04.
Install Realtek network driver on Ubuntu Note
Launched Redmine with Docker on Raspberry Pi 3
Fastest installation of Visual Studio Code on Ubuntu
Build and install Wireshark Development Release (3.3.1) on Ubuntu
How to install network drivers on standalone Ubuntu
Radiko recording server on Raspberry Pi 4 (Docker unused)
I couldn't install docker with raspberry pi2 b +.
How to install NVIDIA driver on Ubuntu 18.04 (Note)
Send emails using Docker container on Raspberry Pi 3
Introduced GROWI to Raspberry Pi 4 Model B (Ubuntu)
How to install multiple JDKs on Ubuntu 18.04 LTS
Install and switch between multiple Javas on Ubuntu
tmux on Ubuntu
[Ubuntu 20.04] Display the day of the week on the date / clock
Install docker-compose on a Graviton 2 instance of AWS EC2
How to run javafx with Raspberry Pi Posted on 2020/07/12
How to install NVIDIA driver on Ubuntu ssh destination