Hello everyone, I encountered a strange problem.
Using the ezremaster, I made a kernel based on version 7.2, adding two packages with dependencies freerdp and Xorg-7.7 (extract to initrd).
Via tftp, the build works without problems on fresh thin clients like Dell Wyse and so on, but on old like HP T5000 with 128 MB of RAM, this error pops up.
I tried to make kernel smaler, leaving only Xorg there, the weight is 20 MB in the unpacked 45, the same error.
But from the flash drive, the image of tinnycore7.2, the system boots to the desktop with a similar size
DEFAULT tc
PROMPT 0
LABEL tc
KERNEL /boot/vmlinuz
INITRD /boot/core.gz
APPEND loglevel=3 waitusb=5
What could be the problem? Thanks!