On Jul 7, 2014, at 12:27 PM, LoneVVolf <lonewolf@xxxxxxxxx> wrote: > Try adding console=ttyS0 as kernel parameter to the boot command. > > see http://0pointer.de/blog/projects/serial-console.html for details Thanks for the link! I did the following and that fixed the problem for me: # systemctl enable serial-getty@ttyS0.service # systemctl start serial-getty@ttyS0.service Ben > > LW