Raspberry Pi Imager 2.0

Hi

The upcoming 2.0 version of the imager has changed quite a bit, using a wizard approach.

A release candidate is available here Releases · raspberrypi/rpi-imager.

The impact when using Zynthian images: you cannot apply any customisation settings any more as this is a custom image. This change is by design, and a work around is to create an online or offline repository. Details here.

2 Likes

Hi @jawn! It looks neat and polished after all. If I read correctly your screenshots, PI Imager 2.0 should be still able to flash a custom OS image as it is, as long as you choose it as custom file. Right?

Best regards :slightly_smiling_face:

Correct!

1 Like

It’s a total dog. You can’t run it on a Pi5 it just has greyed out buttons. An entire evening wasted on this hand holding ninny programme that just used to work.

1 Like

That is worrying. I haven’t used yet Imager 2.0, but read on forums that there happen to be various OS-device restrictions, in that, except obviously Raspberry OS itself, not every custom or selectable operating system seems to be freely flashable for each Pi model.

Is this maybe the case with Pi5 + Oram/Vangelis (it would be highly problematic for us)? Or it just happens if you run Imager on a Raspberry, and not on an external PC/Mac/Linux?

I always use Win32DiskImager.
It’s old and reliable. No nanny.

I’ve reverted back to version 1.9.6 which behaves as before…

PI IMAGER to 1.96

Uninstall the current version (optional but recommended to avoid conflicts):
Open a terminal and run:

sudo apt remove rpi-imager
sudo apt autoremove

Download the 1.9.6 arm64 .deb package:
In the terminal, run:

wget https://github.com/raspberrypi/rpi-imager/releases/download/v1.9.6/rpi-imager_1.9.6_arm64.deb

Install the downloaded package:

sudo apt install ./rpi-imager_1.9.6_arm64.deb

(Or use sudo dpkg -i ./rpi-imager_1.9.6_arm64.deb if apt complains about dependencies.)
Verify the version:
Launch Raspberry Pi Imager from the menu (under Accessories) or run rpi-imager --version in the terminal.

====================

Notes

This installs version 1.9.6 directly from the official source.
Future sudo apt update && sudo apt upgrade commands may try to upgrade it back to the latest repository version (currently lower than 2.0.x in some cases, but it could update later). To prevent auto-upgrades, you can hold the package:

sudo apt-mark hold rpi-imager

Cached images or settings from the newer version may persist in ~/.local/share/rpi-imager/, but they shouldn’t cause issues.
If you encounter dependency errors, run

sudo apt --fix-broken install.

This method works reliably on Raspberry Pi 5, as confirmed by community usage of similar GitHub .deb installs.

I’ve just burnt a Pi Zero 2W successfully this way….

Presumably it works with a zynth image.

3 Likes

Thanks @wyleu for the detailed failsafe procedure, which I’m likely to implement on an upcoming Xmas holidays new Raspberry installation. :+1:

Speaking of festive season presents, what about sending a tanker of steaming hot and freshly stewed rook soup to the genius designers of Imager 2.0, with compliments from the Zynth community?

3 Likes

:rofl: :rofl: :rofl: @Aethermind, you’re talking like @wyleu I don’t know if I should worry about you…

1 Like

Ah, you definitely should! :laughing: Merry Xmas :christmas_tree: :glowing_star:

2 Likes