Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:linux:upgrading_raspbian_buster_bullseye [2025/01/07 12:37] – removed - external edit (Unknown date) 127.0.0.1 | wiki:linux:upgrading_raspbian_buster_bullseye [2025/01/07 12:37] (current) – ↷ Links adapted because of a move operation Greg | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Upgrading from Debian Buster to Bullseye Notes ===== | ||
| + | |||
| + | Typically upgrading between Debian releases (e.g. from 10 to 11) is pretty smooth. You just need to edit your '' | ||
| + | |||
| + | I'd recommend making these changes //after// the update, and //before// you reboot so you don't have to hit up the physical console. | ||
| + | |||
| + | === Fix DHCPCD === | ||
| + | |||
| + | DHCPCD can't start after the upgrade because the location of the binary changed, and the SystemD unit file wasn't updated. This may have been one of the file changes that I was prompted on whether to keep or change during the upgrade, but either way the fix is to update '' | ||
| + | |||
| + | < | ||
| + | [Service] | ||
| + | ExecStart= | ||
| + | ExecStart=/ | ||
| + | </ | ||
| + | |||
| + | **Note:** I'm not quite sure why there were two '' | ||
| + | |||
| + | === Disable Predictable Interface Names === | ||
| + | |||
| + | Now this fix is just a personal preference, but the " | ||
| + | |||
| + | The simplest way to make this change is to use '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Select Network Interface Names. | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | You'll be prompted whether you want them enabled or disabled, so select " | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | Hit tab twice and enter to finish. | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | Finally reboot your system. (Or do so later...) | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | === Reboot === | ||
| + | |||
| + | Now you can safely reboot the system (if you haven' | ||
| + | |||
| + | Good luck! | ||