2

I am using Ubuntu budgie and it was working file till today morning. I don't usually shut down my laptop at all but yesterday as my battery drained completely so after I charged it, I tried booting it up. After start grub my Ubuntu logo appeared and later a black screen with some nerdy texts was visible and every time I boot it is stuck to that process.

Boot screen image

PRATAP
  • 22,460

1 Answers1

1

I would try booting into recovery mode and running fsck. fsck check and repairs (if necessary) your filesystem. Shut down your computer, then boot. During the boot, hold down the shift key so that the grub menu is shown. Select the “Advanced options”.

enter image description here

Then choose “Recovery mode”.

enter image description here

In the next menu select “fsck”.

enter image description here

You will be asked if you wish to have your / filesystem remounted. Select “yes”.

enter image description here

You should see something similar to this.

enter image description here

You can then resume to normal boot, by selecting “Resume”.

enter image description here

Select Normal Boot

Instructions taken from this site, where there is more information available: https://www.tecmint.com/fsck-repair-file-system-errors-in-linux/

CherlieBravo
  • 56
  • 1
  • 11