0

I am getting this error while booting, and after this it always does a file system check.

ACPI error log:

ACPI Error Log

I have tried updating my BIOS, but I still have the same issue

karel
  • 114,770
HOSENUR
  • 101
  • does your device otherwise boot and run normally? if so, you can safely ignore the errors that you get at boot time. – Esther Jul 04 '22 at 18:47
  • @Esther yes it does, but the filesystem check on every boot up bothers me, also if i do fsck on my efi partition every time it shows dirty bit set – HOSENUR Jul 04 '22 at 19:26
  • are you dual-booting with Windows? – Esther Jul 04 '22 at 19:28
  • @Esther no, my root partition , swap, efi is in a SSD and home partition in a HDD – HOSENUR Jul 04 '22 at 19:35
  • you can clear the dirty bit manually with fsck -a <device>. If that's all that's causing issues, that should fix it. In general you can run fsck on disks if you want to fix filesystem errors. – Esther Jul 04 '22 at 19:38
  • @Esther, the dirty bit gets set on every boot – HOSENUR Jul 04 '22 at 19:39
  • The dirty bit on FAT filesystems, in general, gets set on every mount and unset on successful unmount. If the dirty bit is set, the partition didn't get unmounted properly. – Esther Jul 04 '22 at 19:42

0 Answers0