Search found 554 matches

by Roland
Tue Jul 18, 2017 5:44 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: ubuntu MATE 16.04.1 LTS Live USB
Replies: 119
Views: 75623

Re: ubuntu MATE 16.04.1 LTS Live USB

Have you created a new user after installing via the alternate installer script ? The default live user account may be configured to start up Bluetooth stuff. Yes I have... But I haven't yet figured out how to make Ubuntu to boot with that new account as a default. If I log out the live user and th...
by Roland
Tue Jul 18, 2017 2:53 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: ubuntu MATE 16.04.1 LTS Live USB
Replies: 119
Views: 75623

Re: ubuntu MATE 16.04.1 LTS Live USB

I made an Ubuntu installation using the 'alternative script' on 16.04 Live USB disk. Seems to work ok... Now, a few questions: 1. How does this installation differ from the one which can be made using Spectre's netistaller RamDisk? Is the latter one more 'orthodox'? 2. Is it safe to update this inst...
by Roland
Sun Jul 16, 2017 6:42 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

Spectre660 wrote:@ Roland
What model video card are you using. and how much ram does it have ?
I have currently a HIS r7 240 iCooler with 2GB (DDR3) in my machine.
by Roland
Sun Jul 16, 2017 5:51 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

No Debian Jessie should work with most Radeon card . Try booting your third installation again with a rootdelay of 15 Whoops... I had forgotten to change the disk id in my script, it tried to boot from a non-existent partition! This corrected, the third installation stopped at the same point as the...
by Roland
Sun Jul 16, 2017 4:48 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

@Roland I am seeing your problem with Debian Unstable (Buster/Sid) with an Oland card. Oland card boots ok on Debian Jessie and Ubuntu-Mate 16.04 All 3 boot ok with a Radeon HD 6570 card . I see... So there is little to do, except to change the graphics card? Ubuntu-Mate 16.04 indeed works ok also ...
by Roland
Sat Jul 15, 2017 9:06 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

I was now able to load Ubuntu succesfully to the dektop, but loading of Debian stopped after this message: [OK] Started Update UTMP about System Runlevel Changes _ (cursor was here blinking here, but nothing happened) I made a new Debian installation, this time without activating a network connecti...
by Roland
Fri Jul 14, 2017 9:54 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

You may still seem to be loading another kernel and not my 4.12.0. not finding the linux partition would not stop the kernel from booting. If you are booting from a USB drive and not a hard drive change the rootdelay=1 to rootdelay=10 No, the kernel is indeed the 4.12.0 as the correct version is sh...
by Roland
Fri Jul 14, 2017 6:46 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

copy uImage-cyrus-12.0-jm and cyrus_5020.dtb to the usb drive partion 1 . delete any old file named uImage-cyrus rename uImage-cyrus-12.0-jm to uImage-cyrus and try again. Do you mean the FAT32 partition? They are already there, I copied them there after I created that partition manually (installer...
by Roland
Fri Jul 14, 2017 2:49 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

@ Roland Set up your U-Boot variables (Change the /dev/sda8 in the example to point to your Debian partition) setenv usb1 "usb reset;fatload usb 0:1 1000000 uImage-cyrus;fatload usb 0:1 1c00000 cyrus_5020.dtb;bootm 1000000 - 1c00000" setenv debian1 "setenv 'bootargs root=/dev/sda8 ro...
by Roland
Thu Jul 13, 2017 9:04 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Spectre660's Linux downloads for the X5000
Replies: 242
Views: 140875

Re: Spectre660's Linux downloads for the X5000

Sounds like an issue with the kernel. Can you try with my 4.12 kernel below . https://drive.google.com/open?id=0BxoZdOdjH0QYYlVKUXI1NG95SW8 It was indeed a kernel issue! With 4.12 I was able to boot the installer and finish the installation. Thank you :-). Then to the next step... How should I now ...