Debian Buster/Sid PPC64

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

Debian Buster/Sid PPC64

Post by xeno74 »

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
Screenshot of Debian Buster/Sid PPC64 with the RC5 of kernel 4.14 on an AmigaOne X5000:

Image

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
sailorMH
Posts: 230
Joined: Wed Aug 28, 2013 6:01 pm
Location: Czech republic

Re: Debian Buster/Sid PPC64

Post by sailorMH »

Thank You Xeno, it works!

I install also lxde desktop and it works also (see pic).
I have one question - why do you use ext3 in your image?
I converted it to ext4, but is there some advantage of ext3 over ext4?

thanks
Attachments
Screenshot from 2017-10-22 11-05-48.png
Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad

AmigaOS, MorphOS, linux, MacOS X
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Debian Buster/Sid PPC64

Post by xeno74 »

sailorMH wrote:Thank You Xeno, it works!

I install also lxde desktop and it works also (see pic).
I have one question - why do you use ext3 in your image?
I converted it to ext4, but is there some advantage of ext3 over ext4?

thanks
Hi SailorMH,

Many thanks for testing! :-) I had some problems with the ext4 image. (ext4 feature xyz isn't supported after copying it to a partition)

Therefore I created an ext3 image and this works without any problems.

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

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

Re: Debian Buster/Sid PPC64

Post by xeno74 »

Hi All,

The Power Progress Community has released the Firefox ESR 52.8.0 (64 bit) recompiled with gcc 7.3.0 and patched for Debian Sid ppc64. Packages are available in their repository.

Repository: https://repo.powerprogress.org/debian

Please test it.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
vox
Posts: 174
Joined: Thu Jun 23, 2011 2:19 pm
Location: Belgrade Country:Serbia
Contact:

Re: Debian Buster/Sid PPC64

Post by vox »

Dear Xeno,

I have a bit of an ackward situation. I have x1000 Radeon HD 7000 system. Bought 4gB CF card but it turned out to be corrupted by CFE.
Currently &%! its stuck in a slide while I was trying to pull it out and put back 128mb one that came with x1000, so no lucky charm of a CF card boot.

I have installed OS 4.1 and that is covered.

Tried creating BHD0: as FFS and putting kernel there but cant make CFE boot kernel from there. Have a 8GB USB stick and once I create FAT16
partition from Gparted (x1000 Ubuntu 12 CD) or most updated HDToolbox (OS 4.1FEu1 + Enhancer v1.3) its somewhat not seen as bootable
by CFE for Linux.

Since its a bit dificult to do IMG cloning from Ubuntu 12 CD where root is locked,
I would need a deb webinstall files and some kernel where SI cards work if possible. Bluetooth support if works would
be nice but optional :-) What can you recommend, as usual please give me some advice

a) how to make USB or BDH0 bootable for kernel, whereby BDH0 should be used by OS4 amigaboot.of and Linux
b) how to CFE run webinstall from USB stick and how to prepare larger stick to be CFE visible

Debian would be preferable, but I am not against any distro as long as I get MATE working and Synaptic
so I could grab Libre 3.x+ and some Firefox.

If there is some CFE update, let me know. I am glad x5000 moved back to Uboot, too bad there is no x1000 implementation.
User avatar
Amigo1
Posts: 221
Joined: Sun Jan 01, 2012 3:32 pm

Re: Debian Buster/Sid PPC64

Post by Amigo1 »

If someone is interested:
I tried the .iso but I could not "apt-get update" since the update stopped telling there was "NO PUBKEY AVAILABLE 06AED62430CB581C"
(maybe not the exact wording, writing from memory)

I solved the issue with:

apt-key --keyserver keyserver.ubuntu.com --recv-keys 06AED62430CB581C

after that I could update and continue the installation as per post #1
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Debian Buster/Sid PPC64

Post by xeno74 »

