- Thread Starter
- #101
you have the sizes wrong (have to subtract start from end)
this is the correct data
1 64 8000
2 8064 128
3 8192 8192
4 16384 8192
5 24576 8192
6 32768 229376
this is pos/start/size and start and size are in sectors
It worked,thanks. What about the type of partition to choose inside the layout file ? This is how it looks right now :
(0FC63DAF-8483-4772-8E79-3D69D8477DE4 and C12A7328-F81F-11D2-BA4B-00A0C93EC93B) added by me without being sure they are correct.
Code:
label: gpt
label-id: 6265BE94-368D-4AF4-B4B7-A866CF8B2CD9
device: /dev/sdi
unit: sectors
first-lba: 34
last-lba: 249737182
sector-size: 512
/dev/sdi1 : start= 64, size= 8000, type=0FC63DAF-8483-4772-8E79-3D69D8477DE4, uuid=07D35DA3-2E74-11F0-832C-F1B721F986A1, name="loader1"
/dev/sdi2 : start= 8064, size= 128, type=0FC63DAF-8483-4772-8E79-3D69D8477DE4, uuid=07D35DA3-2E74-11F0-832C-F1B721F986A1, name="reserved1"
/dev/sdi3 : start= 8192, size= 8192, type=0FC63DAF-8483-4772-8E79-3D69D8477DE4, uuid=07D35DA3-2E74-11F0-832C-F1B721F986A1, name="reserved2"
/dev/sdi4 : start= 16384, size= 8192, type=0FC63DAF-8483-4772-8E79-3D69D8477DE4, uuid=07D35DA3-2E74-11F0-832C-F1B721F986A1, name="loader2"
/dev/sdi5 : start= 24576, size= 8192, type=0FC63DAF-8483-4772-8E79-3D69D8477DE4, uuid=07D35DA3-2E74-11F0-832C-F1B721F986A1, name="atf"
/dev/sdi6 : start= 32768, size= 229376, type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B, uuid=07D35DA3-2E74-11F0-832C-F1B721F986A1, name="efi esp"