Re: Running Debian-sparc64 on qemu

Zach van Rijn <[email protected]>
Newsgroups gmane.linux.debian.ports.sparc
Message-ID <[email protected]>
 ---- 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/[email protected]/msg27299.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.