Tag Archives: Linux

LFS EXTON – a live installable Linux system built from Linux From Scratch (which can run on ALL computers) with kernel 6.0.6-amd64-exton ::: Build 250315

LFS EXTON Linux live DVD/USB is built using Linux From Scratch 10.1/11.2 and Beyond Linux From Scratch 10.1/11.2 (BLFS).

IMPORTANT NOTE 250315
I’ve decided to abandon the LFS EXTON project. Version 250315 and 221103 of LFS EXTON is based on Linux From Scratch 10.1/11.2. The newest version of Linux From Scratch is version 12.3. It is therefore not possible to upgrade LFS EXTON anymore. Not without a lot of struggle anyhow. And I don’t feel like starting from scratch (again). Too time consuming. Anyone is welcome to take over my project though. You can change everything to your liking and the create a new ISO using Refracta Snapshot, which is working very well in Build 250315. See below and download a HOWTO about how to use Refracta Snapshot. You’ll find the just mentioned instruction also in /root in Build 250315.

ABOUT Refracta Snapshot in Build 250315
Refracta Snapshot shall be started in LXTerminal with /usr/bin/refractasnapshot
The config file is /etc/refractasnapshot.conf. There you can change where you want your ISO after the remaster process is ready. You can for example change from /home/snapshot to /mnt/sda3/snapshot and /home/work to /mnt/sda3/work. That can be useful if you want to use Refracta Snapshot while running LFS EXTON live from a USB stick. Now follow the instruction below.

A) Open a terminal as root and run /usr/bin/refractasnapshotscreenshot…

Choose a task.

1. Create a snapshot (uefi disabled)
2. Re-squash and make iso (no-copy)
3. Re-make efi files and iso (no-copy, no-squash)
4. Re-run xorriso only. (make iso, no-copy, no-squash)
5. Help
6. Exit

Choose alternative 1.

B) In /home/work/myfs the whole system will be created

C) For some unknown reason the command mksquashfs in the script /usr/bin/refractasnapshot won’t work.

D) cd /home/work – then run the command:
mksquashfs myfs/ iso/live/filesystem.squashfs -noappendscreenshot…

E) Then run again the command /usr/bin/refractasnapshot – choose alternative 4 for creation of the ISO file – screenshot…
It also shows how you can transfer your ISO file to your Windows computer in your Network using Samba. See below about Samba.

Everything will be alright. You’ll find your new ISO file in /home/snapshot (if you haven’t changed that). The whole thing is so simple that a 10 year old child can do it!

OLD AND NEW NEWS 221103/250315
A new version of LFS EXTON is ready! The first version is from 210706. Most important news re. the new version:
1. LFS EXTON Build 250315/221103 runs on ALL computers. I. e. new and old ones. UEFI or non-UEFI computers. (Build 210706 was not compatible with some newer computers).
2. Build 250315/221103 uses the latest (by 221103) kernel 6.0.6, released 221029.
The kernel is named 6.0.6-amd64-exton-rt14.
3. I have upgraded some essential packages. Most important Firefox.
NOTE: Firefox will always be upgraded automatically to the latest version.
4. I have installed two new packages: Gnu Emacs (“At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing”) and MPlayer (a movie player).
NOTE about MPlayer: To be able to play videos (and not just hear sound) you’ll have to install AAlib. Very easy to install. Just follow the instructions. NOTE: Already done in Build 250315.
5. You can download the kernel-sources for LFS EXTON from SourceForge.net – linux-source-6.0.zip. Can be used if you want to install (for example) NVIDIA Graphics Drivers. Unpack and place the sources in /usr/src.

ABOUT Refracta Installer
I finally made Refracta Installer to work in LFS EXTON! Now you can install LFS EXTON to hard drive like any other Linux distribution. Just start Refracta Installer from the menu and follow the instructions. Watch this screenshot.
NOTE: You should create the install partition in advance. Use GParted for that.

LXDE and LightDM

