please change theexec chroot last script line from exec chroot . /sbin/init ${CMDLINE} < /dev/console > /dev/consle 2>&1 to exec chroot . /sbin/init ${CMDLINE} < /dev/console > /dev/console 2>&1 (/dev/console is mispelled) Reproducible: Always Steps to Reproduce: 1. Read the code 2. 3. Actual Results: output does not go to console Expected Results: output should go to console
yep, that's already fixed in _beta11