Note that the repair summary has already attempted an fsck on the partitions, although unsuccessfully.
I would boot with a live USB, choose to Try Ubuntu and then open a terminal and try the boot repair suggestions from lines 47 or 49:
Code:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
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
It's kind of a long shot but worth trying.
Bookmarks