LFS EXTON uses LXDE as Desktop environment. LXDE is designed to be user friendly and slim, while keeping the resource usage low. LFS EXTON has all the tools needed for you to go on and install other Desktop environments or whatever you like (after a hard drive installation of LFS EXTON).

Build your own Linux system
You can also just use LFS EXTON Live DVD/USB as build environment when building your own Linux system from scratch.

Install LFS EXTON to a USB stick
Install the ISO file to a USB stick with Rufus  in Windows. It will look like this.

LOGIN to LXDE
Login as root with password root$$ or as the ordinary user lfs with password linux$$. In Build 250315 the passwords are root respectively linux. While logged in as lfs you can use Sudo to become root. Example commands: sudo su and sudo pcmanfm. LightDM‘s login screen will look like this in Build 250315.



Install to hard drive using Refracta Installer
1. Start Refracta Installer from the menu and follow the program instructions. Watch this screenshot.
2. Install options – screenshot.
3. Ready to install – screenshot.
4. When asked to chroot and install Grubscreenshot.
5. Keep current user (lfs) and root passwords – screenshot.
6. When the installation is complete you will see this – screenshot.
7. Notice the disk space used after installation to hard drive – screenshot.
8. For user lfs to be able to use Sudo after a hard drive installation you’ll have to edit /etc/sudoers as root with Nano or Mousepad. Add this line to the end:
lfs ALL=(ALL) NOPASSWD:ALLscreenshot.
NOTE: If you already use Grub as boot loader you shall refrain from installing Grub when installing LFS EXTON to hard drive. Just add the boot lines below to /boot/grub/grub.cfg on the partition where you have Grub installed. You shall (of course) never mess with your current EFI Grub installation. LFS EXTON can run on EFI computers, but you can’t make an EFI Grub installation using LFS EXTON.

NOTE: You can install LFS EXTON on any normal computer. If you want to do that you should at first read my instruction How To dual boot, triple boot or multi boot Linux with Windows in a simple way and be happy. The Grub boot lines for LFS EXTON in /boot/grub/grub.cfg can look like this:
#################################################
menuentry ‘LFS EXTON 250315 (/dev/sda6)’ –class lfs –class gnu-linux –class gnu –class os $menuentry_id_option ‘gnulinux-simple-191fccec-4ecc-48b2-879d-504f9a2ad365’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 191fccec-4ecc-48b2-879d-504f9a2ad365
else
search –no-floppy –fs-uuid –set=root 191fccec-4ecc-48b2-879d-504f9a2ad365
fi
linux /boot/vmlinuz-6.0.3-amd64-exton-rt14 root=/dev/sda6 ro
initrd /boot/initrd.img-6.0.3-amd64-exton-rt14
}
###############################################
NOTE1: On some laptops you may have to add
acpi_backlight=vendor acpi_rev_override=1 to the kernel boot line.
Do that if your screen is too dark.
NOTE2: You can also do that when running LFS EXTON live from a USB stick. Replace boot/grub/grub.cfg with this file.

Kernel

LFS EXTON uses my “special” kernel 6.0.3-amd64-exton-rt14. You can of course compile you own LFS kernel if you want.

“Normal” use of the system
You can also use LFS EXTON as any other “normal” Linux system. You can for example run Netflix in Firefox.

Running in VirtualBox/VMware
For some unknown reason LFS EXTON Build 221103 doesn’t work so well in VirtualBox. You can, however, run it in VirtualBox if you add nomodeset to the boot line when booting up LFS from the ISO file in VirtualBox. Just press TAB before the boot process starts. You can, however, run LFS EXTON without any problems in QEMU in Linux and in VMware in Windows. Watch this screenshot (running in QEMU in Linux) and this screenshot (running in VMware in Windows 11). I even managed to install LFS EXTON in VirtualBox in Linux. Not easy, but it can be done. With the help of the provided kernel sources (SourceForge.net – linux-source-6.0.zip) I also could install VirtualBox Guest Additions so that LFS EXTON can run in full screen. Watch this screenshot…
NOTE: Build 250315 works very well in VirtualBox and you can run it in full screen. Watch this screenshot…

