Yesterday I've let windows 10 update but on restart grub was showing "unknown filesystem". After trying all solutions I've found on the web for that issue, I've used Ubuntu Live to fix that and now only Windows boot shows.
Having experienced similar problems before, I used Ubuntu live usb once again and for hours tried desperately to restore Ubuntu. I've tried all solutions I've found on the internet and moved no further...
Here are the coordinates of the issue:
fdisk -l
Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors Units:
sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512
bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos Disk identifier: 0x76936d13
Device Boot Start End Sectors Size Id Type /dev/sda1
* 2048 206847 204800 100M 7 HPFS/NTFS/exFAT /dev/sda2 206848 385979729 385772882 184G 7 HPFS/NTFS/exFAT /dev/sda3
385980416 386936831 956416 467M 27 Hidden NTFS WinRE /dev/sda4
386940926 468860927 81920002 39.1G 5 Extended /dev/sda5
460462080 468860927 8398848 4G 82 Linux swap / Solaris
grub-install /dev/sda4
Installing for i386-pc platform. grub-install: error: failed to get
canonical path of `/cow'.
mount /dev/sda4 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda4,
missing codepage or helper program, or other error.
testdisk
Disk /dev/sda - 240 GB / 223 GiB - CHS 29185 255 63
Partition Start End Size in sectors
* HPFS - NTFS 0 32 33 12 223 19 204800
P HPFS - NTFS 12 223 20 24026 43 17 385773568
P HPFS - NTFS 24026 43 18 24085 179 30 956416
L Linux 24085 211 63 28662 79 25 73521152
L Linux Swap 28662 111 58 29185 61 60 8398848
If I'm trying to set Linux partition as primary bootable it says "Structure bad".
How can I make my ubuntu work once again or at least recover my projects from that linux partition?