Download: Ubuntu-Mate_16.04-X1000-SI-2.img.7z

I have downloaded the new ...NI-2.img.7z , expanded it and put via dd on a stick. Also the new stick did not come to a result. I am desperate. The picture looks so nice to me! But I can't get it.xeno74 wrote:I have this message too and nevertheless all my kernel modules are working.papaoskar wrote:I always get the message: Failed to load modules. They were not found. This was the reason why I asked, where the modules belong.
@All
ubuntu MATE 16.04 Final Beta is out!
Julian has recently released a new image of the final beta for the AmigaONE X1000 with Radeon HD Northern Islands graphics cards.
Download: Ubuntu-Mate_16.04-X1000-NI-2.img.7z
Hi Papaoskar,papaoskar wrote: I have downloaded the new ...NI-2.img.7z , expanded it and put via dd on a stick. Also the new stick did not come to a result. I am desperate. The picture looks so nice to me! But I can't get it.
Today I updated my Lubuntu 16.04 PowerPC on my USB flash drive and after that I changed this installation to xubuntu 16.04 PowerPC with the following commands:xeno74 wrote:OK, here are the installation instructions:zappa2009 wrote: By the Way. How can i do install with http://www.xenosoft.de/Amigaone_Ubuntu_ ... e-1.img.7z Lubuntu16.04 on my X1000 ?
Here you are.
- Download the image from the following link: Amigaone_Ubuntu_16.04-Base-1.img.7z
- Decompress the downloaded image with 7-Zip
- Copy it with dd on Linux or with the USB image Tool on Windows to a USB flash drive.
For example with Linux:
In my case /dev/sdh:Code: Select all
dd if=Amigaone_Ubuntu_16.04-Base-1.img of=disk drive ID
Code: Select all
dd if=Amigaone_Ubuntu_16.04-Base-1.img of=/dev/sdh
- The ROOT partition is very small (1.8GB). You can increase it with GParted if you like. I have a 64GB USB flash drive. I increased the ROOT partition to 58.36GB.
- Turn on the AmigaONE X1000 and press F to enter the CFE prompt. Insert the USB flash drive.
- Next enter the following at the CFE> prompt (pressing enter after each line):
I booted my X1000 with Debian before and I saw that the ROOT partition on the USB flash drive is /dev/sdd2.Code: Select all
setenv bootargs "root=the_ROOT_partition_on_your_usb_flash_drive quiet ro splash rootdelay=5"
In my case:
I use the stable longterm kernel 4.1.18 on my CF card to boot Ubuntu 16.04 on the USB flash drive. You can use an other kernel if you like.Code: Select all
setenv bootargs "root=/dev/sdd2 quiet ro splash rootdelay=5"
Code: Select all
boot -elf -noints -fatfs cf0:vmlinux-4.1
Ubuntu Xenial Xerus (development branch) Amigaone tty1
Amigaone login:- The login details are as follows:
Username of amigaone has the password amigaone- Please configure your network interface with DHCP with the following command:
You can figure out the correct network interface with /sbin/ifconfig -a.Code: Select all
sudo dhclient network_device
In my case:
Code: Select all
sudo dhclient enp6s5
- I installed the Lubuntu desktop with the following commands:
Code: Select all
sudo apt-get update
- [this will take some time to complete depending on the speed of your internet connection]Code: Select all
sudo apt-get install lubuntu-desktop
- After that shutdown your AmigaONE X1000 with:
We need a xorg.conf on this system so we have to copy zappa2009's radeon xorg.conf file to /etc/X11 on the ROOT partition of the USB flash drive with an other system.Code: Select all
sudo halt
Code: Select all
cp X.org.conf/Xorg.conf.radeon /media/_your_username_/_disk_id_of_the_partition_on_the_USB_flash_drive_/etc/X11/xorg.conf
- Turn on the AmigaONE X1000 and press F to enter the CFE prompt. Insert the USB flash drive.
- Next enter the following at the CFE> prompt (pressing enter after each line):
In my case:Code: Select all
setenv bootargs "root=the_ROOT_partition_on_your_usb_flash_drive quiet ro splash rootdelay=5"
Code: Select all
setenv bootargs "root=/dev/sdd2 quiet ro splash rootdelay=5"
Code: Select all
boot -elf -noints -fatfs cf0:vmlinux-4.1
- The Lubuntu login screen appears. Please login.
Username of amigaone has the password amigaone
Code: Select all
sudo su
Code: Select all
apt-get update
Code: Select all
apt-get upgrade
Code: Select all
apt-get install xubuntu-desktop
Code: Select all
apt-get remove brltty
Fantastic news! Well done!papaoskar wrote:Hurra! I got a Mate screen! The fault of mine was I guess the wrong bootargs. It seems to be necessary to set the bootargs command exactly as you Xeno have written it. Some thing after the /dev/sdd2 part is a must have. I omitted the "quiet ro splash ". Maybe that that was the reason of failure!
I am away for 4 weeks now and will probably come back later as I want to have 16.04 on my hard disk. Thank you for your patience.