TWO NEW PuppEX Noble64 (Puppy Linux) Builds with Mate respective KDE Plasma Desktop Environment – 241031/241029

Those new Puppy Linux derivatives are made by me. They are built from Ubuntu 24.04 (Noble Numbat) packages and packages built from woof-CE Recipes. I’ve also compiled a brand new kernel – 6.11.5-exton.

COMPATIBLE WITH Ubuntu 24.04 LTS
PuppEX Noble64 Mate/KDE is compatible with Ubuntu 24.04 (Noble Numbat), which means that Ubuntu packages for Ubuntu 24.04 can be installed and used in PuppEX. You can use the Synaptic Package Manager or the Apt command. (apt update, apt upgrade, apt install MyUsefulPackage etc).

NOTE: PuppEX Noble64 Mate/KDE uses the original Ubuntu 24.04 repositories. Ubuntu 24.04 will be supported until April 2029…

SCREENSHOTS
1. The Mate Desktop 1
2. The Mate Desktop 2
3. Synaptic running
4. The KDE Desktop 1
5. The KDE Desktop and a Samba connection

READ MORE…

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 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 14 (with GAPPS), 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1
(also with GAPPS)!

How to make a simple Frugal install (Puppy Linux like) of many major Linux distributions :: 241025

Recently I found a way to make a simple Frugal install (Puppy Linux like) of many major Linux distributions.  The method is called FirstRibIT. It was announced by wiak at the Puppy Linux Discussion Forum 240630.  At the moment the following Linux distributions are supported:
1 FirstRib anypup (default BookwormPup64_10.0.6.iso; rough shutdown) firstribed using FR wiak initrd
2 PopOS64
3 EndeavourOS
4 Manjaro
7 MakuluLinux-Shift-x64-Ubuntu
8 MX Linux X64
13 Zorin
14 NeonKDE
15 Garuda (warning: Cancel out of disk partitioning install)
16 Bodhi
17 MassOS
18 TinyCoreLinux64
20 Intel Clear Linux
21 Ubuntu_live
23 linux-lite
24 bunsen-lithium
25 LXLE-Focal
26 tails-amd64
27 Debian_live
28 Regata_OS
29 Kodachi
30 SysLinuxOS
31 4MLinux
33 Fedora
34 Xubuntu
35 Lubuntu
36 Mabox
37 Sparky
38 Spiral
44 Linux Mint
98 Generic Arch Linux based
99 Generic Debian/Ubuntu based

NOTE1: To be able to use FirstRibIT you’ll have to have one Linux system installed and use Grub as boot loader.

If you want to try out FirstRibIT you shall follow these steps:
1. Create a folder in the root of your Linux system (/). Name it for example KL-ZORIN.
2. Download a script called firstribit.sh with the command
wget -c https://gitlab.com/firstrib/firstrib/-/raw/master/latest/build_system/firstribit-latest.sh -O firstribit.sh && chmod +x firstribit.sh
3. Put the script firstribit.sh into the folder KL-ZORIN.
4. Download the ISO file Zorin-OS-17.2-Core-64-bit.iso
5. Put the ISO file into the folder KL-ZORIN.
6. Go into the folder KL-ZORIN (cd /KL-ZORIN).
7. Run the command./firstribit.sh optional_f_it_plugname
After a few minutes everything is ready. The only thing left to do is to configure Grub so that Zorin can start – see below.

Add the following lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom (depending on how you have configured your Grub installation):
menuentry ‘MX Linux ::WORK:: (sda2-Samsung_T5)’ –class mxlinux –class gnu-linux –class gnu –class os $menuentry_id_option ‘osprober-gnulinux-simple-3ec7ea01-8e4f-491e-879f-335560d44205’ {
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 3ec7ea01-8e4f-491e-879f-335560d44205
else
search –no-floppy –fs-uuid –set=root 3ec7ea01-8e4f-491e-879f-335560d44205
fi
linux /boot/vmlinuz-6.4.0-1mx-ahs-amd64 root=UUID=3ec7ea01-8e4f-491e-879f-335560d44205 rw quiet acpi_backlight=vendor splash acpi_rev_override=1
initrd /boot/initrd.img-6.4.0-1mx-ahs-amd64
}

menuentry ‘KL-ZORIN (FRUGAL – sdb2 – SAMSUNG) 241025’ –class gnu-linux –class gnu –class os $menuentry_id_option ‘osprober-gnulinux-simple-3ec7ea01-8e4f-491e-879f-335560d44205’ {
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 3ec7ea01-8e4f-491e-879f-335560d44205
else
search –no-floppy –fs-uuid –set=root 3ec7ea01-8e4f-491e-879f-335560d44205
fi
linux /KL-ZORIN/vmlinuz w_bootfrom=UUID=3ec7ea01-8e4f-491e-879f-335560d44205=/KL-ZORIN w_changes=RAM2
initrd /KL-ZORIN/initrd.gz
}

NOTE2: MX Linux is my main Linux system where the frugal installation of Zorin is made. As you can see the UUID is the same for both systems. You shall of course change the UUID to suit your installation.

Now you can just reboot your computer and enjoy Zorin (or any other Linux system of the ones I’ve listed above). I myself have tested FirstRibIT also for Fedora and Manjaro. Works very well as expected.  The Grub lines (configuration) is the same for all Linux systems supported.

When running Zorin or any of the other Linux systems, which are supported, you can of course change the system to your liking and upgrade the whole system. To make your system changes permanent you shall run the command sudo save2flash before power off or rebooting your computer.

NOTE3: You may have to install Yad before running the command sudo save2flash.

SCREENSHOTS
1. Using save2flash
2. The Zorin Desktop (after some changes)
3. Upgrading the Zorin system

################################################

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 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 14 (with GAPPS), 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1
(also with GAPPS)!

PuppEX Slack64 (Puppy Linux) compatible with Slackware 15 :: Build 241018

NEWS ABOUT PuppEX Slack64 15.0 241018
This Puppy Linux derivative is built using Puppy Linux Woof-CE Builder. It is compatible with Slackware 15.0 and uses kernel 6.10.13-exton. This Puppy system works very well on UEFI and non-UEFI computers. You can build your own Puppy Linux Slackware 15 compatible system using PuppEX as “groundwork”. Just start the remaster tool (Remaster Puppy) and follow the instructions given by the remaster script. I’ve included devx_puppex-slack64.sfs in the ISO file. Load it if you need it. Study all installed packages in this PuppEX build.

A NEW VERSION of PuppEX Slack64 – 241018
This PuppEX Slack64 Build from 241018 runs very well on ALL “normal” computers. Build 241016 was missing a lot of firmware. Therefore X couldn’t be auto-configured on some computers.

SCREENSHOTS
1. First screen after boot
2. A Frugal install running from a USB stick
3. Puppy Linux info
4. Light Browser is outdated
5. Installing Firefox
6. Installing VirtualBox Guest Additions
7. Running in full screen in VirtualBox
8. Running the lspci command
9. Showing a Samba connection

READ MORE…

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 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 14 (with GAPPS), 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1
(also with GAPPS)!

PuppEX (Puppy Linux) Noble64 – compatible with Ubuntu 24.04 – with Mate as DE :: Build 241007

NEWS ABOUT PuppEX Noble64 Mate 24.04 241007
This Puppy derivative is made by me. It is built from Ubuntu 24.04 (Noble Numbat) packages and packages built from woof-CE Recipes. I’ve also compiled a brand new kernel – 6.10.13-exton. This is special about this new PuppEX version:
1. I’ve replaced the original Puppy Linux Desktop with Mate (The MATE Desktop Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems), which I find more useful.
2. I’ve added some essential packages. Among them Samba so you can connect to your Windows computers in your home Network. Study all installed packages…
The ISO size is therefore rather BIG (2030 MB), but PuppEX runs nevertheless as fast as the original Puppy, which means that it runs very very fast! Puppy Linux/PuppEX runs from RAM. You’ll need at least 4GB RAM to run this PuppEX version.
3. I’ve installed VirtualBox Guest Additions, which means that you can run this PuppEX version in full screen in VirtualBox. Watch this screenshot…
4. I’ve included devx_puppex-noble64.sfs in the ISO file. Load it if you need it.
NOTE: When the boot process is ready you will automatically be logged in as root to the Mate Desktop. The password for root is root (if you for some reason should need it). When logged in to the Mate DE you must wait a few seconds before the Desktop and the apps are fully loaded.

