View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#1199
The problem is most likely that the new text2screen needs libpopt.so.0.

The older text2screen did not need libpopt.so.0.

If you start backupmenu with "modprobe fbcon" in /sbin/preinit, you can clearly see the error message that libpopt.so.0 cannot be loaded.

Latest version:
Code:
text2screen 
        libpopt.so.0 => /lib/libpopt.so.0 (0x40033000)
        libc.so.6 => /lib/libc.so.6 (0x40042000)
        /lib/ld-linux.so.3 (0x40000000)
Older version
Code:
text2screen 
        libc.so.6 => /lib/libc.so.6 (0x40033000)
        /lib/ld-linux.so.3 (0x40000000)
 

The Following 10 Users Say Thank You to ade For This Useful Post: