Installation sans tête d'Ubuntu 20.10 sur Raspberry Pi

Comment installer Ubuntu sur Raspberry Pi. Après l'installation et la connexion, vous devriez voir quelque chose comme ceci: 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. Télécharger

Télécharger ubuntu-20.10-preinstalled-server-arm64 + raspi.img.xz

  1. Dégivrage
unxz ubuntu-20.10-preinstalled-server-arm64+raspi.img.xz
  1. Ecrire sur SD
sudo dd bs=4M if=ubuntu-20.10-preinstalled-server-arm64+raspi.img of=/dev/mmcblk0
  1. Montez SD
/dev/mmcblk0p2   2893600  1908752    818148  70% /media/uchida/writable
/dev/mmcblk0p1    258095    77906    180189  31% /media/uchida/system-boot
  1. Modifiez / media / uchida / system-boot / network-config pour activer le wifi

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


(réduction)
wifis:
  wlan0:
    dhcp4: true
    optional: true
    access-points:
      "HomeNet":
        password: "12345678"
(réduction)
  1. Insérez SD dans Raspberry Pi et démarrez

  2. Attendez environ 10 minutes (c'est important)

  3. Redémarrez le Raspberry Pi

  4. Connexion SSH

ssh [email protected]

Le mot de passe est ubuntu. J'ai recherché l'adresse IP par ping.

Après l'installation, vous pouvez installer avahi et vous connecter comme suit:

ssh [email protected]

Page de référence Installing Ubuntu in Raspberry Pi 4 (Normal and Headless)

Changer le fuseau horaire en JST

sudo timedatectl set-timezone Asia/Tokyo

Recommended Posts

Installation sans tête d'Ubuntu 20.10 sur Raspberry Pi
Installez Docker sur Raspberry Pi
Mettez Ubuntu 20.04.1 dans Raspberry 4
Installez CentOS 7 sur Raspberry pi 4 modèle B
Connectez-vous en série à Ubuntu sur Raspberry Pi
Installez pyqt5 sur ubuntu
Installez Ruby sur Ubuntu 20.04
Installez Docker sur Raspberry Pi 4 et Raspberry Pi OS 64 bits
Installez la dernière version de Jenkins sur Ubuntu 16
Créer un environnement de bureau Ubuntu 20.04 LTS sur Raspberry Pi 4 (+ localisation japonaise)
Installez Docker sur Ubuntu Server 20.04
Installez l'agent zabbix (5.0) sur Ubuntu 18.04
Installation du proxy MAV sur Ubuntu 18.04
Installez Java sur WSL Ubuntu 18.04
Installez Ubuntu Desktop 20.10 sur RaspberryPi4
Installez WordPress 5.5 sur Ubuntu 20.04 LTS
Serveur Minecraft sur Raspberry Pi 4
Installez Ubuntu Server 20.04 sur Btrfs
Remarque: installez PostgreSQL 9.5 sur Ubuntu 18.04
La clé pour exécuter Docker sur Raspberry Pi 4 (serveur Ubuntu 20.04)
Installez AWS IoT Greengrass sur Ubuntu
Installez JDK et JRE sur Ubuntu 16.10
Essayez de mettre CentOS 8 dans Raspberry Pi 3
Remarque: paramètres javaMail dans Raspeye
Comment installer WildFly sur Ubuntu 18.04
Installez SonarQube sur l'instance ECS sur Ubuntu 16.04
Installez ruby sur Ubuntu 20.04 avec rbenv
Installez Docker et docker-compose sur Raspeye 4, Linux (Debian) et Windows 10, respectivement
Installez OpenJDK (Java) sur le dernier Ubuntu
Je souhaite installer PHP 7.2 sur Ubuntu 20.04.
Construire et installer la version de développement Wireshark (3.3.1) sur Ubuntu
Comment installer les pilotes réseau sur Ubuntu autonome
Serveur d'enregistrement Radiko avec Raspberry Pi 4 (Docker non utilisé)
Je n'ai pas pu installer docker avec raspberry pi2 b +.
Présentation de GROWI sur Raspberry Pi 4 modèle B (Ubuntu)
Comment installer plusieurs JDK sur Ubuntu 18.04 LTS
Installez plusieurs Javas et basculez entre eux sur Ubuntu
[Ubuntu 20.04] Afficher le jour à la date / horloge
Comment exécuter javafx avec Raspeye publié le 12/07/2020
Comment installer le pilote NVIDIA sur la destination SSH Ubuntu