PorteuX 2.6 has been released

PorteuX - The Next Experience. It's inspired by Slax and Porteus but with heaps of improvements
User avatar
Ed_P
Contributor
Contributor
Posts: 9270
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 2.6 has been released

Post#16 by Ed_P » 03 Mar 2026, 06:30

jk9 wrote:
03 Mar 2026, 05:55
So terribly sorry that I haven't already done it in my previous post,
Not a problem. So all the PorteuX boot parms are what's in the porteus.cfg file in the iso. It's too bad Ventoy doesn't support adding boot parms to the menu.

With the iso files all on the USB drive you could run the /boot/PorteuX_Install app on the USB drive and boot it directly. :) :happy62: The machine's boot menu might even show both Ventoy and PorteuX as boot options. :o Worth a shot. :)

jk9
Black ninja
Black ninja
Posts: 48
Joined: 01 May 2016, 12:19
Distribution: Porteux 2.6 XFCE
Location: Germany

PorteuX 2.6 has been released

Post#17 by jk9 » 03 Mar 2026, 07:28

... you could run the /boot/PorteuX_Install app on the USB drive and boot it directly.
Yes, I know but I'm not gonna use the whole USB drive for the sole purpose of booting one operating system.
In fact, ventoy.json isn't necessary at all in this particular case. I could just edit /boot/syslinux/porteux.cfg and boot the iso from Ventoy's menu.
But then again, still trying to figure out why it doesn't work without copying the contents of the iso file to the root of the USB drive.

Update:
Needless to copy the entire contents of the iso file to the USB drive. The porteux folder is enough but has to be placed on the root of the USB drive.

User avatar
Ed_P
Contributor
Contributor
Posts: 9270
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 2.6 has been released

Post#18 by Ed_P » 03 Mar 2026, 17:57

jk9 wrote:
03 Mar 2026, 07:28
Yes, I know but I'm not gonna use the whole USB drive for the sole purpose of booting one operating system.
Not disagreeing but also not saying doing the porteus install would delete the ventoy install. They would both be there.
jk9 wrote:
03 Mar 2026, 07:28
But then again, still trying to figure out why it doesn't work without copying the contents of the iso file to the root of the USB drive.
Edit the iso's /boot/syslinux/porteux.cfg file's APPEND line add remove the changes=EXIT:/porteux parm.

jk9
Black ninja
Black ninja
Posts: 48
Joined: 01 May 2016, 12:19
Distribution: Porteux 2.6 XFCE
Location: Germany

PorteuX 2.6 has been released

Post#19 by jk9 » 04 Mar 2026, 05:17

Alrighty, I think I got it.

The ventoy.json file remains the same:

Code: Select all

{
     "theme": {
          "display_mode": "CLI"

    },


     "control": [
          { "VTOY_MENU_TIMEOUT": "2" },
          { "VTOY_DEFAULT_IMAGE": "/porteux2.6.iso" },
          { "VTOY_WIN11_BYPASS_CHECK": "1" }

    ],

    "conf_replace": [
        {
            "iso": "/porteux2.6.iso",
            "org": "/boot/syslinux/porteux.cfg",
           "new": "/ventoy/porteux.cfg"
        }

    ]
} 
The original PorteuX iso file is copied to the root of the USB drive.
The APPEND line in porteux.cfg placed in the ventoy folder next to the ventoy.json is to be edited this way:

Code: Select all

APPEND changes=EXIT:/extras/save.dat changes-ro nobluetooth from=/mnt/sda1/porteux2.6.iso extramod=/extras/modules 

User avatar
Ed_P
Contributor
Contributor
Posts: 9270
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 2.6 has been released

Post#20 by Ed_P » 04 Mar 2026, 06:08

Certainly an interesting approach, where did you find it?

Note; the save.dat is only available after you have booted porteux and created it. So the initial boot needs the changes= parm dropped.

I would also drop the change-ro and nobluetooth parms until proven you need them. If Ventoy knows where the iso is I'm not sure you need the from= parm also unless you want to boot an iso on a drive different than the Ventoy USB drive. Obviously the extramod= folder must exist on the Ventoy drive. If you have multiple systems on the Ventoy drive having the extra mods in a directory named /porteux/extras/modules would seem to be more appropriate.

Please keep us informed how this approach works for you jk9.

jk9
Black ninja
Black ninja
Posts: 48
Joined: 01 May 2016, 12:19
Distribution: Porteux 2.6 XFCE
Location: Germany

PorteuX 2.6 has been released

Post#21 by jk9 » 04 Mar 2026, 07:05

