[quote="xeno74"]Spectre660 released some images for the AmigaONE X1000, AmigaONE X5000, AmigaONE A1222, and for all Sams.
[*] Next enter the following at the
CFE> prompt (pressing enter after each line):
Code: Select all
setenv bootargs "root=the_ROOT_partition_on_your_usb_flash_drive quiet ro splash rootdelay=5"
In my case:
Code: Select all
setenv bootargs "root=/dev/sdd2 quiet ro splash rootdelay=5"
I use the stable longterm kernel
4.1.19 on my CF card to boot ubuntu MATE 16.04 on the USB flash drive. You can use an other kernel if you like.
Code: Select all
boot -elf -noints -fatfs cf0:vmlinux-4.1
[/endquote]
Success up to here! Ihave also choosen the kernel 4.1.19 on my amiga one X1k . The result was (with different kernels) :
Loader:elf Filesystem:fat Dev:cf0 File:vmlinux-4.1 Options: (null)
Loading : Failed.
Could not load cf0:vmlinux-4.1: Not an ELF-format executable
*** command status = -11
Now I am stuck! What to do now? All went well until the boot command. All kernels 4.1, 4.2, 4.4 and 4.5 ended with the same result.