Yardımınız için teşekkür ederim, farklı bir cihazdan live usb oluşturuyorum.Ardından söylediklerinizi yapıp mesajımı güncelleyeceğim.
sudo fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 1953525167 976762583+ ee GPT
Partition 1 does not start on physical sector boundary.
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 8012 MB, 8012390400 bytes
255 heads, 63 sectors/track, 974 cylinders, total 15649200 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
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 15649199 7824599+ ee GPT
Disk /dev/sdc: 8178 MB, 8178892800 bytes
179 heads, 32 sectors/track, 2788 cylinders, total 15974400 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
Disk identifier: 0x73876c0c
Device Boot Start End Blocks Id System
/dev/sdc1 * 64 5836831 2918384 c W95 FAT32 (LBA)
/dev/sdc2 5836832 5963615 63392 1 FAT12
sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 512M 0 part
├─sda2 8:2 0 923.1G 0 part
└─sda3 8:3 0 7.9G 0 part [SWAP]
sdb 8:16 0 7.5G 0 disk
├─sdb1 8:17 0 512M 0 part
├─sdb2 8:18 0 477M 0 part
└─sdb3 8:19 0 6.5G 0 part [SWAP]
sdc 8:32 1 7.6G 0 disk
├─sdc1 8:33 1 2.8G 0 part /cdrom
└─sdc2 8:34 1 61.9M 0 part /media/mint/764B-629D
sr0 11:0 1 1024M 0 rom
loop0 7:0 0 1.4G 1 loop /rofs
sudo blkid
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="68EC-5EF0" TYPE="vfat"
/dev/sda2: UUID="97a22f14-d21e-46a4-aa91-8beade879685" TYPE="ext4"
/dev/sda3: UUID="a6b1dc2b-62bf-4eb5-a009-f6e299eff07d" TYPE="swap"
/dev/sdb1: UUID="1EB8-9C44" TYPE="vfat"
/dev/sdb2: UUID="e492e3c8-728d-4089-8a96-fd5ea78474aa" TYPE="ext4"
/dev/sdb3: UUID="71d66f6f-29cf-48be-b631-778a80e852da" TYPE="swap"
/dev/sdc1: LABEL="UUI" UUID="1201-3745" TYPE="vfat"
/dev/sdc2: SEC_TYPE="msdos" UUID="764B-629D" TYPE="vfat"
Böyle dedi ama bir çok UUID değeri örtüşen alan gözüküyor.