Error during the boot process
During the boot process you will see a error message about ssh. Just press ENTER and the boot process will continue. After a hard drive installation you can get rid of the error message by running the following commands as root.
1. cd /etc/ssh
2. ssh-keygen -A
3. /etc/init.d/sshd start
Watch this screenshot…

Sound in LFS EXTON
You will only have sound when logged in to LXDE as the normal user lfs. Use Pavucontrol (PulseAudio Volume Control).

Using Samba
You can connect to your Windows computers in your Network using Samba. Example command: smbclient //192.168.0.38/LINUX -U arne
NOTE: LINUX is my shared folder on my Windows computer.
arne is my username.
192.168.0.38 is the IP address for my Windows computer.
Use the put and get commands.

Using WiFi
It is very simple. Just click on the Network (Network Manager) icon in the menu to the right. Give your password and connect! Watch this screenshot…

How to mount NTFS partitions read and write
Just run two commands as root (example)
1. mkdir /dev/sdd1
2. ntfs-3g /dev/sdd1 /mnt/sdd1

Run it fast!
The system is quite fast and responsive. You can run LFS EXTON live super fast from RAM. When the boot process is ready you can eject the DVD or USB stick – screenshot. Use Boot alternative 2 or Advanced options… >> load to RAM. Watch the live boot screen below.)

DOWNLOAD
LFS EXTON 64bit version 250315 can be downloaded from SourceForge.netFast, secure and free downloads from the largest Open Source applications and software directory.

md5sum for the LFS EXTON ISO – lfs-exton-64bit-lxde-2350mb-250315.iso

IMPORTANT NOTE 250315
I’ve decided to abandon the LFS EXTON project. Version 250315 and 221103 of LFS EXTON is based on Linux From Scratch 10.1/11.2. The newest version of Linux From Scratch is version 12.3. It is therefore not possible to upgrade LFS EXTON anymore. Not without a lot of struggle anyhow. And I don’t feel like starting from scratch (again). Too time consuming. Anyone is welcome to take over my project though. You can change everything to your liking and the create a new ISO using Refracta Snapshot, which is working very well in Build 250315. See above and download a HOWTO about Refracta Snapshot. You’ll find the just mentioned instruction also in /root in Build 250315.
/exton

Read about my Android-x86 Systems – 11, 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at andex.exton.net – latest is AndEX 11 (with GAPPS), AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Android 15, 14, 13, 12, 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 5, Pi 4 and  Pi 3/2 at raspex.exton.se – latest is RaspAnd 15 (with GAPPS), RaspAnd 14 (also with GAPPS), 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!

 

 

Follow me on Facebook…

ExTiX 21.11 – “The Ultimate Linux System” – based on Ubuntu 22.04 LTS with LXQt 0.17, Refracta Snapshot and kernel 5.14.12-exton-amd64 :: Build 211030

ExTiX 21.11 LXQt – Build 211030
I have made a new version of ExTiX – The Ultimate Linux System. I call it ExTiX 21.11 LXQt Live DVD. (The previous LXQt version was 21.5 from 210516). ExTiX 21.11 is based on a pre-release (not even BETA) of Ubuntu 22.04 LTS (Jammy Jellyfish)! Ubuntu 22.04 will be supported until 2027. The best thing with ExTiX 21.11 is that while running the system live (from DVD/USB) or from hard drive you can use Refracta Snapshot (pre-installed) to create your own live installable Ubuntu system. So easy that a ten year child can do it! One other very good thing with this version of ExTiX is that it is quite light. The ISO file is of only 1580 MB, which means that you can run the system super fast from RAM. When the boot process is ready you can eject the DVD or USB stick. Use Boot alternative 3 or Advanced options… >> load to RAM.

IMPORTANT NOTE: Since this version of ExTiX is based on a pre-release of Ubuntu you shouldn’t use it for sensitive work/business. Having said that I must also say that I haven’t found any “bugs” or so. Maybe it’s because ExTiX 21.11 uses the stable LXQt 0.17 DE (and not the more complicated Gnome DE or KDE DE).

ABOUT
ExTiX 21.11
LXQt DVD 64 bit is based on Debian Sid and upcoming Ubuntu 22.04 LTS. The original system includes the Desktop Environment Gnome. After removing Gnome I have installed LXQt 0.17. LXQt is the Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of the merge between the LXDE-Qt and the Razor-qt projects: A lightweight, modular, blazing-fast and user-friendly desktop environment. NOTE: This ExTiX LXQt Build is for installation to UEFI-enabled computers. You shall use Refracta Installer for that.

Used KERNEL
My special kernel 5.14.12-exton-amd64 with all Debian patches.

SCREENSHOTS
1. ExTiX LXQt – root’s Desktop
2. ExTiX LXQt – live’s Desktop
3. Using Refracta Installer – chroot for installing Grub
4. ExTiX 21.11 running in full screen in VirtualBox

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!

Exton Linux YouTube Videos

I’ve discovered that people (not me!) have published a lot of YouTube videos about my different Linux builds. Below is a list of the most recent ones.
 
1. ChromX OS (Chrome OS Alternative) – Install ChromX on PC – 200912
 
2. ExTiX 20.1 – The Ultimate Linux System? Installation and Review – 200111
 
3. SlackEX: Distro (de Arne Exton) basada en Slackware 14.2 con Enlightenment 0.24.2 (in Spanish) – 201115
 
4. Linux distros of 2021 – 1 best linux distros for everyone 2020 | 2021 – extix 21.1 – 210106
 
5. RaspEX Raspberry Pi 4 Media Centre Netflix, YouTube – 200113
 
6. ExLight 07/2020 ( basda en Debian Bullseye con Enlightenment 0.23.1) ideal para equipos antiguos – 200710
 
7. Exlight 01.2021: Debian Bullseye + Enlightenment 0.24.2 (la última “obra” de Arne Exton) – 210130
 
Here is a complete list of all Exton Linux builds: https://www.exton.se/?page_id=2

EXTON OpSuS (openSUSE) Tumbleweed LXQt 64 bit non-efi Linux Live CD/USB – Build 210203

EXTON OpSuS Tumbleweed is based on openSUSE Tumbleweed, which is a rolling distribution. I.e. no need for new installations. Just run the command zypper dup and you will always get the latest stable packages/kernels. The ISO file is only of 657 MB so you will run the system very fast from a CD or a USB stick. Even in VirtualBox/VMware directly from the ISO file.

Run EXTON OpSuS with PERSISTENCE from a USB stick! You can install new programs and/or change the whole system to you liking. Everything you do will be saved directly on the USB stick.

ABOUT EXTON OpSuS for PC’s
EXTON OpSuS Tumbleweed with LXQt 0.16.1 uses kernel 5.10.9-1. Installed programs: Among many other programs, Firefox, NetworkManager, GParted and Calamares Installer. You’ll run the system as root from the beginning. Root’s password is linux. EXTON OpSuS can easily be installed to hard drive (of those who so desire). For that you shall use Calamares Installer. All programs have been updated to the latest available version as of February 3, 2021. The system language is English.

Installing to a USB stick with persistence and then to hard drive
After installing EXTON OpSuS Tumbleweed to a USB stick, you can change the system completely and then install the system to a hard drive (if you like). You can also continue to have it only on the USB stick. You will enjoy persistence if you use openSUSE Imagewriter for the USB installation. You can also use Etcher (and possibly also Rufus if you install in dd-mode) in Windows for the USB installation. If you install EXTON OpSuS on a large enough (and fast) USB stick, you can go ahead and install for example KDE, Mate or Xfce4 Desktop environments. All your system changes are automatically saved to the USB stick. Note that you’ll have to use a different/new USB stick if you want to run EXTON OpSuS on another computer. That’s because certain files necessary for the configuration will be destroyed after the first boot. I.e.: You’ll have to use the same USB stick on the same computer all the time. If you later on decide to install EXTON OpSuS to hard drive using Calamares all your system changes will follow.

Installation of EXTON OpSuS from a USB stick (or CD) to hard drive using Calamares Installer
Read about how to do that on the INFO site.

