Ubuntu 18.04 boot messages
Last modified on July 24, 2026 • 2 min read • 217 wordsAfter switching computers (but staying on the same version of Ubuntu), I copied my openvpn configuration (/etc/openvpn) to the new system.
#AUTOSTART="none" line.In order to see what process was asking for the password during boot, I needed to see all the boot messages. This is done by pressing Esc shortly after boot to see the grub boot menu (if you have only Ubuntu installed, otherwise you’ll see the boot menu by default). You just press e to get into edit mode. Here you edit the line that starts with linux and delete the two words “silent splash”. Then you press F10 to start the boot process.