Hi Roland,
I've packed my openSUSE installation in a tar.gz file.
Download:
openSUSE-11.1-2-x1000-ppc64.tar.gz "experimental"
Known problems:
3D acceleration doesn't work
Be aware, that openSUSE is experimental and isn't supported.
Here are the installation instructions for openSUSE (based on the Fedora installation instructions by Pat Wall. Thanks to Pat

)
You
must have another Linux distribution already installed such as Debian, Ubuntu etc in order to install openSUSE 11.1-2. Login to your current Linux distribution, e.g. Debian or Ubuntu and create an
ext3 partition of at least 20GB using
GParted or similar tool of your choice.
You should also create a Linux swap partition.
Login to your current Linux distribution, e.g. Debian or Ubuntu, and open a terminal to complete the following steps.
Become the root user by entering
<return>
Enter your root password <return>
Download a kernel for the X5000.
Unpack the kernel tarball and copy it to a partition on your X5000.
Create a mount point on which you want to mount the openSUSE partition:
<return>
Mount the partition where you want to install openSUSE.
Code: Select all
mount -t ext3 /dev/sdXX /mnt/opensuse
<return>
Download the openSUSE tarball from the following URL:
openSUSE-11.1-2-x1000-ppc64.tar.gz
Copy the tar.gz file to the partition where you want to install openSUSE.
Code: Select all
cp openSUSE-11.1-2-x1000-ppc64.tar.gz /mnt/opensuse
<return>
Change to /mnt/opensuse.
<return>
Unpack the tarball.
Code: Select all
tar zxvf openSUSE-11.1-2-x1000-ppc64.tar.gz
<return>
Configure fstab to reflect your system e.g. replacing the strings with your own root partition
and swap partition respectively. In this example /dev/sdb2 is the root partition and /dev/sdb3 is the
swap partition.
Code: Select all
/dev/sdb2 / ext3 acl,user_xattr 1 1
/dev/sdb3 swap swap defaults 0 0
You can now reboot into your openSUSE installation:
<return>
Booting openSUSE
To boot openSUSE at the U-Boot prompt you will need to do the following:
Remember to substitute the root partition (/dev/sdb2 in this example) that you installed openSUSE on.
(Note this is typed as a single line at the U-Boot prompt)
Code: Select all
X5000> setenv bootargs "root=/dev/sdb2 mem=3500M"
For example if you have a small boot partition on sda (sda1):
Code: Select all
X5000> load sata 0:1 1000000 uImage
Code: Select all
X5000> load sata 0:1 2000000 cyrus.dtb
openSUSE will now boot to the “Shell Login” Screen.
Login into openSUSE with the administrator account
root.
The default root password is:
amigaone (all lower-case)
Start the KDE Display Manager with
You can login with the user "amigaone".
The default password is:
amigaone (all lower-case)
Have a lot of fun with openSUSE.
Be aware, that openSUSE is experimental and isn't supported.