dolphin_oracle's respins (updated June 23, 2024)

Help on all MX Re-spins
Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22247
Joined: Sun Dec 16, 2007 12:17 pm

dolphin_oracle's respins (updated June 23, 2024)

#1 Post by dolphin_oracle »

I've made up several respins of the official isos.

***edit***

**edit** all MX-21 respins have been removed from dolphin oracle's personal sourceforge, due to sourceforge asking me to. I don't have the isos anymore, so don't ask for them please.

MX 23.3 respins are still available, and will likely get updated at somepoint to latest.

**end edit***

MX 23.4 systemd-only respin is up. Its a full version of MX-23.3 64 bit, with sysVinit removed.

MX 23.3 sysVinit-only resipin is up, Full version of MX-23.3 64 bit, with systemd removed. elogind, libelogind, and libpam-elogind are utilized to fill those session management requirements.


MX-23 respins
Last edited by dolphin_oracle on Tue Dec 24, 2024 9:42 pm, edited 20 times in total.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: dolphin_oracle's respins

#2 Post by SwampRabbit »

nice!
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

User avatar
Eadwine Rose
Administrator
Posts: 14625
Joined: Wed Jul 12, 2006 2:10 am

Re: dolphin_oracle's respins

#3 Post by Eadwine Rose »

Way cool! :happy:
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
siamhie
Global Moderator
Posts: 3339
Joined: Fri Aug 20, 2021 5:45 pm

Re: dolphin_oracle's respins

#4 Post by siamhie »

Very cool. :yay: Gonna try the bare_x64 in a VM.


OK, that took only 5-6 minutes to install into a VM. Boot time is the same as my MX-21 Fluxbox on hardware. Great job. :number1:


Image
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
fehlix
Developer
Posts: 12700
Joined: Wed Apr 11, 2018 5:09 pm

Re: dolphin_oracle's respins

#5 Post by fehlix »

dolphin_oracle wrote: Thu Jan 06, 2022 8:32 am the second is a 32 bit iso with the antiX 4.9 kernel, for folks that need that kernel for one reason or another. otherwise its identical to the standard 32bit Xfce iso.
On the 32bit iso boot it gives a "SQUASHFS error: Filesystem uses "unknown" compression.
Hmm, not sure I had the impression mx-snapshot would capture this and would not allow creating zstd-compressed squashfs for antix 4.9 kernel, which does not support squashfs_zstd compression.
+++EDIT+++
for the record...
Check:

Code: Select all

unsquashfs -stat /mnt/iso/iso1/antiX/linuxfs| grep -i compression
Compression zstd
and

Code: Select all

grep ^CONFIG_SQUASHFS_ /mnt/iso/sq1/boot/config-4.9.0-294-antix.1-686-smp-pae 
CONFIG_SQUASHFS_FILE_CACHE=y
CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3

User avatar
dolphin_oracle
Developer
Posts: 22247
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins

#6 Post by dolphin_oracle »

fehlix wrote: Fri Jan 07, 2022 3:13 pm
dolphin_oracle wrote: Thu Jan 06, 2022 8:32 am the second is a 32 bit iso with the antiX 4.9 kernel, for folks that need that kernel for one reason or another. otherwise its identical to the standard 32bit Xfce iso.
On the 32bit iso boot it gives a "SQUASHFS error: Filesystem uses "unknown" compression.
Hmm, not sure I had the impression mx-snapshot would capture this and would not allow creating zstd-compressed squashfs for antix 4.9 kernel, which does not support squashfs_zstd compression.
hmph...apparently not. I'll redo that one.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Adrian
Developer
Posts: 8946
Joined: Wed Jul 12, 2006 1:42 am

Re: dolphin_oracle's respins

#7 Post by Adrian »

I messed up the check? https://github.com/MX-Linux/mx-snapshot ... pp#L53-L58
Do you have headers installed? I set it up so the check doesn't fail if there is no /boot/config-kernelversion

User avatar
dolphin_oracle
Developer
Posts: 22247
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins

#8 Post by dolphin_oracle »

Adrian wrote: Fri Jan 07, 2022 3:58 pm I messed up the check? https://github.com/MX-Linux/mx-snapshot ... cpp#L53-58
Do you have headers installed? I set it up so the check doesn't fail if there is no /boot/config-kernelversion
I'm pretty sure the headers are installed. I'll give it a check when I get home.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22247
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins

#9 Post by dolphin_oracle »

@fehlix i uploaded new 4.9 iso, this time used gzip.

@Adrian there is a config file uner /boot called config-4.9.0-294-antix.1-686-smp-pae and a matching vmlinuz-4.9.0-294-antix.1-686-smp-pae.

uname -r reports as 4.9.0-294-antix.1-686-smp-pae
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
seaken64
Posts: 819
Joined: Wed Jan 02, 2019 1:43 pm

Re: dolphin_oracle's respins

#10 Post by seaken64 »

@dolphin_oracle , thank you. Especially for the 32-bit version. I think the 64-bit "bare" version would be good to try experimenting with LXDE/LXQT? That was brought up in another thread and I'd like to start playing with that idea.

Seaken64
MX21-64 XFCE & W11 on Lenovo 330S LT. MX21-KDE & MX21-XFCE on Live USB.
MX18-64 & W7, Fedora on HP Core2 DT
MX21-32 XFCE w/ MX-Fluxbox on P4HT DT w/ antiX21, SUSE Tumbleweed, Q4OS, WXP
antiX21 on Compaq PIII 1 Ghz DT, w/ Debian, MX18FB, W2K

Post Reply

Return to “MX Respins”