Page 1 of 2

Anyone got Fienix to run?

Posted: Tue Oct 13, 2020 1:08 am
by Raziel
I downloaded it from here:
https://fienixppc.blogspot.com/p/cfe.html?m=1

1) Instead of an USB stick I used an USB HDD
2) I took all the steps (switching around the keyboard to another port after entering CFE)

It starts to load all the stuff with many green OKs on the left side, but ends up with a black screen when it probably should load in the Fienix GUI.

Anyone have a fix for that behaviour?
Do I maybe need the keyboard back in port 1 to make fienix boot?

...


Thank you, looking for an alternative to use the x1000 hardware...

Re: Anyone got Fienix to run?

Posted: Tue Oct 13, 2020 9:46 pm
by MichaelMerkel
checj this thread here. maybe it helps.

viewtopic.php?p=50962#p50962

regards...
michael

Re: Anyone got Fienix to run?

Posted: Wed Oct 14, 2020 12:52 am
by Raziel
You are not authorised to read this forum.

Re: Anyone got Fienix to run?

Posted: Wed Oct 14, 2020 4:54 pm
by nbache
It leads to a thread in the forum "Platform: AmigaOne X1000 - Linux Only”.

IIRC, the "... Linux only" forums are only shown if you haven't deselected them. In the infancy of those forums, a lot of people complained that they weren't interested in all the Linux material, so some form of preference was deviced to let you deselect them.

But I can't find anything in my settings that deals with that.

Does anyone remember how it can be manipulated?

Best regards,

Niels

Re: Anyone got Fienix to run?

Posted: Wed Oct 14, 2020 8:31 pm
by MichaelMerkel
nbache wrote: Wed Oct 14, 2020 4:54 pm It leads to a thread in the forum "Platform: AmigaOne X1000 - Linux Only”.

IIRC, the "... Linux only" forums are only shown if you haven't deselected them. In the infancy of those forums, a lot of people complained that they weren't interested in all the Linux material, so some form of preference was deviced to let you deselect them.

But I can't find anything in my settings that deals with that.

Does anyone remember how it can be manipulated?
afaik you need to contact the moderator of this site. you cannot dis-/enable it on your own.

regards...
michael

Re: Anyone got Fienix to run?

Posted: Wed Oct 14, 2020 8:35 pm
by MichaelMerkel
Raziel wrote: Wed Oct 14, 2020 12:52 am
You are not authorised to read this forum.
quick quote from there until you get access:
Please try using Fienix-GPU-Bandage:
  1. Boot up your system, when the black screen appears press CTRL + ALT + F1 to switch to console
  2. Log in as su
  3. Enter "apt-get install fienix-gpu-bandage"
  4. Enter "fienix-gpu-bandage"
  5. Press 1 for Yes
  6. Reboot
but it did not work for me. i used my old card and then installed/executed the bandage tool. after that also the newer card booted.

regards...
michael

Re: Anyone got Fienix to run?

Posted: Wed Oct 14, 2020 8:51 pm
by Raziel
@MichaelMerkel

Thanks for the quote.

Will try, but I dont think I'll go through adding an older card just to be able to boot.

Isn't there possibility to use that bandage by default and ask the user on startup if he/she wants to use it or not?

Re: Anyone got Fienix to run?

Posted: Wed Nov 11, 2020 10:56 pm
by Raziel
Is there anyone capable of de-locking me from the linux forums?

Tia

Re: Anyone got Fienix to run?

Posted: Sat Dec 05, 2020 3:49 pm
by Raziel
Since i'm still locked out of the linux forums and no one seems to care, i'll post here again

I got it to run a little further, but after some short time of massive text scrolling i get

Begin: Running /scripts/local-block ... done.
over and over again, until after some time i get

Gave up waiting for root device.
...
ALERT! LABEL=FIENIX-DISK does not exist!
Dropping to a shell


Any hints on how to fix that?

I have, of course, tried to drop the whole "LABEL=" part from the CFE line, but that didn't help.
FIENIX-DISK does not exist!

I'm out of ideas.

Re: Anyone got Fienix to run?

Posted: Sun Dec 06, 2020 1:26 pm
by sailorMH
Raziel wrote: Sat Dec 05, 2020 3:49 pm I have, of course, tried to drop the whole "LABEL=" part from the CFE line, but that didn't help.
FIENIX-DISK does not exist!
I'm out of ideas.
I dont'know, if I remember it exactly, it is some time ago when I istalled Fienix. Please, take it like advice and not exact manual.
I do not boot from image on usb.
First, I boot to other linux (Debian i my case), prepare HDD and create ext4 partition ( for example/dev/sdb6 ) for fienix.
Then I mount fienix image ( maybe something like # mount -o loop fienix.img /mnt/image ) and fienix partition # mount /dev/sdb6 /mnt/sdx
and then # rsync -vrlAogt /mnt/image /mnt/sdx ( sorry, don't remember exact params)

then I use last stable kernel from xeno74 ( unfortunatelly is on AmigaOne X1000 - Linux Only ) and copy it to my usb stick (or cfcard)
and booting via:
setenv bootargs "root=/dev/sdb6 rootdelay=5"
boot -elf -noints -fs=ext2 usbdisk0:vmlinux