Closed deitch closed 1 year ago
Fixes #157
When we read the GPT table, we read the bytes necessary for table including assumed partition entries, then try to parse them all.
This doesn't work, because our assumptions of the partition entries could very well be wrong.
This PR changes it to a few steps:
@carbonin see here.
Fixes #157
When we read the GPT table, we read the bytes necessary for table including assumed partition entries, then try to parse them all.
This doesn't work, because our assumptions of the partition entries could very well be wrong.
This PR changes it to a few steps: