7 Jul
2014
7 Jul
'14
8:38 p.m.
On Jul 7, 2014, at 12:27 PM, LoneVVolf <lonewolf@xs4all.nl> 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