.
I have built these images to find a better replacement for Samsung's Ubuntu image which has many bugs due to compatibility issues.
Void Linux
Wiki:
https://wiki.voidlinux.org/Main_Page
Forums:
https://reddit.com/r/voidlinux
Packages Repo:
https://github.com/void-linux
openSUSE Tumbleweed
Ubuntu 19
Screenshots: Link
How to build your own
Do you want to keep LoD alive ? Sign this petition
I have built these images to find a better replacement for Samsung's Ubuntu image which has many bugs due to compatibility issues.
Void Linux

Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.
It is available for the Intel x86®, ARM® and MIPS® processor architectures; Software packages can be built natively or cross compiling through the XBPS source packages collection.
Void Linux is an interesting alternative to Ubuntu and other Linux distros.
It has Xfce4 installed and works smoothly in my Note9.
Faster in starting up than Samsung's Ubuntu image and less memory usage!!!!

Wiki:
https://wiki.voidlinux.org/Main_Page
Forums:
https://reddit.com/r/voidlinux
Packages Repo:
https://github.com/void-linux
Zip File
MD5: 5DF7F1D204CAAF787E6380544A9E76A0
SHA-1: 97C767FD195F915E45BDCEA8870F82E6CE986765
Image File
MD5: F35C28F5F8CB33C1C4881B42921157EA
SHA-1: B4ADB33D105FDC2443C16867B124F866B0758E65
User: void
password: secret
DOWNLOAD
Devuan Linux

Devuan GNU+Linux is a fork of Debian without systemd that offers users control over their system by avoiding unnecessary entanglements and ensuring Init Freedom. Devuan’s stable release is now 2.0.0 ASCII.
The image was built using Devuan’s stable release 2.0.0 and has more than 50K packages for aarch64. It has Xfce4 installed and runs fast in my Note9 without issues.
Zip File
MD5: E332CE238A295E991F60BBB2DCAEF5A7
SHA-1: C706122C7E25C9C2ED21C5738CF1996E6C7EF2B8
Image File
MD5: 32FB1F0B297F3E5AB07CD1FAC3FC6E81
SHA-1: 86B3EA0262BA8C2C455DF32346EDACF5436B39BC
User: devuan
password: secret
DOWNLOAD
openSUSE Tumbleweed

The Tumbleweed distribution is a pure rolling release version of openSUSE containing the latest stable versions of all software instead of relying on rigid periodic release cycles. The project does this for users that want the newest stable software.
Thanks to openSUSE Build Service, building any package should be so easy beside downloading thousands of pre-built packages. Xfce4 is installed with some tools.
Updated (10/22)
Image File
MD5: DE827017321ADB67DD1AA769FB4A4510
SHA-1: D14A05730CB8BEC309C353950D875EB3D5EC9FA7
User: opensuse
password: secret
DOWNLOAD
Ubuntu 19

Updated 10/22
Image File
MD5: 841AC5C260462A853359A4FFB7E78972
SHA-1: 3185CC8A188C3B17D7984CF13B2B3DA22BDFCE63
User: ubuntu
password: secret
@gilvbp fixed a problem related to security on some devices
Fix's Post
DOWNLOAD
Screenshots: Link
Others
How to build your own
1-Download the zip file and extract the image file
Link
2-Mount the image
You should see 1 file and 4 directoriesCode:sudo mount -o loop,sync build_your_own.img /home/your_user/your_directory
/dev /devro LoDVersion /share /tmp
Note:You must keep these and never overwrite them
3-Copy your Linux’s system files and directories (rootfs) with all symbolic links to the mounted image
Note: you must maintain files’ ownership and permissions
4-Create the directory if it does not exist
Code:/etc/init.d/
6-Create a script shell file init_container.sh inside the directory /etc/init.d/
Code:#! /bin/sh setsid /bin/bash --login >/devro/tty1 2>&1 < /devro/tty1
7-Change the directories, files and symbolic links ownership to
Code:chown -R 1638400000:1638400000
8-Move the file LoDVersion to /etc/ directory
9- Un-mount the image file
10- Copy it to your device.
11-Add it in LoD and run the terminal mode
Congratulations !!! you built your own system’s image.
Last edited: