scottmuc / infrastructure

Documentation / Automation for personal third-party infrastructure
The Unlicense
10 stars 2 forks source link

Rebuild Raspbery PI - Winter 2023/2024 Edition #66

Closed scottmuc closed 6 months ago

scottmuc commented 6 months ago

Yay for Repaving!

As much as possible is documented inline in this issue template. In case of problems you may find help by viewing all the previous repave issues. Have fun!

Things to do with the existing build

Post OS install steps on desktop

How Do I Know I Am Done?

scottmuc commented 6 months ago

Raspberry Pi Imager upgraded from 1.7.6 -> 1.8.4. The new UI was a bit confusing as it was trying to help. It asked what device I am using so it would filter the OSes accordingly... but when I selected a PI 3 it filtered out the 64bit Bookworm OS I have been running.

scottmuc commented 6 months ago

Both ansible playbook runs ran without an issue!

scottmuc commented 6 months ago

Repave details

~ ? ssh ansible@pi -- "cat /etc/os-release && uname -a"
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Linux raspberrypi 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
scottmuc commented 6 months ago

Repave Summary

This was probably as smooth as it gets. Probably as fast as it gets too. So 60min is the relative floor for how long it takes to repave the Pi. This was also done without recording or pairing so there weren't really any moments to reflect and explain.