Could you please try to set the 'boot' flag?

I am used to parted, so here are parted instructions:

$ sudo parted /dev/sdd
GNU Parted 3.1
Using /dev/sdd
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p                                                                
Error: The backup GPT table is not at the end of the disk, as it should be.  
This might mean that another operating system believes the disk is smaller.  
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? F                                                      
Warning: Not all of the space available to /dev/sdd appears to be used, you can 
fix the GPT to use all of the space (an extra 74717 blocks) or continue with 
the current setting? 
Fix/Ignore? F                                                             
Model: Kingston DT Secure (scsi)
Disk /dev/sdd: 4036MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  68.1MB  67.1MB  ext4         primary  legacy_boot
 2      68.2MB  3998MB  3930MB  ext4         primary

(parted) set 1 boot on
(parted) p                                                                
Model: Kingston DT Secure (scsi)
Disk /dev/sdd: 4036MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  68.1MB  67.1MB  ext4         primary  boot, legacy_boot
 2      68.2MB  3998MB  3930MB  ext4         primary

(parted) q                                                                
Information: You may need to update /etc/fstab.

-- 
Best Regards,
Artem Bityutskiy

_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to