Is EXTON OpSuS LXQt Build 210203 unique?
If you have a look at openSUSE’s official Download site you can see that there is no live LXQt version available. Furthermore OpenSUSE’ live versions should not be used to install or upgrade Tumbleweed.

SCREENSHOTS
1. The LXQt Desktop
2. Running in VirtualBox in full screen
3. Showing YaST Control Center
4. Calamares has started in VirtualBox
5. Running Netflix in Google Chrome (not pre-installed)

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

exGENT (Gentoo) Rpi4 for Raspberry Pi 4 with LXDE, NetworkManager, Gimp, SMPlayer, Vivaldi Browser and kernel 4.19.113-exton-v8 :: Build 200410

ABOUT exGENT Rpi4
I’ve built a Gentoo system for Raspberry Pi 4. Just for fun, but it took me four days to compile everything from “scratch”. Six days if I include failed attempts to install Firefox and Chromium. exGENT Rpi4 is a full Gentoo/Linux Desktop system with LXDE (an extremely fast-performing and energy-saving desktop environment). Study all other included packages in exGENT Rpi4. The most important apps are NetworkManager, Gimp (photo editor), SMPlayer and the Vivaldi Browser –
From the creators of Opera, a browser that is fast, but also a browser that is rich in functionality, highly flexible and puts the user first.

Raspberry Pi 4: How much better is it than the Raspberry Pi 3 Model B+?

Compatibility :: April 2020
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, EXTON OpSuS Rpi, FedEX Rpi3, exGENT Rpi4 and RaspArch. I have until now (200410) only upgraded RaspEX, RaspEX Kodi, RaspArch, exGENT Rpi4 and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

KERNEL
Kernel 4.19.113-exton-v8 is used.

SCREENSHOTS

Running Vivaldi and YouTube in exGENT Rpi4
Running SMPlayer in exGENT Rpi4

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

MeX Linux Build 190601 with Cinnamon 4.0, Refracta Snapshot and kernel 5.20-rc2-exton

NEWS/CHANGES 190601
Mex Linux is no longer based on Linux Mint. MeX Build 190601 is based only on Debian and Ubuntu 18.04.2 LTS (Long Term Support). I have replaced the original kernel with “my” special kernel 5.2.0-rc2-exton. Latest available kernel as of 190601. All packages in MeX Linux have been upgraded to the latest version by 190601. This version of MeX uses Cinnamon 4.0. Linux Mint “Tessa” 19.1 also uses Cinnamon 4.0 as Desktop environment. The very nice icon theme Papirus is installed and used. I haven’t changed the wallpapers since it’s hard to find nicer ones.

MORE MeX NEWS 190601
1. The MeX ISO is now a ISO-hybrid, which means that it can very easily be transferred (copied) to a USB pen drive.
2. Another big improvement is that MeX now can run from RAM. Use Boot alternative 4 (load to RAM). When the system has booted up you can eject the disc (DVD)/USB stick. You’ll need at least 2 GB RAM to run MeX that way. The ISO file is of only 1020 MB so MeX will run superfast from RAM!
3. I have replaced Google Chrome with Firefox. Google Chrome is no longer needed to be able to run Netflix in Linux.
4. The best thing with this new MeX build – Create your own installable Ubuntu 18.04.2 LTS Live DVD with Refracta tools (pre-installed)! The whole “remasterprocess” is so simple that a 10 year old child can do it.

Used KERNEL
The best thing with kernel 5.2.0-rc2 is that it has better support for the open-source Nvidia driver Nouveau than any other older kernel.

What’s new in kernel 5.2?

Who can benefit from MeX?
All who like Debian/Ubuntu and want a system that is easy to use and maintain. And of course those who want to create their own Ubuntu system in a very simple way with Refracta Snapshot. Regarding MeX also those who want to run a Linux system super fast from RAM and/or like to run Linux from a USB flash drive. And those who want a new kernel – 5.2-0-rc2.

SCREENSHOTS
The Desktop with Synaptic running
Spotify running

