[PATCH 2/8] partitions/efi: check pmbr record's starting lba

2013-08-05 Thread Davidlohr Bueso
Per the UEFI Specs 2.4, June 2013, the starting lba of the partition that has the EFI GPT (0xEE) must be set to 0x0001 - this is obviously the LBA of the GPT Partition Header. Signed-off-by: Davidlohr Bueso --- block/partitions/efi.c | 15 --- 1 file changed, 12 insertions(+), 3

[PATCH 2/8] partitions/efi: check pmbr record's starting lba

2013-08-05 Thread Davidlohr Bueso
Per the UEFI Specs 2.4, June 2013, the starting lba of the partition that has the EFI GPT (0xEE) must be set to 0x0001 - this is obviously the LBA of the GPT Partition Header. Signed-off-by: Davidlohr Bueso davidl...@hp.com --- block/partitions/efi.c | 15 --- 1 file changed, 12