Could you please give me the size of your bin/setupcon inside the initrd: lsinitrd /boot/initrd*|grep setupcon
Mine is: 1062 bytes bin/setupcon If I extract the initrd the bin/setupcon script looks like this: #!/bin/sh # A micro-version of setupcon with static configuration. printf '\033%%G' >/etc/console-setup/tty1 printf '\033%%G' >/etc/console-setup/tty2 printf '\033%%G' >/etc/console-setup/tty3 . . . -- regards Thomas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

