Can't figure this problem out. I've set the BIOS to boot from UEFI and disabled Legacy setting but get this error message in my Dell Latitude E6430s laptop. Then it reverts back to the Legacy settings. Don't see any kind of revert to defaults setting. Shows the following query.
admin1@Latitude-E6430s:~$ sudo gdisk -l /dev/sda2
GPT fdisk (gdisk) version 1.0.8
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries in memory.
Disk /dev/sda2: 624091136 sectors, 297.6 GiB
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 18B3B973-650A-41FC-9D7A-202DCE61EE47
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 624091102
Partitions will be aligned on 2048-sector boundaries
Total free space is 624091069 sectors (297.6 GiB)
admin1@Latitude-E6430s:~$ sudo gdisk -l /dev/sda2
GPT fdisk (gdisk) version 1.0.8
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries in memory.
Disk /dev/sda2: 624091136 sectors, 297.6 GiB
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 18B3B973-650A-41FC-9D7A-202DCE61EE47
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 624091102
Partitions will be aligned on 2048-sector boundaries
Total free space is 624091069 sectors (297.6 GiB)
Comment