Skip to content

Images for the installation of EndeavourOS on ARM devices

License

Notifications You must be signed in to change notification settings

endeavouros-arm/images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARM Images

Maintenance Downloads

Images for the installation of EndeavourOS on supported ARM devices.
Devices include Raspberry Pi 4b, Raspberry Pi 5b. Odroid N2, and Pinebook Pro.
There is also an image for a bare bones headless server for the RPi 4b / 5b.

These images contain a base install of EndeavourOS including some Common packages.
Ready for some personalization and configuration plus a Desktop Environment or Window Manager.
These are provided by a script which launches automatically upon first bootup.

Installation Instructions

Review the Release images by clicking on the "Releases" button on the right side of this page.
Select the appropriate Tag for your ARM device.
When you find the desired image Tag, click on it.
Using Raspberry Pi 5 as an example, there should be two files listed.

enosLinuxARM-rpi5-latest.img.xz
enosLinuxARM-rpi5-latest.img.xz.sha512sum

Click on each file to download the files.
In a terminal window, go to the directory where the 2 files were downloaded.
Verify the integrity of the downloaded files.

sha512sum -c enosLinuxARM-rpi5-latest.img.xz.sha512sum

This should come back with OK.

Use dd or your favorite flash burner app to install

enosLinuxARM-rpi5-latest.img.xz

to a storage device such as a micro SD, eMMC, or USB SSD device.

Connect the storage device to your ARM device and bootup.
The device will automatically log in and run a script that allows
the entry of your personal details. Simply answer the questions.

After the script is finished, the device will reboot with a functional Desktop or Windows manager.

Install headless server image on a RPi 4b or RPi 5b.

Follow the instructions above to install the server image except install to a micro SD card only.

Connect the micro SD to a RPi 4b / 5b with a Monitor, keyboard, and mouse.
Connect a USB 3 SSD to a USB 3 port on the RPi if you want the script to
partition and format the DATA SSD. It will then create mount points and
modify the /etc/fstab file to mount the DATA SSD on every bootup.

Boot up the RPi and you will be prompted for information to configure the server
Upon second boot, you can remove the monitor, keyboard, and mouse and run
the server headless.

Go to

https://discovery.endeavouros.com/category/arm/

and use the following HowTo's to set up a Linux LAN file server.
Homeserver 1, Homeserver 2, Homeserver 3, and Homesever 7
There are additional HowTo's for SAMBA and miniDLNA.