Debian Buster/Sid PPC64

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 6978
Joined: Fri Mar 23, 2012 7:58 am

Re: Debian Buster/Sid PPC64

Post by xeno74 »

FYI:
Adrian wrote: Unfortunately, Debian Ports currently does not build any packages
from the non-free repository. This means, if you need a package
from non-free and it's not an arch-all package (_all.deb suffix),
you will have to build that package yourself.

We might build contrib and non-free packages for Debian Ports
in the future, but I am not sure whether that's possible from
the legal point of view.

Adrian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 6978
Joined: Fri Mar 23, 2012 7:58 am

Re: Debian Buster/Sid PPC64

Post by xeno74 »

FYI:
Adrian wrote: I forgot to mention. You need to install the package "debian-ports-archive-keyring":

# apt install debian-ports-archive-keyring

In case you are prompted to install from an untrusted source, say "Y".

Then run "apt update" again.

Adrian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 6978
Joined: Fri Mar 23, 2012 7:58 am

Re: Debian Buster/Sid PPC64

Post by xeno74 »

xeno74 wrote: Mon Oct 16, 2017 10:18 pm Hi All,

I created a small image of Debian Buster/Sid PPC64 today. I recommend to use it if you have any problems with Adrian's ISOs. Please increase the partition with GParted after you copied the image to an empty partition. I had to decrease the partition a little bit and after that I was able to increase the partition.

Download: debian-9.0-ppc64.img

root (password "amigaone")
amigaone (password "amigaone")

First steps
  1. Configure your network device with dhclient
  2. Check the network device with ip a
  3. Update the package index with apt-get update
  4. Install Xorg with apt-get install xorg
  5. After that you could install the MATE desktop with apt-get install mate-desktop-environment-extras
  6. Then you could install a display manager for example "lightdm" with apt-get install lightdm
  7. Afterwards reboot your AmigaOne
Cheers,
Christian
Hi All,

I was able to upgrade the Debian img above to version 11 (bullseye) today.
  1. I updated /etc/apt/sources.list

    Code: Select all

    deb [allow-insecure=yes] http://ftp.ports.debian.org/debian-ports unstable main
    deb-src [allow-insecure=yes] http://ftp.ports.debian.org/debian-ports unstable main
    
  2. Code: Select all

    apt-get dist-upgrade
  3. Code: Select all

    apt-get install xorg
  4. Code: Select all

    apt-get install mate-desktop-environment-extras
  5. Code: Select all

    apt-get install network-manager-gnome
  6. Code: Select all

    apt install debian-ports-archive-keyring
  7. I updated /etc/apt/sources.list

    Code: Select all

    deb http://ftp.ports.debian.org/debian-ports unstable main
    deb-src http://ftp.ports.debian.org/debian-ports unstable main
  8. Code: Select all

    apt-get update
  9. Code: Select all

    apt install lightdm
Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply