WIP
-
Download Fedora ISO from the Fedora ARM page. (https://arm.fedoraproject.org/)
-
Flash the iso with dd, BalenaEtcher, etc. to your USB drive.
-
Insert the USB drive into a free USB slot on the LX2K and make sure a standard USB keyboard is plugged in.
NOTE (3): As mentioned previously, gaming keyboards may not register until Linux boots.
-
Power on the LX2K and hit ESC when prompted to do so.
-
Navigate to Boot Manager > Boot Options > (USB Device ID) > Boot > AARCH64.EFI; Press Enter.
-
Press "e" at the GRUB boot menu and edit the Linux Defaults line to include the following:
arm-smmu.disable_bypass=0 amdgpu.pcie_gen_cap=0x4 amdgpu.noretry=0
-
Run through the Fedora installer, it prompts just as you would on an x86 machine, installing to storage of your choosing.
-
Once completed, reboot the machine and boot into your new Fedora install.
-
You should now be logged in and sitting at the terminal. Make sure Ethernet is active and set up "/etc/resolv.conf" if needed. (i.e. for me: nameserver 8.8.8.8)
-
First open "/etc/default/grub" with a text editor and make sure GRUB_CMDLINE_LINUX_DEFAULT has these values:
GRUB_CMDLINE_LINUX_DEFAULT="arm-smmu.disable_bypass=0 amdgpu.pcie_gen_cap=0x4 amdgpu.noretry=0"
-
Now run the following:
sudo dnf update && sudo dnf upgrade && dnf install linux-firmware
-
Once completed, do a full system reboot/poweroff and then boot back into your new system.