PorteuX 2.1 bug reports
porteux
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
PorteuX 2.1 bug reports
Post#17 by Ed_P » 06 Jun 2025, 13:20
Code: Select all
~# cat /proc/cmdline
quiet BOOT_IMAGE=(loop)/boot/syslinux/vmlinuz from=/ISOs/PorteuX/porteux-v2.1-current-cinnamon-6.4.10-x86_64.iso volume=33 reboot=cold extramod=/porteux/Modules;/porteux/modsavedat kmap=us norootcopy noload=mychanges;My

Added in 44 minutes 30 seconds:
Same situation in AF mode. You think your ISO is the problem? It's always worked before.
This a contributing factor?
Or this?
Ed_P
PorteuX 2.1 bug reports
Post#18 by porteux » 06 Jun 2025, 17:06
Not just AF, but using a clean USB stick with just PorteuX, with no grub, nothing; the normal way as described here: https://github.com/porteux/porteux/blob ... nstall.txt
porteux
Ed_P
porteux
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
PorteuX 2.1 bug reports
Post#21 by Ed_P » 06 Jun 2025, 20:59
No. My USB drive are either FAT32 or exFAT formatted, no hard drive formats.
I have tried booting the USB drive's porteux system live verses via EFI and got this when trying to add firefox support modules.

And I can assure you there is no 000-kernel-6.15 module in my Modules folder.
My grub2 live boot menu:
Code: Select all
if [ -e (hd0,msdos1)/porteux/base/000-kernel-6.15.xzm ]; then
menuentry " PorteuX 2.1 USB - AF'" --class slackware --class user-icon-usb {
set bootparms="volume=33 reboot=cold " # extramod=/Modules noload=50;pipe;wm"
set bootdrv=$root
search -f /boot/syslinux/vmlinuz --set=root
if [ $root != $bootdrv ]; then
linux /boot/syslinux/vmlinuz $bootparms
initrd /boot/syslinux/initrd.zst
else
echo "----------------------------------------"
echo USB drive NOT found.
echo
sleep -v -i 10
fi
set root=$bootdrv
}
fi
Ed_P
PorteuX 2.1 bug reports
Post#22 by porteux » 06 Jun 2025, 23:50
Please, try without any cheatcode, without grub, without saving sessions. Just copy the ISO content to a USB stick formatted in FAT32 and boot in Always Fresh. Let's do baby steps

porteux
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
PorteuX 2.1 bug reports
Post#23 by Ed_P » 07 Jun 2025, 00:47
Yes, with the USB direct boot I used a couple of simple boot parms, which should have 0 impact on NTFS. With the USB EFI boot no boot parms were used, straight chainloader to the USB's EFI module.
Code: Select all
if [ -e (hd0,msdos1)/porteux/base/000-kernel-6.15.xzm ]; then
menuentry " PorteuX 2.1 USB - EFI" --class slackware --class user-icon-usb {
set bootmgr=/EFI/boot/bootx64.efi #grubx64.efi # bootx64.efi
set bootdrv=$root
search -f $bootmgr --set=root
echo USB: $root
sleep -v -i 4
if [ $root != $bootdrv ]; then
chainloader $bootmgr
else
echo "----------------------------------------"
echo USB drive NOT found.
echo
sleep -v -i 10
fi
set root=$bootdrv
}
fi
Ed_P
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
PorteuX 2.1 bug reports
Post#24 by rych » 07 Jun 2025, 03:56
Thanks for the GParted screenshot. Since it doesn't show anything unusual (right click on partition for more Information or flags?), could you run for example
Code: Select all
mount | grep ntfs
I have both porteuS/X installed on the system NVMe SSD (like you?) and I can always write on the common NTFS partition, regardless which of those two I boot. (I haven't booted into Windows for months though.)
rych
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
PorteuX 2.1 bug reports
Post#25 by Ed_P » 07 Jun 2025, 04:24
porteuX 2.1? As noted above USB 2.0 works fine with NTFS for me.
Added in 19 minutes 28 seconds:
2.1 Cinnamon AF EFI boot.rych wrote: ↑07 Jun 2025, 03:56could you run for example
I just want to understand: is it or is it not mounted read-only, and why.Code: Select all
mount | grep ntfs

Ed_P
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
PorteuX 2.1 bug reports
Post#26 by rych » 07 Jun 2025, 07:58
Yes.
1. Could be that ntfs3 doesn't like something. Maybe unmount and mount from CLI to see error messages?
2. Also, interesting to see ownership of files on that partition: is it root or guest?
( 3. Also, Windows encrypted or compressed disks might not be fully accessible in Linux.)
rych
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
PorteuX 2.1 bug reports
Post#27 by rych » 07 Jun 2025, 11:19
There must have been reasons I chose porteus's OpenBox over LXDE


rych
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
PorteuX 2.1 bug reports
Post#28 by Ed_P » 07 Jun 2025, 18:23
No encryption or compression involved, ever.

Code: Select all
guest@porteux:~$ echo PorteuX 2.1 Cinnamon x64_86 AF mode
PorteuX 2.1 Cinnamon x64_86 AF mode
guest@porteux:~$ ls -lon --color=never /mnt/nvme0n1p4
total 36
drwxr-xr-x 1 0 0 May 24 06:59 $RECYCLE.BIN/
drwxr-xr-x 1 0 4096 May 25 06:11 acer/
drwxr-xr-x 1 0 4096 Apr 25 06:03 Brother/
-rwxr-xr-x 1 0 411 Jun 21 2024 EFIdirs.txt*
drwxr-xr-x 1 0 0 Apr 25 06:03 grub2/
drwxr-xr-x 1 0 4096 Apr 25 06:03 HomeMovies/
drwxr-xr-x 1 0 4096 Jun 4 06:01 ISOs/
drwxr-xr-x 1 0 0 Apr 25 05:59 nemesis/
drwxr-xr-x 1 0 4096 May 26 14:58 porteus5.0/
drwxr-xr-x 1 0 4096 May 17 00:34 porteus5.1/
drwxr-xr-x 1 0 4096 Jun 6 08:51 porteux/
drwxr-xr-x 1 0 0 Apr 25 06:00 Recovery/
drwxr-xr-x 1 0 4096 Jun 7 06:24 System\ Volume\ Information/
drwxr-xr-x 1 0 0 Jun 7 2025 Temp/
drwxr-xr-x 1 0 4096 Apr 25 06:00 Users/
-rwxr-xr-x 1 0 308 Jun 13 2024 wsl.txt*
guest@porteux:~$
Ed_P