I have an old computer with Ubuntu 20 that stops working suddenly. The computer doesn't open the ubuntu, I got this error:
ACPI Error: AE_NOT_FOUND. While resolving a named reference package element - SATA (20190816/dspkginit-438)
fsck.ext4: Superblock checksum does not match superblock while trying to open /dev/sdb5
/dev/sdb5:
The superblock could not be read or does not describe a valid ext2/ext3/ext4 filesystem. If the device is valid and it really contains an ext2/ext3/ext4 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
fsck exited with status code 8
I tried to add acpi=off on the Linux line on the boot file configuration but doesn't work. I also tried to reinstall the ubuntu but I got the same error ACPI Error: AE_NOT_FOUND. While resolving a named reference package element - SATA (20190816/dspkginit-438)
If I try to run: e2fsck -b 8193 /dev/sdb I got this error: Found a dos partition table in /dev/sdb
terminal
, trysudo e2fsck -b 32768 /dev/sdb5
. Report back. – heynnema Jun 01 '20 at 15:43