... where did you find it?
Common sense really ...
I'm not sure you need the from= parm also unless you want to boot an iso on a drive different than the Ventoy USB drive
That was the trouble actually, as Ventoy wouldn't find the porteux folder to boot from unless it's on the root of the USB Drive, which defeats my purpose.

Yes, apart from the from=/mnt/sda1/porteux2.6.iso, all other parameters are added gradually after booting and setting up the untouched original PorteuX iso file the way that suits me best. The changes-ro parameter is the last one added to the APPEND line.
Yes, extramod folder as well as save.dat are on the Ventoy USB drive.

porteux
Shogun
Shogun
Posts: 341
Joined: 12 Mar 2023, 22:10
Distribution: PorteuX

PorteuX 2.6 has been released

Post#22 by porteux » 04 Mar 2026, 08:28


jk9
Black ninja
Black ninja
Posts: 48
Joined: 01 May 2016, 12:19
Distribution: Porteux 2.6 XFCE
Location: Germany

PorteuX 2.6 has been released

Post#23 by jk9 » 04 Mar 2026, 09:23

porteux wrote:
04 Mar 2026, 08:28
@jk9, this may help: https://github.com/ventoy/Ventoy/issues ... 2505005578
I had already seen that.
I don't know but I find it quite satisfactory the way I'm doing it for the time being. Nevertheless, more options are always welcome.

User avatar
Ed_P
Contributor
Contributor
Posts: 9270
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 2.6 has been released

Post#24 by Ed_P » 04 Mar 2026, 19:28

jk9 wrote:
04 Mar 2026, 05:17
The APPEND line in porteux.cfg placed in the ventoy folder next to the ventoy.json
Just so I, a non-Ventoy user, understand, there is a ventoy folder and in it you place a modified porteus.cfg file. Not just the APPEND line. :hmmm:

jk9
Black ninja
Black ninja
Posts: 48
Joined: 01 May 2016, 12:19
Distribution: Porteux 2.6 XFCE
Location: Germany

PorteuX 2.6 has been released

Post#25 by jk9 » 05 Mar 2026, 03:32

Just so I, a non-Ventoy user, understand, there is a ventoy folder and in it you place a modified porteus.cfg file. Not just the APPEND line.
That's it. There a folder named ventoy containing ventoy.json and porteux.cfg. This leaves the original PorteuX iso file untouched.

User avatar
Ed_P
Contributor
Contributor
Posts: 9270
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 2.6 has been released

Post#26 by Ed_P » 05 Mar 2026, 05:18

jk9 wrote:
05 Mar 2026, 03:32
That's it. There a folder named ventoy containing ventoy.json and porteux.cfg. This leaves the original PorteuX iso file untouched.
:good: Thank you. :happy62: :beer:

jk9
Black ninja
Black ninja
Posts: 48
Joined: 01 May 2016, 12:19
Distribution: Porteux 2.6 XFCE
Location: Germany

PorteuX 2.6 has been released

Post#27 by jk9 » 09 Mar 2026, 14:04

For more convenience, let's use UUID instead of sda1

Code: Select all

APPEND changes=UUID:4E21-0000/extras/save.dat changes-ro nobluetooth from=UUID:4E21-0000/porteux2.6.iso extramod=UUID:4E21-0000/extras/modules 

User avatar
Ed_P
Contributor
Contributor
Posts: 9270
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 2.6 has been released

Post#28 by Ed_P » 09 Mar 2026, 15:24

Definitely more specific, and more accurate with USB installs, especially with multiple installs on the same system. :happy62:

nanZor
Warlord
Warlord
Posts: 535
Joined: 09 Apr 2019, 03:27
Distribution: Porteus / PorteuX on f2fs usb

PorteuX 2.6 has been released

Post#29 by nanZor » 29 Mar 2026, 09:42

Cinnamon Network Manager Wifi issue in 2.6 ?

This may not be an issue because I'm not too familiar with Cinnamon - but I noticed that when I clicked the wifi icon to pick up my home router, instead of asking me for a password, it immediately throws "activation of network failed" notice.

I can go into the Network Settings, and enter my password there and all is good from there on, so no worries.

But should I be expecting a popup asking for password when I'm connecting to a system for the first time?
That's a UNIX book - cool. -Garth

porteux
Shogun
Shogun
Posts: 341
Joined: 12 Mar 2023, 22:10
Distribution: PorteuX

PorteuX 2.6 has been released

Post#30 by porteux » 29 Mar 2026, 15:02

@nanZor, thanks for reporting this issue.

It's already fixed for the next release.

In the meantime you can download and activate gnome-keyring.

Post Reply