I have Ubuntu 16.04 installed alongside Windows 10. I have been able to use both, however recently after shutting down windows I am unable to find any OS installed in the system.
The output of the sudo fdisk -l
is
Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 80E0E76C-2FE1-4280-8631-B7CD3392DE91
Device Start End Sectors Size Type
/dev/sda1 2048 2050047 2048000 1000M Windows recovery environment
/dev/sda2 2050048 2254847 204800 100M EFI System
/dev/sda3 2254848 2516991 262144 128M Microsoft reserved
/dev/sda4 2516992 715181108 712664117 339.8G Microsoft basic data
/dev/sda5 715182080 716124159 942080 460M Windows recovery environment
/dev/sda6 716124160 716840959 716800 350M Windows recovery environment
/dev/sda7 716840960 1093474303 376633344 179.6G Microsoft basic data
/dev/sda8 1257979904 1267744767 9764864 4.7G Linux swap
/dev/sda9 1267744768 1268721663 976896 477M Linux filesystem
/dev/sda10 1268721664 1428858879 160137216 76.4G Linux filesystem
/dev/sda11 1428858880 1454657535 25798656 12.3G Microsoft basic data
/dev/sda12 1454657536 1465135103 10477568 5G Microsoft basic data
/dev/sda13 1465135104 1465147391 12288 6M Linux filesystem
/dev/sda14 1093474304 1257979903 164505600 78.5G Microsoft basic data
Partition table entries are not in disk order.
and the output of the sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
is
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 698.7G
├─sda1 ntfs 1000M WinRE
├─sda2 100M
├─sda3 128M
├─sda4 339.8G
├─sda5 ntfs 460M
├─sda6 ntfs 350M
├─sda7 ntfs 179.6G New Volume
├─sda8 swap 4.7G [SWAP]
├─sda9 vfat 477M
├─sda10 ext4 76.4G /mnt
├─sda11 ntfs 12.3G HP_RECOVERY
├─sda12 vfat 5G HP_TOOLS
├─sda13 vfat 6M FORRAID
└─sda14 ntfs 78.5G
sdb 14.9G
└─sdb1 vfat 14.9G /cdrom UBUNTU 16_0
sr0 1024M
loop0 squashfs 1.3G /rofs
The above output indicated that the EFI partition(sda2) does not have a filesystem type as well as the 340G partition(sda4) (where windows was installed ('C' drive in windows)) does not have filesystem type.
Also on running Gparted from live Ubuntu USB, following error is generated and the scanning process of Gparted is stalled.
Libparted Error: input/output error during read on /dev/sda
The above problem as found on Google may be due to hardware malfunction in Hard Drive.
Please suggest if the problem looks more like a software problem or the corruption of EFI and 'C' Windows partition may be due to Hardware problems.
If a software issue please suggest on how to repair the EFI partition.