
I successfully updated my ubuntu MATE 16.04 LTS to 16.10 Yakkety Yak today.
Update instructions for (X)(L)ubuntu (MATE):
- CTRL+ALT+F1 to change to the console login on (X)(L)ubuntu (MATE) 16.04 LTS.
- Login as user
- Change your user to the root user with
Code: Select all
sudo su - Stop X11 with
Code: Select all
service lightdm stop - Update the package index of your old 16.04 LTS system:
Code: Select all
apt-get update - Upgrade your packages to the latest packages on your old 16.04 LTS system:
Code: Select all
apt-get upgrade - 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 - Remove .deb files for packages that are no longer installed on your system:
Code: Select all
apt-get autoclean - Update your repositories to the new 16.10 repositories
Code: Select all
sed -i 's/xenial/yakkety/g' /etc/apt/sources.list - Update the package index of the new 16.10 system:
Code: Select all
apt-get update - Upgrade your 16.04 LTS system to version 16.10 Yakkety Yak:
Code: Select all
apt-get dist-upgrade - Reboot your AmigaONE X1000 with
Code: Select all
reboot - Login in your new 16.10 Yakkety Yak system.
- Tidy up with the terminal.
Code: Select all
sudo apt-get autoremoveCode: Select all
sudo apt-get autocleanCode: Select all
sudo apt-get clean - 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> - Rename the old 16.04 CFE boot entry to the new version 16.10 for example:
Code: Select all
CFE> setenv -p MENU_3_LABEL "ubuntu MATE 16.10 Kernel 4.6" - To activate the new Boot Menu type menu and use the arrow keys to select and highlight 3: ubuntu MATE 16.10 Kernel 4.6 before the timer bar runs down.
I haven't found any issues. It works very well!
Tests
- Xorg 1.18.3 works
- Hardware 3D acceleration works without any problems with the official Mesa 11.2.1 (Gallium 0.4 on AMD BARTS DRM 2.42.0)
- Compiz works
- YouTube HD videos work with ViewTube in fullscreen!!!!!! (High Definition MP4 VLC HD MP4)
- Sound works
- Network works

PLEASE test the new version 16.10.
