Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
- DietPi version |
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=0
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’ - Distro version | bookworm
- Kernel version | Linux HOSTNAME 4.14.294+ #1 SMP PREEMPT Sat Sep 24 10:24:15 UTC 2022 armv7l GNU/Linux
- Architecture | armhf
- SBC model | Odroid XU3/XU4/MC1/HC1/HC2 (armv7l)
- Power supply used | the one sold by AmeriDroid.com for this SBC
- SD card used | SanDisk ultra just for /boot and the rest of my system is installed on a spinning rust hard drive
Additional Information (if applicable)
- Software title | Linux Kernel not updating from now EOL 4.14.x
- Was the software title installed freshly or updated/migrated? Just migrated from Bullseye to Bookworm and the Linux Kernel will not update from 4.14.x
- Can this issue be replicated on a fresh installation of DietPi? No clue
← If you sent a “dietpi-bugreport”, please paste the ID here → - Bug report ID | N/A
Steps to reproduce
- On Bullseye, run
sudo dietpi-update
to update the system. - No Linux Kernel updates.
- Upgrade my SBC to Bookworm.
- On Bookworm, run
sudo dietpi-update
to update the system. - No Linux Kernel updates.
Expected behaviour
- The package manager in either Bullseye or Bookworm should upgrade the Linux Kernel to one newer than 4.14.x
Actual behaviour
- No Linux Kernel updates are offered regardless if on Bullseye or Bookworm.
Extra details
- I found this XU4 (odroid hc1) bullseye image coming? · Issue #4894 · MichaIng/DietPi · GitHub, which talks about a “An image with Linux 5.4 will be uploaded soon” for my SBC platform, but I do not see any kernels like that in my old Bullseye image
- I’m concerned about upgrading my Linux Kernel past 4.14.x, as it is now EOL as seen here Linux Kernel | endoflife.date
- The Bullseye → Bookworm upgrade script you created worked perfectly, so thank you for creating that!