System booting/running awfully slow

Multiple READ DMA EXT errors on your drive, but all were at the same time (so probably the power loss)

I beg to differ: your OS on this drive!

So do the following:

  • Take a full Cold system backup using a CloneZilla Live USB to an external drive.

  • download, burn and Boot a Manjaro USB stick

  • Go to KDE partition Manager,

  • write down all partitions as they are

  • Write a new GPT partition table on that disk

  • Create the exact same partition(s) as before

  • Write zeroes to all the new partitions

    cat /dev/zero /dev/XdYN
    

    where X, Y and N denominate your partition names
    Why, oh why: this is taking so long!
    You still have 59 spare sectors:

    and the cat will ensure that all sectors in the disk are written to so that the disk can swap out any bad sectors with the spare ones (36 have been used already)

  • Boot the CloneZilla Live USB again

  • Restore your Cold System backup

:crossed_fingers: