Tag Archives: frugal installation

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 (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)!

AndEX Oreo 8.1 (Android-x86_64) – Build 180103 – with GAPPS, Aptoide App Manager and Win 10 Launcher

NEWS 180103 about AndEX Oreo 8.1
My new build of Android x86_64 – andex-x86_64-oreo-8.1-gapps-aptoide-windows-1280mb-180103.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 8.1 in compatibility mode (VESA) though. NOTE: You can run AndEX Oreo Build 180103 on newer laptops and Desktop computers. The sound and video performance is generally very very good.

WARNING
Google Play Store doesn’t work in AndEX Oreo 8.1 because you can’t sign in to Google. Aptoide App Manager is a good replacement though, since Google Play Services work. I.e. you can install Google apps via Aptoide. If you want to install AndEX Oreo 8.1 to hard drive you’ll have to do it manually. Please read my INSTRUCTION.

Screenshot – AndEX Build 180103 – the Desktop with Win 10 Launcher for Android 8.1 Oreo

MORE NEWS 180103: AndEX – Oreo 8.1 with kernel 4.9.54-exton-android-x86_64 and GAPPS

My new build of Android-x86_64 Oreo 8.1 have GAPPS pre-installed. I.e. Google Play Services, Google Play Store 8.5.39.W-all, Aptoide App Manager 8.6.02, Google Play Games, Gmail and YouTube 12.45.56. Also many other apps. For example: Spotify 8.4.31.723, File Manager 2.2.0.199, Firefox 57.0.1, Google Chrome 63.0.32, Clash of Clans 9.434.4 and Popcorn Time 2.8.0.2.

Android Oreo 8.1 was released 171205.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX Oreo Build 180103 almost all apps and games can be installed NOT via Google Play Store, but via Aptoide App Manager. You can even install very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

Screenshots
Screenshot 1 – AndEX Oreo 8.1 Desktop with Win 10 Launcher
Screenshot 2 – AndEX Oreo 8.1 Desktop with Microsoft Launcher
Screenshot 3 – AndEX Oreo 8.1 – Aptoide App Manager running
Screenshot 4 – AndEX Oreo 8.1 – Boot animation
Screenshot 5 – AndEX Oreo 8.1 – Desktop with Win 10 Launcher
Screenshot 6 – AndEX Oreo 8.1 – AndEX Oreo running Google Maps
Screenshot 7 – AndEX Oreo 8.1 – AndEX Oreo first screen after boot – choose launcher

READ MORE…