It is not the first time that I compile and install a Linux Kernel in Porteus, but in this last week I compiled maybe 10 times the Linux Kernel v4.19.1 and 4.19.2 applying only the AUFS4 patch.
To avoid corrupted patches I downloaded every time the AUFS4 patch using the git clone command and the output file patch is always the same (I am following the official guide from the Porteus website).
The AUFS4 patch is applied without errors.
The compilation of the kernel is fine, I can take the bzImage (vmlinuz).
After the "make modules_install" command I can copy the /lib/modules folder in order to make the new 000-kernel.xzm module.
For the firmware folder I use the huge firmware package from the Slackware Repository (yes, I use all the included firmware because I really don't care of the space, it is not a problem).
I can also make the crippled sources without issues.
But there is a problem after the boot process: I can see all commands lines and the system will block just before showing the LXDE desktop. Why? I still don't know

With CTRL+ALT+F3 I can login again (with root/toor) and then I can send the command "startx". Then I am able to work without problems.
Here I can attach the dmesg output:
https://www.mediafire.com/file/0cbvsung ... g.txt/file
I hope that someone can help me.
Best regards,
kalo86
_ _ _ _ _ _ _ _ _ _ _ _
Cause and Solution
Cause: I changed the hostname "porteus" to "kalo"
CONFIG_DEFAULT_HOSTNAME="porteus"
The bzImage was OK. The kernel compilation was OK. The issue was only at the boot after loading all modules.
Solution: I recompiled the latest kernel leaving the hostname "porteus" and now Porteus is starting the Desktop environment without problems.
Using the older 001-core.xzm and 002-xorg.xzm modules, I can boot Porteus with the latest kernel and the modified hostname.