READ MORE…

ExTiX 19.5, Build 190508, with LXQt 0.14.1, Kodi 19 “Matrix”, Refracta Snapshot, Nvidia 418.74 and kernel 5.1.0-exton

ExTiX 19.5 LXQt/Kodi – Build 190508
I have made a new version of ExTiX – The Ultimate Linux System. I call it ExTiX 19.5 LXQt/Kodi Live DVD. (The previous LXQt version was 19.1.2 from 190102). The best thing with ExTiX 19.5 is that while running the system live (from DVD/USB) or from hard drive you can use Refracta Snapshot (pre-installed) to create your own live installable Ubuntu system. So easy that a ten year child can do it! As an alternative to LXQt you can run Kodi 19 ALPHA1 Matrix. Just start Kodi like any other program while logged in to the LXQt Desktop as the ordinary user live. I have enabled a few addons in Kodi. Most important the Netflix addon. One other very good thing with this version of ExTiX is that it is quite light. The ISO file is of only 1220 MB, which means that you can run the system superfast from RAM. When the boot process is ready you can eject the DVD or USB stick. Use Boot alternative 2 or Advanced options… >> load to RAM.

ExTiX 19.5 LXQt/Kodi DVD 64 bit is based on Debian and Ubuntu 19.04. The original system includes the Desktop Environment Gnome. After removing Gnome I have installed LXQt 0.14.1. LXQt is the Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of the merge between the LXDE-Qt and the Razor-qt projects: A lightweight, modular, blazing-fast and user-friendly desktop environment. I have also installed Kodi 19 Matrix with some addons already enabled. Most important Netflix, Plex and Amazon Video addons. NOTE: This ExTiX LXQt Build is for installation to UEFI-enabled computers. You shall use Refracta Installer for that.

The system language is ENGLISH.

WHAT’S SO SPECIAL about ExTiX and especially the new version from 190508?
1. The ExTiX ISO’s are ISO-hybrids, which means that they can very easily be transferred (copied) to a USB pen drive. You can even run ExTiX from the USB stick and save all your system changes on the stick. I.e. you will enjoy persistence!
2. Another big improvement is that both ExTiX versions can run from RAM. Use Boot alternative 2 (load to RAM). When the system has booted up you can remove the disc (DVD) or USB stick. You’ll need at least 2 GB RAM to run ExTiX that way. Running from RAM means that the system will run faster than from a DVD or a USB stick. Everything will be superfast I would say! Especially since the ISO file is of only 1220 MB!
3. ExTiX LXQt is now more stable than ever. All packages have been upgraded to the latest version by 190508.
4. I’ve replaced kernel 4.20.0-extix with kernel 5.1.0-exton. Kernel 5.1 is the latest kernel by 190508. (Released 190506).
5. I have replaced Ubuntu’s installation program Ubiquity (live installer) with Refracta Installer. It works very well. I.e. a new user (your user) will be created during the installation process and you’ll get a chance to change root’s password. Just start the installer from the menu under System.
6. The best thing with ExTiX 19.5 is that while running the system live (from DVD/USB) or from hard drive you can use Refracta Snapshot (pre-installed) to create your own live installable Ubuntu system.
7. As an alternative to LXQt you can run Kodi 19 Matrix . Just start Kodi like any other program while logged in to the LXQt Desktop as the ordinary user live. I have enabled a few addons in Kodi. Most important the Netflix addon. NOTE: You can’t run Kodi as root. (You won’t have sound).
8. Nvidia proprietary Graphics driver 418.74 is pre-installed in ExTiX 19.5. It will be used automatically if your computer has support for it.

What’s new in kernel 5.1?

The importance of Kodi 19 being in ALPHA level

I don’t think you will notice anything special. I.e. addons won’t crash or anything like that. Please tell me if you have any problems when running Kodi.

SCREENSHOTS
1. Kodi 19 running in VirtualBox
2. ExTiX LXQt/Kodi – live’s Desktop – VirtualBox
3. ExTiX LXQt/Kodi – Kodi info – VirtualBox
4. Live’s Desktop using the Nvidia Graphics driver
5. Root’s Desktop configuring Wifi

