0

A few hours ago I installed C# compiler from the terminal in Ubuntu 22.04. Some seconds later the screen froze. Input devices were not working. Only the power button still worked. I turned it off and turned it on again, but it turned out like this.

enter image description here

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

This question is a potential duplicate of multiple questions on the Ubuntu and Unix forums, and the most common issues seem to be incorrect mounting options in /etc/fstab, drive corruption, or incorrect BIOS settings. For troubleshooting steps, please refer to the following posts:

  1. UUID=xxx does not exist. Dropping to a shell
  2. ALERT! /dev/disk/by-uuid/xxxxxxxxx does not exist. Dropping to a shell
  3. Gave up waiting for root file system device, in Ubuntu 18.04
  4. https://ubuntuforums.org/showthread.php?t=2479761

Hope this helps!