“Live” Carrier Installation
- patatino
- White ninja
- Posts: 11
- Joined: 06 Feb 2025, 15:30
- Distribution: Debian12 Xfce-Q4Os
- Location: France
“Live” Carrier Installation
Post#1 by patatino » 03 Mar 2025, 19:06
'Texte en français : Bonjour, je suis nouvel utilisateur (Francais et non anglophone) de Porteux et n'arrive pas à démarrer en "live" l'iso gravée sur une clé Usb où sur un Cd Rom, et ce quelque soit la version de l'Iso (1.9,1.8,1.7). Après la séquence "init', plus rien ne se passe (pas d'écran d'accueil). Quelqu'un peut-il m'aider ? Un grand merci par avance.'
patatino
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
“Live” Carrier Installation
Post#2 by Ed_P » 03 Mar 2025, 21:22

Did you follow the instructions in the porteux ISO's /boot/docs/install.txt?
How are you booting the USB key? BIOS, EFI, grub2, ...
My grub2 menu to boot Porteux 1.9:
Code: Select all
menuentry " PorteuX 1.9 ISO - Cinnamon AF+" --class slackware --class user-icon-porteux {
# https://github.com/porteux/porteux/releases
set linux_folder=/porteux
# set iso="/ISOs/PorteuX/porteux-v1.8-current-cinnamon-6.4.2-x86_64.iso"
set iso="/ISOs/PorteuX/porteux-v1.9-current-cinnamon-6.4.6-x86_64.iso"
set bootparms="volume=33 reboot=cold extramod=$linux_folder/Modules;$linux_folder/modsavedat \
kmap=us norootcopy noload=-test;myc;MyC"
search -f $iso --set=root
loopback loop $iso
linux (loop)/boot/syslinux/vmlinuz from=$iso $bootparms
initrd (loop)/boot/syslinux/initrd.zst
}
Added in 3 hours 36 minutes 35 seconds:
Format USB drive FAT32. If drive larger than 32GB partition it.
Copy all files in the ISO to the USB drive.
Run the appropiate /boot/porteux-installer-for app.
Boot the USB drive. It will boot anywhere.

If it doesn't boot you have a hardware problem.

Ed_P
porteux
- patatino
- White ninja
- Posts: 11
- Joined: 06 Feb 2025, 15:30
- Distribution: Debian12 Xfce-Q4Os
- Location: France
“Live” Carrier Installation
Post#4 by patatino » 08 Mar 2025, 16:03
Merci pour la réponse (Thanks for the response)
patatino
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
“Live” Carrier Installation
Post#5 by Ed_P » 08 Mar 2025, 18:03

Check your Windows' AV/Security logs to see if they are blocking it.

The file is executable in the ISO and should be on the USB drive when you copy it. Are you executing it on the USB drive?
Code: Select all
guest@porteux:/mnt/live/mnt/isoloop/boot$ ls -hon porte*
-rwxr-xr-x 1 1000 189K Feb 1 21:47 porteux-installer-for-linux.run*
-rwxr-xr-x 1 1000 164K Dec 15 22:23 porteux-installer-for-windows.exe*
guest@porteux:/mnt/live/mnt/isoloop/boot$
See my prior posting.

Ed_P
“Live” Carrier Installation
Post#6 by porteux » 08 Mar 2025, 22:16
The only way to make PorteuX work on your machine is to build it yourself. You'll need to edit https://github.com/porteux/porteux/blob ... etflags.sh and change ARCHITECTURELEVEL variable to "x86-64".
If the main branch doesn't compile for you, you can try the 2.0 one.
porteux
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
“Live” Carrier Installation
Post#7 by Ed_P » 09 Mar 2025, 06:42

It would be nice if the Installer could note the requirement when installing.


Added in 16 minutes 59 seconds:
At the bottom of the https://github.com/porteux/porteux/tree/main page, the section labelled Building references a createModule.sh script. A link as to where that script is would be helpful.

Added in 21 minutes 13 seconds:
Like this one: https://github.com/porteux/porteux/blob ... eModule.sh

Certainly not where one would think to look for it, especially if new to Porteux.
Added in 9 minutes 34 seconds:
Or this one:
I suggest it would be better here: https://github.com/porteux/porteux/tree ... lder-utilsBlaze wrote: ↑01 Mar 2025, 06:35PorteuX script for build kernel
https://github.com/porteux/porteux/tree/main/000-kernel

Ed_P
porteux
patatino
porteux
Ed_P
“Live” Carrier Installation
Post#12 by porteux » 14 Mar 2025, 22:07
There are no ISOs because 2.0 hasn't been released yet. So just the source code.
porteux
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
“Live” Carrier Installation
Post#13 by Ed_P » 15 Mar 2025, 00:01
Ok, so go to https://github.com/porteux/porteux then click on the main "button" and select 2.0. And in each file link run the createModule.sh script?
Ed_P
“Live” Carrier Installation
Post#14 by porteux » 15 Mar 2025, 10:33
Yep, then the green button 'Code' and download the zip that will contain the source code necessary to build PorteuX. The instructions are in the readme in the Github page.Ed_P wrote: ↑15 Mar 2025, 00:01Ok, so go to https://github.com/porteux/porteux then click on the main "button" and select 2.0. And in each file link run the createModule.sh script?
porteux
- patatino
- White ninja
- Posts: 11
- Joined: 06 Feb 2025, 15:30
- Distribution: Debian12 Xfce-Q4Os
- Location: France
“Live” Carrier Installation
Post#15 by patatino » 17 Mar 2025, 10:29
Thanks for the replies, but I turned to Salix, a Slackware with real support in French and which you don't have to constantly "tinker" with! Too bad.......
patatino