Kodi 19 in action – watch an animated GIF…

READ MORE…


Read about my Android-x86 Systems – Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX Pie 9.0 (without GAPPS) and AndEX Oreo 8.1 (with GAPPS)!

and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

PuppEX Bionic 64 bit, uefi, compatible with Ubuntu 18.04 :: Build 190331

NEWS 190331
Yesterday I released my first version of PuppEX Bionic64. After that I have discovered a way to install and run Spotify in PuppEX. So now you can run YouTube, Netflix and Spotify in the new PuppEX version of 190331. What more can one wish for?

ABOUT PuppEX Bionic Build 190331
My newest Puppy derivative is built from Puppy Linux 8.0 BionicPup 64 bit. I have added Google Chrome (for Netflix), PCManFM, LXTerminal and many development tools. I have also compiled a new kernel – 5.0.5-puppex. Kernel 5.0.5 is the latest stable kernel available from Kernel.org as of 190330. Furthermore I have installed Nvidia’s Proprietary Graphics driver 418.56. The Nvidia driver will be used if your computer/card is “good/modern” enough. If not automatically just open up a terminal and run the command nvidia-xconfig. Then restart X. Note: Firefox can’t be used in Puppy Linux. You won’t have sound.

PuppEX Bionic64 is compatible with Ubuntu 18.04, which means that Ubuntu packages for Ubuntu 18.04 can be installed and used in PuppEX. The PuppEX Bionic ISO is of 827 MB.

Performance
Puppy Bionic64 original is of only 354 MB. PuppEX Bionic64 is despite this still running as fast as the original, which means it runs very, very fast compared to most other Linux systems. (Puppy/PuppEX runs from RAM).

Study ALL installed packages in PuppEX Bionic64

SCREENSHOTS
PuppEX Bionic’s Desktop
Showing all main extra packages
Showing when Netflix is running
Showing a Wifi connection
Showing Nvidia settings
Spotify is running in PuppEX Build 190331

READ MORE…

RaspEX Kodi Rpi3 with LXDE and Kodi 18.1 Media Center “Leia” with Netflix, Plex and Amazon Video addons – Build 190321

ABOUT RaspEX Kodi
RaspEX Kodi Build 190321 with LXDE/Kodi Desktops can be downloaded from SourceForge.net for free. The system is made especially for the new Raspberry Pi 3 Model B+, but can of course also be used on a Raspberry Pi 3 Model B and a Raspberry Pi 2 Model B. RaspEX Kodi is based on Debian, Raspbian and Kodi Media Center. In RaspEX Kodi I’ve added the LXDE Desktop with many useful applications such as VLC Media Player and NetworkManager. Makes it easy to configure your wireless network. I’ve also upgraded Kodi to version 18.1 Leia, which makes it possible to include useful addons such as Netflix, Plex and Amazon Video. Which I’ve done. Study all included packages in RaspEX Kodi.

Replacements
My first version of RaspEX Kodi from 190124 was a replacement for RaspEX Kodi with OSMC, which was released 190117. Sam Nazarko (founder of OSMC) contacted me 190118 claiming that I was “violating” his rights to the trademark OSMC and the rules in GPLv2. I don’t think I did, but I’m also very tired. Therefore I made a new version (190124) of RaspEX Kodi without any traces of OSMC. I would say that version 190124 and 190321 are as good as the old one from 190117. I.e. excellent video and sound performance both in Kodi and LXDE. For version 190124 I charged 9 $. This new version (190321) can be downloaded for free from SourceForge.net. People should not refrain from downloading RaspEX Kodi because of the money issue.  I want all Linux and Raspberry Pi enthusiasts to enjoy the system. It runs very well on a Raspberry Pi. I.e. fast and responsive.

Kernel
Kernel 5.0.2-raspex-v7+ is used.