COMPATIBLE WITH Ubuntu 24.04 LTS
PuppEX Noble64 Mate is compatible with Ubuntu 24.04 (Noble Numbat), which means that Ubuntu packages for Ubuntu 24.04 can be installed and used in PuppEX. You can use the Synaptic Package Manager or the apt command. (apt update, apt upgrade, apt install MyUsefulPackage etc).
IMPORTANT NOTE: The normal remasterpup2 script (which is included in all Puppy Linux versions) doesn’t work in PuppEX Noble64. The remasterpup2 script works very well in PuppEX Bookworm64 though. It works very well in PuppEX Slack64 15.0 too.
NOTE: PuppEX Noble64 Mate uses the original Ubuntu 24.04 repositories. Ubuntu 24.04 will be supported until April 2029

Install PuppEX Noble64 Mate to hard drive
That is best done in the same way (frugal) as regards PuppEX Jammy64. Read about how to do that at the INFO site.

SCREENSHOTS
1. Running in full screen in VirtualBox
2. Using WiFi
3. Running a video in MPV
4. Loading the devx file
5. Using Samba

READ MORE…

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 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 14 (with GAPPS), 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1
(also with GAPPS)!

PuppEX (Puppy Linux) Noble64 – compatible with Ubuntu 24.04 – with LXDE as DE :: Build 241002

NEWS ABOUT PuppEX Noble64 24.04 241002
This Puppy derivative is a simple remaster of Noblepup64 24.08, which was released 240906 by “peebee”. It is built from Ubuntu 24.04 packages and packages built from woof-CE Recipes. Noblepup64 is one of the the best Puppy Linux systems I’ve ever tried so I decided to make it even better. My small changes of the original system:
1. I’ve replaced the original Puppy Linux Desktop with LXDE (DE for All), which I find more useful.
2. I’ve added some essential packages. Among them Samba so you can connect to your Windows computers in your home Network. Study all installed packages…
The ISO size has therefore increased from 990 MB to 1020 MB, but PuppEX runs nevertheless as fast as the original Puppy, which means that it runs very very fast! (Puppy Linux/PuppEX runs from RAM).
3. I’ve installed VirtualBox Guest Additions, which means that you can run this PuppEX version in full screen in VirtualBox. Watch this screenshot…
4. Some cosmetic changes. I.e. new wallpapers and icons.

COMPATIBLE WITH Ubuntu 24.04 LTS
Noblepup64.24.08/PuppEX Noble64 is compatible with Ubuntu 24.04 (Noble Numbat), which means that Ubuntu packages for Ubuntu 24.04 can be installed and used in PuppEX. You can use the Synaptic Package Manager or the apt command. (apt update, apt upgrade, apt install MyUsefulPackage etc).
IMPORTANT NOTE: The normal remasterpup2 script (which is included in all Puppy Linux versions) doesn’t work in Noblepup64 24.08. I had to use my “special remaster tricks” to be able to build PuppEX Noble64. The remasterpup2 script works very well in PuppEX Bookworm64 though. It works very well in PuppEX Slack64 15.0 too.
NOTE: Noblepup64.24.08/PuppEX Noble64 uses the original Ubuntu 24.04 repositories. Ubuntu 24.04 will be supported until April 2029

SCREENSHOTS
1. Running in full screen in VirtualBox
2. Showing a WiFi connection
3. The normal Desktop for root
4. Showing the SAVE option

READ MORE…

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 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 14 (with GAPPS), 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1
(also with GAPPS)!