Oh no! Something has gone wrong. Ubuntu修复开机错误

Oh no! Something has gone wrong. A problem has occured and the system can't recover. Please log out and try again.

# This is a summary of the commands that I issued:

# New terminal:
Ctrl-Alt-F3
# Check that the upgrade wasn't running

# Boot into recovery mode with root shell
# Configure the packages that were partially installed
dpkg --configure -a

# Fix broken packages
apt --fix-broken install

# Restart the upgrade
apt upgrade

# Install Displaylink Drivers (see below).

# Use Ubuntu upgrade tool

# Install Firefox
sudo snap install firefox

# Or to continue with debian dpkg firefox (faster startup)
sudo apt install firefox

http://www.penguintutor.com/news/linux/ubuntu-21-10-fix

本文链接:

https://ma.ge/archives/514.html