Anyone got Fienix to run?

AmigaOne X1000 platform specific issues.
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Anyone got Fienix to run?

Post by xeno74 »

I can read the linux forums without login and from any public computers.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
sailorMH
Posts: 230
Joined: Wed Aug 28, 2013 6:01 pm
Location: Czech republic

Re: Anyone got Fienix to run?

Post by sailorMH »

xeno74 wrote: Sun Dec 06, 2020 4:29 pm I can read the linux forums without login and from any public computers.
I have the same experience.
Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad

AmigaOS, MorphOS, linux, MacOS X
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Anyone got Fienix to run?

Post by xeno74 »

Raziel wrote: Sat Dec 05, 2020 3:49 pm ...
ALERT! LABEL=FIENIX-DISK does not exist!
Dropping to a shell


Any hints on how to fix that?
Did you boot Fienix with an initial ramdisk (initrd)?

If you don't see the linux forums then please logout and try it again.

Thanks
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Anyone got Fienix to run?

Post by Raziel »

setenv bootargs "root=LABEL=FIENIX-DISK rootdelay=5"
ramdisk -z -addr=0x24000000 -fatfs usbdisk0:initrd.img
boot -elf -noints -fatfs -z usbdisk0:zImage-5.7
As i already wrote, i did every step exactly like the fienix website mentioned.

...
Logging out and returning did not help , I'm still locked out from the linux forums
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Anyone got Fienix to run?

Post by xeno74 »

Raziel wrote: Tue Dec 08, 2020 9:19 am
setenv bootargs "root=LABEL=FIENIX-DISK rootdelay=5"
ramdisk -z -addr=0x24000000 -fatfs usbdisk0:initrd.img
boot -elf -noints -fatfs -z usbdisk0:zImage-5.7
As i already wrote, i did every step exactly like the fienix website mentioned.

...
Logging out and returning did not help , I'm still locked out from the linux forums
Please try the following instructions:

Image

Instructions for Booting Fienix 3.0-20200426 With an Initial Ramdisk.


With an initial ramdisk (initrd) you can boot Fienix 3.0-20200426 with the name of the partition. You don't need to know the device file of the root partition on your disk.

NOTE: I recommend you to use older Radeon HD 6xxx, 5xxx, and 4xxx series graphics cards. With these graphics cards you have hardware 3D acceleration. I use a Radeon HD6970 (Cayman XT) in my X1000 and X5000. The Cayman cards are the fastest and last released Radeon cards with support for hardware 3D acceleration on Linux PPC Big Endian. New cards don't always work on Linux PPC and they can't use hardware 3D acceleration.

Prepare the USB Disk

You will need an 8 GB or larger USB disk in a very good quality for example a SanDisk Ultra USB drive. Please don't use cheap and old USB drives.
  1. Download the initrd for the stable kernel 5.5: initrd-5.5-rc7-X1000_X5000.tar.gz
  2. Download Fienix 3.0-20200426: fienix-soar_3.0-20200426.img.tar.gz
  3. With your system powered on, insert a USB disk that is at least 8 GB into a USB port
  4. If you use Linux then determine the /dev path to your USB disk using one of the below methods:
    • In a terminal as su or sudo, enter "fdisk -l"
    • In a terminal as su or sudo, enter "parted -l"
    • Check the GParted menu in the upper-right corner
  5. These instructions assume the /dev path to your USB disk is /dev/sdz; however, your actual /dev path is likely to be different - use the actual /dev path to your USB disk
  6. In a terminal as su or sudo, enter the below command:

    Code: Select all

    dd if=/path/to/fienix-soar_3.0-20200426.img of=/dev/sdz
    where "/dev/sdz" is the /dev path to your USB disk
    NOTE: this is a multi-partition disk image; do not attempt to copy the image to a specific partition - you need to enter the /dev path to the disk, not to a partition (use "/dev/sdz", not "/dev/sdz2")

    If you use Windows then you can copy the Fienix img with the USB Image Tool (On the left panel, select your USB disk and then click the "Restore" button and select the Fienix disk image).
  7. Copy the intial ramdisk (initrd-5.5.img) to the first partition of your USB disk (FIENIX-BOOT)
Boot to Fienix

IMPORTANT: CFE firmware does not recognize USB devices on power-up unless they are connected to the first USB port, which is normally reserved for the keyboard. You will need to insert the USB disk AFTER you have entered CFE. Alternatively, you may use a USB hub to connect both the keyboard and the USB disk to the first USB port. These instructions will assume that when using a USB stick you will insert it in the top left USB port on the front of the AmigaOne X1000 case AFTER you have entered CFE. It is not possible to boot Fienix off an Amiga FFS partition.

With the following commands you can boot Fienix 3.0-20200426 with an initial ramdisk from a USB disk:
  1. Code: Select all

    setenv bootargs "root=LABEL=FIENIX-DISK rootdelay=5"
  2. Code: Select all

    ramdisk -z -addr=0x24000000 -fatfs usbdisk0:initrd-5.5.img
  3. Code: Select all

    boot -elf -noints -fatfs -z usbdisk0:zImage-5.5
    It takes a long time. I would recommend you vmlinux-5.5 instead:
  4. Code: Select all

    boot -elf -noints -fatfs usbdisk0:vmlinux-5.5
NOTE: I had some problems to load the initial ramdisk and the zImage from the FAT32 FIENIX-BOOT partition. I formatted this partition with FAT16 and copied the initial ramdisk and the kernels to this partition. After that I was able to load the initial ramdisk and boot Fienix with the zImage-5.5 or with vmlinux-5.5. I think we should use FAT16 for the FIENIX-BOOT partition in the future.

username: fienix
password: fienixPW
root password: rootAdminPW

I have successfully tested these instructions with my A-EON AmigaOne X1000.

Screenshot:

Image

Please test it.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Anyone got Fienix to run?

Post by xeno74 »

Please don't forget to start with "set pmu -astate=A4" in CFE to run at full speed.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply