Fresh installed OS, bullseye. Unable to update: fail over rsetup or with apt. No pubkey, the repository not signed.
Zero 3W update failed
The reason is that backports are no longer available for bullseye. The rough process I used was:
Edit /etc/apt/sources.list - change bullseye to bookworm.
Do the same for:
/etc/apt/sources.list.d/bullseye-backports.list
/etc/apt/sources.list.d/bullseye-security.list
/etc/apt/sources.list.d/bullseye-updates.list
Update keys: sudo apt install debian-keyring debian-archive-keyring
Hold back wifi module and disable the repo (there is no bookworm modules provided):
cat << ‘EOF’ | sudo tee /etc/apt/preferences.d/radxa-wifi
Package: aic8800-dkms linux-firmware-rockchip
Pin: release o=radxa-repo.github.io
Pin-Priority: 1001
EOF
sudo mv /etc/apt/sources.list.d/radxa.list{,.disabled}
sudo mv /etc/apt/sources.list.d/radxa-rockchip.list{,.disabled}
Then:
sudo apt update
sudo apt upgrade --without-new-pkgs
sudo apt full-upgrade
sudo apt autoremove --purge
sudo reboot
You’ll need to reenter the WiFi passphrase after updating.
Hope that helps.
Package debian-keyring is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source.
root@radxa-zero3:~# sudo apt update
sudo apt upgrade --without-new-pkgs
sudo apt full-upgrade
sudo apt autoremove --purge
Hit:1 https://download.vscodium.com/debs vscodium InRelease
Get:2 https://deb.debian.org/debian bookworm InRelease [151 kB]
Get:3 https://radxa-repo.github.io/bullseye rockchip-bullseye InRelease [14.8 kB]
Err:3 https://radxa-repo.github.io/bullseye rockchip-bullseye InRelease
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 67A474DD40402951 NO_PUBKEY 5D93177D0752732A
Is it because the two radxa files in /etc/apt/sources.list.d need to be renamed to .disabled