From 6b83d35979a234eb4e2fd0caf8bab6c5640a8b75 Mon Sep 17 00:00:00 2001 From: Andrei Kholodnyi Date: Sat, 16 Oct 2021 00:57:46 +0200 Subject: [PATCH] add server installation instructions instead of desktop Ubuntu does not provide a 20.04 desktop image for the Raspberry Pi 4 anymore. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e72ce75..fdd4b1f 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,12 @@ raspi ~/linux_build/linux-raspi-5.4.0 $ ls -la ../*.deb ## Deploy new kernel on Raspberry Pi4 -### Download and install Ubuntu 20.04 desktop image +### Download and install Ubuntu 20.04 server image Follow these links to download and install Ubuntu 20.04 on your Raspberry Pi4 * [Install Ubuntu on a Raspberry Pi](https://ubuntu.com/download/raspberry-pi) -* [Download Ubuntu Raspberry Pi image](https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04&architecture=arm64+raspi) +* [Download Ubuntu Raspberry Pi server image](https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04.3&architecture=server-arm64+raspi) * [Create an Ubuntu image for a Raspberry Pi on Ubuntu](https://ubuntu.com/tutorials/create-an-ubuntu-image-for-a-raspberry-pi-on-ubuntu#2-on-your-ubuntu-machine) ```bash @@ -136,6 +136,14 @@ After that you need to connect to the Internet and update your system $ sudo apt-get update && apt-get upgrade ``` +### Install Ubuntu Desktop (optional) + +Optionally you can install a desktop version + +```bash +$ sudo apt-get update && apt-get upgrade && apt-get install ubuntu-desktop +``` + ### Copy a new kernel to your system and install it Assumed you have already copied all ```*.deb``` kernel packages to your ```$HOME``` directory