前言
手里这块树莓派4b是64位系统,官方那个是32系统的。虽然树莓派官方系统在这块板子上适配很好,但还是想折腾。为什么选择ubuntu server,因为支持64位系统并且能从USB启动,用TF卡容易写坏。官方安装文档
官方安装文档
根据官方文档走,第一次配置网络哪儿就出了点问题,插电启动无法连接wifi,通过网线连接笔记本也无法连上网,必须拿外接显示屏登录了才行(更新下,经测验通过网线可以连接树莓派,也就是说ubuntu server20.10默认是开启SSH的)
下载ubuntu server20.10
用Win32DiskImager写入移动硬盘
Win32DiskImager下载连接,之前一直用rufus(v3.13.1730),但是无法将映像写入移动硬盘里面,最后折腾发现Win32DiskImager可以写入映像
启动树莓派
外接显示屏后(或者通过网线连接树莓派),插上键盘和硬盘,等待启动。安装成功之后,要求输入用户名和密码初始用户名:ubuntu
初始密码:ubuntu
输入完之后还是再输入一次更改密码
通过ssh第一次连接树莓派,会出现以下内容
WARNING: Your password has expired.
You must change your password now and login again!
Changing password for ubuntu.
Current password:
New password:
Retype new password:
Sorry, passwords do not match.
passwd: Authentication token manipulation error
passwd: password unchanged
Connection closing...Socket close.