---- On Wed, 14 Jun 2023 15:13:04 -0500 Carlos Roberto wrote --- > Hi Zach and Adrian > The first test that I did, is with this image that you send, and , I got > that bug > Zach, with the image that you send, I'm able to install, but, when I try to > install the addons, the installer are not able to find some valid repo, and, > after the install, I got this error
Here's a quick hack to get past the repo issue with the older media: # keys are outdated # https://launchpad.net/debian/+source/debian-ports-archive-keyring/+changelog cat > /etc/apt/sources.list <<"EOF" deb [trusted=yes] http://deb.debian.org/debian-ports unstable main deb [trusted=yes] http://deb.debian.org/debian-ports unreleased main EOF apt-get update apt-get -y upgrade # revert to normal cat > /etc/apt/sources.list <<"EOF" deb http://deb.debian.org/debian-ports unstable main deb http://deb.debian.org/debian-ports unreleased main EOF apt-get update # upgrade the kernel apt-get -y dist-upgrade reboot Regarding your GRUB issue, see here, maybe it will help: https://www.mail-archive.com/debian-sparc@lists.debian.org/msg27299.html