Amigo1 wrote:If someone is interested:
I tried the .iso but I could not "apt-get update" since the update stopped telling there was "NO PUBKEY AVAILABLE 06AED62430CB581C"
(maybe not the exact wording, writing from memory)

I solved the issue with:

apt-key --keyserver keyserver.ubuntu.com --recv-keys 06AED62430CB581C

after that I could update and continue the installation as per post #1
Hi Amigo1,

Many thanks for the hint! Interesting that you got the key for Debian from ubuntu.com. Which Debian ISO and which kernel do you use?

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
Amigo1
Posts: 221
Joined: Sun Jan 01, 2012 3:32 pm

Re: Debian Buster/Sid PPC64

Post by Amigo1 »

xeno74 wrote:
Amigo1 wrote:If someone is interested:
I tried the .iso but I could not "apt-get update" since the update stopped telling there was "NO PUBKEY AVAILABLE 06AED62430CB581C"
(maybe not the exact wording, writing from memory)

I solved the issue with:

apt-key --keyserver keyserver.ubuntu.com --recv-keys 06AED62430CB581C

after that I could update and continue the installation as per post #1
Hi Amigo1,

Many thanks for the hint! Interesting that you got the key for Debian from ubuntu.com. Which Debian ISO and which kernel do you use?

Cheers,
Christian
I'm using kernel 4.15.14 and I did not use any other iso but the the one you linked in the first post.
1. I copied it to a 15GiB partition with

dd if=/dev/sdX of=/dev/sdY bs=64K conv=noerror,sync

2. after that, I run "check" in GParted and the size was corrected to 15GiB

3. rebooted the AmigaOne X1000 using kernel 4.15
4. proceeded as per your suggestion but adding the keyfile :)

The installation seems to proceed well, a couple of MB to go. I will report back.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Debian Buster/Sid PPC64

Post by xeno74 »

Thank you for your explanation.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

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

Re: Debian Buster/Sid PPC64

Post by xeno74 »

FYI;
Adrian wrote: Hello!

Since powerpc is now part of Debian Ports, everyone who is running
Debian on powerpc needs to update their /etc/apt/sources.list to
be able to continue tracking unstable.

The new sources.list should look like:

# binary default
deb http://ftp.ports.debian.org/debian-ports/ unstable main
deb http://ftp.ports.debian.org/debian-ports/ unreleased main

# source
deb-src http://ftp.debian.org/debian/ unstable main

If you want to include packages which were just built on the buildds,
use:

# binary default
deb http://ftp.ports.debian.org/debian-ports/ unstable main
deb http://incoming.ports.debian.org/buildd/ unstable main
deb http://ftp.ports.debian.org/debian-ports/ unreleased main

# source
deb-src http://ftp.debian.org/debian/ unstable main
deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main

And if you use experimental, use without incoming:

# binary default
deb http://ftp.ports.debian.org/debian-ports/ unstable main
deb http://ftp.ports.debian.org/debian-ports/ unreleased main
# source
deb-src http://ftp.debian.org/debian/ unstable main
deb-src http://ftp.debian.org/debian/ experimental main


And experimental with incoming:

# binary default
deb http://ftp.ports.debian.org/debian-ports/ unstable main
deb http://incoming.ports.debian.org/buildd/ unstable main
deb http://ftp.ports.debian.org/debian-ports/ unreleased main
deb http://ftp.ports.debian.org/debian-ports/ experimental main
# source
deb-src http://ftp.debian.org/debian/ unstable main
deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main
deb-src http://ftp.debian.org/debian/ experimental main
deb-src http://incoming.debian.org/debian-buildd/ buildd-experimental main

You may have to add these lines to your /etc/apt/preferences to
avoid packages from experimental getting installed automatically:

root@sompek:~# cat /etc/apt/preferences
Package: *
Pin: release a=experimental
Pin-Priority: 1
root@sompek:~#

Let me know if you have any issues. I will update the debian-installer
images for powerpc (and all other architectures) in the following
days.

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

Running Linux on AmigaONEs can require some tinkering.
Post Reply