RaspEX Kodi performance
RaspEX Kodi is a very fast and responsive Rpi system. Much due to very low memory (RAM) usage. About 120 MB as this screenshot shows. I’ve said that RaspEX LXDE Build 181015 is very fast. RaspEX Kodi is even faster especially if you use the new Raspberry Pi 3 Model B+ to run it. The video and sound quality is also very very good. Even while running RaspEX Kodi on big TV screens. I.e. you can really enjoy Netflix and YouTube running on your Rpi mini computer!

SCREENSHOTS
1. Running Kodi
2. The LXDE Desktop logged in as the ordinary user raspex
3. Netflix running showing very good video quality
4. YouTube running showing very good video quality
5. Choosing program addons in Kodi
6. The LXDE Desktop logged in as root (super admin)
7. Kodi system info

READ MORE…

Read about my Android-x86 Systems – Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX Oreo 8.1!

and about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se – latest is RaspAnd Pie 9.0!

FedEX Rpi3 (Fedora 29) for Raspberry Pi 3 Model B and Model B+ :: Build 181206

NEWS 181206: FedEX Rpi3 for Raspberry Pi 3 Model B and Model B+ is a “remaster” of the Fedora Project’s Fedora 29 build for ARM

The Raspberry Pi is a credit card-sized ARM based single board computer (SBC). Fedora supports the the Raspberry Pi Model B versions 2 and 3 in all current Fedora releases, the 3+ is supported in Fedora 29 without any requirement of third party kernels or scripts to adjust official images.

FAQ
The documentation on Fedora Project ARM includes a Frequently Asked Questions (FAQ) about what is supported and what isn’t.

Why a remaster of the original Fedora 29 image?
The original Fedora 29 system uses the Gnome desktop. Since the Raspberry Pi 3 computer only has 1GB RAM Gnome is way to “heavy” to run smoothly. I have therefore in my remaster FedEX removed most of the Gnome applications and replaced the Gnome desktop environment with LXDE. LXDE, which stands for Lightweight X11 Desktop Environment, is a desktop environment which is lightweight and fast. It is designed to be user friendly and slim, while keeping the resource usage low. LXDE uses less RAM and less CPU while being a feature rich desktop environment. Furthermore I have “blacklisted” newer kernels than the one installed now, which is 4.18.16-300-fc29. Using newer Fedora kernels you won’t have a Wifi connection no matter what you do.

Study all installed packages in FedEX…

FedEX PERFORMANCE
Despite using LXDE the FedEX system is not very fast. When running YouTube in Firefox you’ll even have to be a bit patient. For some unknown reason the system performs slightly better when logged in as root. The original Fedora 29 Rpi 3 system has the same problem. If you want to run a real fast system on your Rpi 3 Model B+ computer you should go for RaspEX with BunsenLabs Build 181010 or RaspEX with LXDE Build 181022. A member on raspex.exton.se wrote this “review” the other day: In three days I´ve tried out different Linux distros on a laptop and on my rpi3b, “pure Ubuntu”, Kali, RaspArch, Arch and yours. Finally it feels right on my Rpi with RaspEX, easy to install and with only “2 problems” you get 9/10 (rootfs.sh and no_pubkey). After spending like 14 hours yesterday trying to install Arch on a HP-laptop, with both manual tutorial and some git-hub-pro-script, failing Big Time, this was a relief. Took me like 15min. Kali + HP = nice. RPI + RaspEX = love!

WHO SHOULD RUN FedEX Rpi3/Fedora 29 for Raspberry Pi 3?

My answer: The system fits the “advanced” Linux user/enthusiast, who would be willing to run an occasional command from time to time.

Compatibility :: December 2018
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 3 Model B+ computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, RaspEX BunsenLabs, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, EXTON OpSuS Rpi, FedEX Rpi3 and RaspArch. I have until now (181126) upgraded RaspEX, RaspEX with OpenCPN, RaspArch, EXTON OpSuS Rpi, FedEX Rpi3 and RaspAnd Oreo 8.1. Read about the new Raspberry Pi 3 Model B+…

SCREENSHOTS
FedEX’s LXDE Desktop
DNF running
Firefox and Conky running

READ MORE…