Grub in sda5
sudo efibootmgr -v
efibootmgr: EFI variables are not supported on this system.
sudo parted -l print
Model: ATA WDC WD5000LPLX-0 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 165GB 165GB primary ntfs boot
2 165GB 301GB 136GB primary ntfs
3 301GB 394GB 93.4GB primary ntfs
4 394GB 500GB 106GB extended
5 394GB 395GB 298MB logical ext4
6 395GB 415GB 20.5GB logical ext4
7 415GB 500GB 85.0GB logical ext4
Model: ATA Lenovo SSD SL700 (scsi)
Disk /dev/sdb: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 128GB 128GB primary ntfs
sudo ls -al /dev/disk/by-uuid/*
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/033d7a89-c8d0-417a-9233-4d83df98671d -> ../../sda7
lrwxrwxrwx 1 root root 11 Mar 29 2018 /dev/disk/by-uuid/2018-02-28-19-15-18-00 -> ../../loop0
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/2654C75A54C72AFF -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/3bb06a67-7d72-4962-8757-bb036de89da7 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/6498AFD398AFA252 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/70649C42649C0D4A -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/8270A09870A09487 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/9C5ED0135ECFE3DC -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 29 11:13 /dev/disk/by-uuid/c453800d-26a4-45e5-bbe2-34dc3f3318b4 -> ../../sda6
sudo ls -al /dev/disk/by-partuuid/*
ls: cannot access '/dev/disk/by-partuuid/*': No such file or directory