Page 7 of 10

Re: Kernel 4.5

Posted: Tue Feb 02, 2016 12:43 pm
by ddni
Happy to test.

Is the situation regarding HW acceleration likely to change, or is the current support all that will be available?

Re: Kernel 4.5

Posted: Tue Feb 02, 2016 12:55 pm
by xeno74
ddni wrote:Happy to test.

Is the situation regarding HW acceleration likely to change, or is the current support all that will be available?
Alex Perez is working on a solution.

Re: Kernel 4.5

Posted: Tue Feb 02, 2016 1:31 pm
by ddni
Good news, thanks.

Re: Kernel 4.5

Posted: Tue Feb 02, 2016 7:09 pm
by zzd10h
@xeno74
@zzd10h

Could you please test the RC2 with your R7-250X?
Done, it works !

Image

Re: Kernel 4.5

Posted: Tue Feb 02, 2016 7:21 pm
by xeno74
zzd10h wrote:@xeno74
@zzd10h

Could you please test the RC2 with your R7-250X?
Done, it works !
Many thanks for testing! :-)

Re: Kernel 4.5

Posted: Mon Feb 08, 2016 2:59 pm
by xeno74
Hi All,

I have recently released the RC3.

New:
Download: vmlinux-4.5-rc3-AmigaONE_X1000.tar.gz

Image
1. Copy the initrd "initrd-4.5-rc3-1.ubuntu16.04-ppc64.gz" and the kernel "vmlinux-4.5" to a USB pen drive or to the CF card

2. Turn on the AmigaONE X1000 and press F to boot to enter CFE prompt. Insert the USB pen drive.

3. You can boot the installer using the commands below:

3.1 From a USB pen drive:

CFE> ramdisk –z –addr=0x24000000 –fatfs usbdisk0:initrd-4.5-rc3-1.ubuntu16.04-ppc64.gz

From the CF card:

CFE> ramdisk –z –addr=0x24000000 –fatfs cf0:initrd-4.5-rc3-1.ubuntu16.04-ppc64.gz

3.2 CFE> setenv bootargs "root=/dev/ramdisk"

3.3 From a USB pen drive:

CFE> boot -elf -noints -fatfs usbdisk0:vmlinux-4.5

From the CF card:

CFE> boot -elf -noints -fatfs cf0:vmlinux-4.5

4. Select Language

5. Select Your Locatation

6. Detect Keyboard Layout. Select No and Pick from the list

7. Configure Network

8. Enter Hostname

9. Select the Ubuntu Archive Mirror Country - [it is configured for the UK]

10. Select the Ubuntu archive mirror "ports.ubuntu.com"

11. Leave the HTTP Proxy parameter blank

12. When prompted that no kernel modules were found select Yes to continue without loading them.

13. The installer components will be retrieved from the Ubuntu mirror [this will take a long time]

14. Enter your Full Name

15. Enter your username for your account

16. Enter your password and confirm

17. Select No to Encrypt your home directory

18. Confirm your time zone

19. When prompted for module dm-mod leave the parameter blank and select continue

20. Click Continue at the warning of "Software RAID not available"

21. Click Continue at the warning of "Logical Volume Manager not available"

22. You can now partition your disk

**** You must exercise caution when modifying your partition tables! ****

23. The base system will now be retrieved from the mirror site and installed

24. Select “Install security updates automatically"

25. At the software selection screen you will be asked to select which *buntu flavour(s) you would like to install. You can install as many as you like. To install ubuntu MATE arrow down to the “Ubuntu MATE desktop” option and press the space bar to mark the option. Now press return to continue.

26. The additional packages required to install the full desktop will be retrieved and installed. - [this will take some time to complete depending on the speed of your internet connection]

27. At “Continue without boot loader” take note of your root partition.

28. Select Yes to set confirm the system clock is set as UTC.

29. Select Continue to finish the installation and reboot!

30. Press F to boot to enter CFE prompt. Remove if necessary and re-insert the USB pen drive containing the vmlinux-4.5 kernel. Enter the following commands replacing the root partition (sdb9) with the ID of the partition where you installed ubuntu MATE.

CFE> setenv bootargs "root=/dev/sdb9"

From a USB pen drive:

CFE> boot -elf -noints -fatfs usbdisk0:vmlinux-4.5

From the CF card:

CFE> boot -elf -noints -fatfs cf0:vmlinux-4.5

31. Later, you could copy the kernel vmlinux-4.5 to the CF card and configure a CFE menu entry.

CFE> setenv -p MENU_2_LABEL "ubuntu MATE 16.04 with kernel 4.5"
CFE> setenv -p MENU_2_COMMAND 'set pmu -astate=A4 ; setenv bootargs "root=/dev/sdb9 quiet ro splash" ; boot -elf -noints -fatfs cf0:vmlinux-4.5'
PLEASE PLEASE PLEASE test the RC3 with R7, R9, and 7xxx graphics cards. PLEASE also test the new installation initial ramdisk for installing ubuntu MATE 16.04.

Cheers,

Christian

Re: Kernel 4.5

Posted: Mon Feb 08, 2016 4:44 pm
by zzd10h
OK with R7-250X.

Your initrd.gz seems to work too. I tested it until disk partitioning.

Image

Re: Kernel 4.5

Posted: Mon Feb 08, 2016 5:07 pm
by xeno74
zzd10h wrote:OK with R7-250X.

Your initrd.gz seems to work too. I tested it until disk partitioning.

Image
Thanks a lot for testing! :-)

Re: Kernel 4.5

Posted: Mon Feb 08, 2016 9:43 pm
by mechanic
@xeno74

In the instructions..........modules?

Re: Kernel 4.5

Posted: Tue Feb 09, 2016 7:37 am
by xeno74
mechanic wrote:@xeno74

In the instructions..........modules?
Hi Mechanic,

This is the positive thing about the new installation initial ramdisk. You don't need to create the modules directory during the installation process. The modules directory is already available in the new installation initial ramdisk. :-)

Cheers,

Christian