First: A great thank you for all your work for linux on the X5000

Second: A thought/idea/suggestions!
Since there are new users coming to the X5000 all the time (not in great numbers but there is movement



Just a suggestions!

The many choices is one of the strengths of Linux but also a drawback for all newbiesxeno74 wrote:Your idea is great but I don’t know how to start. We have so many distributions (Ubuntu, Fedora, openSUSE, SliTaz, Debian, MATE PowerPC Remix, Live DVD distributions, Live USB distributions, PPC64 and PPC32 distributions, several versions of the distributions etc etc). Actually I have to write for all distributions installation instructions. This is too much for me. I need help from others.
But there are some installation instructions in the distributions threads in this forum. You can try these and write your experiences or new instructions here. We would help you as good as we can.
Fantastic!JohnFante wrote: I will start a basic "install for newbies" thread for the latest version of Ubuntu. Please bear over with my mistakes and and chip in as much as you can. I will maybe send you a draft on PM to avoid to much damage ....
Code: Select all
sudo dd if=MATE_PowerPC_Remix_2017_0.9.img of=/dev/sdd2
Code: Select all
setenv bootargs root=/dev/sdd2 rootdelay=5
Code: Select all
fatload usb 0:1 1000000 uImage-4.19
Code: Select all
fatload usb 0:1 2000000 cyrus.dtb
Code: Select all
bootm 1000000 - 2000000
should for the second partition on the USB in my case be:setenv bootargs root=/dev/sdd2 rootdelay=5
Or?setenv bootargs root=/dev/sdc2 rootdelay=5
setenv bootargs root=/dev/sdd2 rootdelay=5
Please boot your installed Linux and connect the USB stick. After that you can see with the command lsblk the correct block device name.JohnFante wrote:I normally have my linux on the HDD connected to my SII3114. Worked fine so far.