Ubuntu 20.04 をインストールした後、ラップトップがクラッシュするのはなぜですか?

Ubuntu 20.04 をインストールした後、ラップトップがクラッシュするのはなぜですか?

Windows デバイス Lenovo IdeaPad 320 に Ubuntu 20.04 をインストールした後、ハングやシステム クラッシュなどの複数の問題が発生しました。

正常に動作しますが、突然ハングアップし、コンピューターを再起動しなければなりません。起動中に奇妙なメッセージが表示されることもあります。

注意すべき点が 1 つあります。これは毎回表示されるわけではありません。また、状況が悪化し、再起動しようとするとノイズが発生し始めることもあります。

ここに画像の説明を入力してください

ここに画像の説明を入力してください

この問題を解決するにはどうすればよいですか? 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.

ここに画像の説明を入力してください

関連情報