(X)(L)ubuntu (MATE) 17.04 Zesty Zapus

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

(X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

Image

I successfully updated my ubuntu MATE 16.10 Yakkety Yak to 17.04 Zesty Zapus today. :-) I want to start some testing.


Update instructions for (X)(L)ubuntu (MATE):
  1. CTRL+ALT+F1 to change to the console login on (X)(L)ubuntu (MATE) 16.10 Yakkety Yak.
  2. Login as user
  3. Change your user to the root user with

    Code: Select all

    sudo su
  4. Stop X11 with

    Code: Select all

    service lightdm stop
  5. Update the package index of your old 16.10 Yakkety Yak system:

    Code: Select all

    apt-get update
  6. Upgrade your packages to the latest packages on your old 16.10 Yakkety Yak system:

    Code: Select all

    apt-get upgrade
  7. Remove those dependencies that were installed with applications and that are no longer used by anything else on the system:

    Code: Select all

    apt-get autoremove
  8. Remove .deb files for packages that are no longer installed on your system:

    Code: Select all

    apt-get autoclean
  9. Update your repositories to the new 17.04 Zesty Zapus repositories

    Code: Select all

    sed -i 's/yakkety/zesty/g' /etc/apt/sources.list
  10. Update the package index of the new 17.04 Zesty Zapus system:

    Code: Select all

    apt-get update
  11. Upgrade your 16.10 Yakkety Yak system to version 17.04 Zesty Zapus:

    Code: Select all

    apt-get dist-upgrade
  12. Reboot your AmigaONE X1000 with

    Code: Select all

    reboot
  13. Login in your new 17.04 Zesty Zapus system.
  14. Tidy up with the terminal. :D

    Code: Select all

    sudo apt-get autoremove

    Code: Select all

    sudo apt-get autoclean

    Code: Select all

    sudo apt-get clean
  15. Reboot your AmigaONE X1000 and enter the firmware. If you have autoboot set up, press CTRL-C. If you have the latest menu-enabled firmware, press the F key to enter the firmware. In any case, you should end up on the firmware's command prompt which looks like this:

    Code: Select all

    CFE>
  16. Rename the old 16.10 CFE boot entry to the new version 17.04 for example:

    Code: Select all

    CFE> setenv -p MENU_3_LABEL "ubuntu MATE 17.04 Kernel 4.9"
  17. To activate the new Boot Menu type menu and use the arrow keys to select and highlight 3: ubuntu MATE 17.04 Kernel 4.9 before the timer bar runs down.
Tests
  • Xorg 1.18.4 works
  • Hardware 3D acceleration works without any problems with the official Mesa 12.0.3 (Gallium 0.4 on AMD BARTS DRM 2.48.0)
  • Compiz works
  • YouTube HD videos work with ViewTube in fullscreen!!!!!! (High Definition MP4 VLC HD MP4)
  • Sound works
  • Network works
Screenshot:

Image

PLEASE test the new version 17.04.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
kilaueabart
Posts: 1070
Joined: Mon Mar 05, 2012 2:36 am

Re: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by kilaueabart »

I have just completed step 14. Of autoremove, autoclean, and clean, only the second had an effect.

I did this with Kernel 4.8.0-rc6. When I do step 17 I'll change it to whatever version of 4.9 I have on my CF card, but will it make a difference? As it stands right now, I don't like 17.04 any better than 16.10 and 16.04 will probably remain my primary OS, slightly ahead of AOS4.1. Well, at least I finally figured out how to make the terminal window opaque.

Will they ever fix Welcome?
User avatar
Amigo1
Posts: 221
Joined: Sun Jan 01, 2012 3:32 pm

Re: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by Amigo1 »

Fantastic!

Does FreeCAD work on Zesty Zapus?

thanks!
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

Amigo1 wrote:Fantastic!

Does FreeCAD work on Zesty Zapus?

thanks!
Unfortunately it crashes.
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: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by Amigo1 »

xeno74 wrote:
Amigo1 wrote:Fantastic!

Does FreeCAD work on Zesty Zapus?

thanks!
Unfortunately it crashes.
That's sad.

Thanks for checking.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

The MATE desktop 1.16.1 is available for ubuntu MATE 17.04 PowerPC:

Image
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: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

FYI: The DNS service of systemd doesn't work correctly currently. Some web sites aren't accessible.

You can fix the problem with modifying the /etc/resolv.conf. I replaced the systemd DNS server with the Google DNS server ip address.

Code: Select all

sudo vi /etc/resolv.conf
I replaced

Code: Select all

nameserver 127.0.0.53
with

Code: Select all

nameserver 8.8.8.8
After a restart, systemd overrides the /etc/resolv.conf with his DNS server again.
Last edited by xeno74 on Thu Dec 15, 2016 12:57 pm, edited 1 time in total.
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: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

xeno74 wrote:FYI: The DNS service of systemd doesn't work correctly currently. Some web sites aren't accessible.

You can fix the problem with modifying the /etc/resolv.conf. I replaced the systemd DNS server with the Google DNS server ip address.

Code: Select all

sudo vi /etc/resolv.conf
I replaced

Code: Select all

nameserver 127.0.0.53
with

Code: Select all

nameserver 8.8.8.8
After a restart, systemd overrides the /etc/resolv.conf with his DNS server again.
The /etc/resolv.conf is a symlink to /run/resolvconf/resolv.conf. If you delete the symlink and create a file instead it's content should not be changed by resolvconf/systemd.
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: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

FYI:
Phoronix wrote:With Debian Stretch dropping 32-bit PowerPC as a release architecture, Ubuntu is following a similar maneuver and will not be making 32-bit PPC images of future releases.

Steve Langasek confirmed 32-bit PowerPC architecture will be removed from future Ubuntu releases. He commented, "the PowerPC port in Ubuntu has reached the end of its useful lifespan...The Technical Board has therefore determined that the powerpc port should not be included in the Ubuntu 17.04 (zesty) release. In support of this, powerpc will be dropped as an architecture in zesty as of Feature Freeze."

PowerPC 32-bit will continue to be supported for existing Ubuntu releases, including Ubuntu 16.04 LTS that still has a few more years of support (2021).
Links:

Ubuntu To Stop Building 32-Bit PowerPC For Future Releases
Removing 32-bit powerpc architecture from future Ubuntu releases

-- 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: (X)(L)ubuntu (MATE) 17.04 Zesty Zapus

Post by xeno74 »

Hi All,

Sad news. That means we won't get an official ubuntu MATE 17.04 release. I will update my installed development version of ubuntu MATE 17.04 as long as possible. After that I will try to release an unofficial ubuntu MATE 17.04 USB img for the X5000 and X1000.

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

Running Linux on AmigaONEs can require some tinkering.
Post Reply