I could not boot my Ubuntu today (the version is 18.04). It shows:
[OK] Started hold until boot process finishes up.
[Failed] Failed to start mysql community server.
See 'systemctl status mysql.service' for details.
Started bpfilter
...
By the way, my computer is not using a NVIDIA GPU. It's just an Intel integrated graphics card.
Can anyone help? I don't want to reinstall my computer.
fsck
your system (I would check hardware health too), then explore from there. The systemd (systemctl) details are harder to see, but maybedmesg
or other logs contain clues. More messages before the last may have provided more clues too. – guiverc Nov 15 '19 at 23:38