Okay finally testing this right now. Had to get inside my case and jiggle my SATA cables and bring power closer to drive. Was able to copy my Xenial to a new Bionic and set new partition up for booting into.
I followed the guide but found it needs some changing to work. So here's what I did. These steps worked for me:
Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2ADEC8BDDF66C3EF
sudo apt install apt-transport-https
I already had the last package installed. So I added the deb line to my sources list. Stripped of comments here's my sources.list:
Code: Select all
deb http://ports.ubuntu.com/ubuntu-ports/ xenial main multiverse restricted universe
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main multiverse restricted universe
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main multiverse restricted universe
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main multiverse restricted universe
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-proposed main multiverse restricted universe
deb https://sourceforge.net/projects/powerpc-linux-builds/files/ubuntu-bionic-powerpc/ bionic main
Then I did:
Code: Select all
sudo apt update
sudo apt dist-upgrade
I also did did an apt upgrade in the middle because it's so common. But it just gave some error so won't work. It didn’t break anything so I continued.
Right now that's worked so far and it is downloading packages. Unfortunately the speed from SF is slow. At least over here. I thought I was shaped back to 256Mb. But a speed test came back full speed.
So now half way there. Think I will go to bed while it gets the other half. Still needs to install it so will check how it went in the morning with my fingers crossed.
Notes:
I am upgrading from a Xenial install. Are you upgrading from Yakkety? While it in theory should work I found your sources need to work. As it downloads extra stuff from base repository.
I had no issues with certificates nor https transfers. In case it's needed I had previously installed ca-certificates 20210119~16.04.1:
https://www.ubuntuupdates.org/package/c ... rtificates
I have (of course) installed this package to fix the broken Xenial package lists. I don't know if Yakkety is broken in the same way. But since I'm running Xenial I need this for downloading most packages:
https://drive.google.com/file/d/1VxKpC0 ... vwosb/view