1

I started my laptop today and get this:

enter image description here

What am I supposed to do? Thanks

Update: fsck helped! But it came with these messages. Do I need to worry? enter image description here

doro9034
  • 13
  • 4
  • Looks like your file system is seriously messed up. Maybe a hard drive error. 'The drive being encrypted makes a recovery even harder. – zx485 Mar 09 '24 at 01:03
  • OK. Thanks. Then I will prepare for worst case and also do a disk check. – doro9034 Mar 09 '24 at 01:08
  • If you have access to (an install of) smartmontools, you can use smartctl --all ... to check if the drive is still ok. – zx485 Mar 09 '24 at 01:14

1 Answers1

0

It seems that the laptop was closed without shutting down properly. This may happen if it runs out of battery in sleep mode.

Run the command

fsck -y /dev/mapper/vgkubuntu-root

Afterwards, type exit tor reboot.

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212