為什麼我的筆記型電腦在安裝 Ubuntu 20.04 後崩潰?

為什麼我的筆記型電腦在安裝 Ubuntu 20.04 後崩潰?

在我的 Windows 裝置 Lenovo IdeaPad 320 上安裝 ubuntu 20.04 後,我遇到了多個問題,例如掛起和系統崩潰。

它工作正常,但突然掛起,我必須重新啟動電腦。有時在啟動過程中,它會顯示一些奇怪的訊息。

需要注意的一件事是,它並不是每次都會出現。有時情況會變得更糟,當我嘗試重新啟動時,它會開始發出噪音。

在此輸入影像描述

在此輸入影像描述

如何解決這個問題?為什麼 Ubuntu 與我的裝置不相容?

答案1

Ubuntu 20.04 仍然不穩定。

我建議進入啟動選項。

如果驅動程式出現錯誤,請切換到其他模式嘗試:

快速按住 Shift 鍵,將調出 GNU GRUB 選單

選擇恢復模式。

選擇一個選單選項並按 Enter 鍵即可使用它:

clean: Attempts to make free space on your file system. If your storage is full and this is causing some sort of problem, this can help free up space.
dpkg: Repairs broken software packages. If a package failed to install properly and your system doesn’t work because of it, this may help.
failsafeX: Boots your computer in a failsafe graphic mode. If there’s a problem with your Xorg graphical server configuration or graphics drivers and that’s causing your Ubuntu system to boot to a black screen or preventing the graphical desktop from loading properly, this can get you back to that graphical desktop.
fsck: Performs a file system check, which scans the computer’s file systems for errors and automatically fixes them. It’s a bit like chkdsk on Windows.
grub: Updates the GRUB boot loader. If you could use the GRUB boot loader to get to this menu, this option probably won’t help.
network: Enable networking, which is disabled by default in recovery mode.
root: Leaves the menu and goes to a root shell prompt. From here, you can mount the file system in write-mode and run commands that may help fix problems with the system. You should only do this if you know what you’re doing — it’s a way to fix the problem by hand if you know how.

在此輸入影像描述

相關內容