Guten Tag,
ich habe ein Raspberry 5 schon seit über einen Jahr mit Ubuntu LTS 24.04 am laufen, ich möchte aber endlich auf 26.04 upgraden.
Dies ist aber aus mehreren Gründen nicht möglich. Das Problem liegt am eeprom welcher sich nicht updaten lässt.
sudo do-release-upgrade sagt mir es ist kein Update vorhanden.
sudo do-release-upgrade sagt :
BOOTLOADER: up to date CURRENT: Mo 23. Sep 13:02:56 UTC 2024 (1727096576) LATEST: Mo 23. Sep 13:02:56 UTC 2024 (1727096576) RELEASE: default (/lib/firmware/raspberrypi/bootloader-2712/default) Use raspi-config to change the release.
Wenn ich das Update erzwingen möchte sagt er :
Newer Raspberry Pi boot EEPROM required For Ubuntu 26.04, this Raspberry Pi requires the boot EEPROM to be dated at least Di 11 Feb 2025 17:05:19 UTC or later. If you wish to proceed with the upgrade, once this upgrader exits, run "sudo rpi-eeprom-update -a" and reboot. Afterwards, you should be able to proceed with this upgrade. Please see https://launchpad.net/bugs/2146383 for more information.
cat /etc/default/rpi-eeprom-update rpi-eeprom-update sagt :
# Configuration for the rpi-eeprom-update and rpi-eeprom-config utilities # Select the EEPROM firmware release to track. The valid values are "default"# for the current stable firmware release, or "latest" which may incorporate # more recent fixes FIRMWARE_RELEASE_STATUS="latest" # The mount point of the boot partition. By default on Ubuntu this is under # "/boot/firmware" and should not be adjusted unless you are certain that your # boot partition is mounted elsewhere #BOOTFS="/boot/firmware" # Use flashrom if available to update the bootloader without rebooting - # Raspberry Pi 5 #RPI_EEPROM_USE_FLASHROM=1 BOOTLOADER: up to date CURRENT: Di 5. Nov 12:38:12 UTC 2024 (1730810292) LATEST: Di 5. Nov 12:38:12 UTC 2024 (1730810292) RELEASE: latest (/lib/firmware/raspberrypi/bootloader-2712/latest) Use raspi-config to change the release.
Wie bekomme ich das Update sauber hin ?
Vielen Dank im Vorraus.