2

After booting the VM with Ubuntu server 18.04.2 I get these extra lines printed in terminal...

enter image description here

Is there a way to hide those? So that it looks like this and stays so:

enter image description here

lewis4u
  • 5,046

1 Answers1

2

I too got annoyed at this today as I was setting up Ubuntu Server 18.04.2 on Raspberry Pi.

I tried Jeff's solution from this post, but that didn't work for me at first. After doing some more experimenting, I discovered that Jeff's solution almost works. But only if I create the directory getty@tty1.service.d instead of getty@.service.d, then his solution started to work.

mkdir /etc/systemd/system/getty@tty1.service.d

This way it's also more in line with systemd.unit manpages instructions too.

Zanna
  • 72,312
vahk
  • 36