tty1 should show menu.sh,
root@usta01:/etc/init# tail /etc/init/tty1.conf
start on stopped rc RUNLEVEL=[2345] and (
not-container or
container CONTAINER=lxc or
container CONTAINER=lxc-libvirt)
stop on runlevel [!2345]
respawn
exec /usr/local/bin/menu.sh
root@usta01:/etc/init#