1
General Discussion / Re: Problem creating a usb install media
« on: May 24, 2017, 04:28:01 pm »
That workaround works around!
The recalcuated checksums are correct, and the image boots.
GPT Header from image
GPT Header as it exists on disk after writing
Now i'm just need to wait for my "default route not set" issue before i can actually try OPNSense.
The recalcuated checksums are correct, and the image boots.
GPT Header from image
45 46 49 20 50 41 52 54 | Signature | "EFI PART" |
00 00 01 00 | EFI Version | 0x0001 0x0000 ==> 1.0 |
5C 00 00 00 | Header size | 0x0000005C ==> 92 bytes |
CB 18 6E 09 | CRC-32 checksum of all 92 bytes | 0x096E18CB |
00 00 00 00 | Reserved. Must be zero | |
01 00 00 00 00 00 00 00 | LBA of primary GPT header | 0x0000000000000001 ==> Sector 1 |
92 5A 1D 00 00 00 00 00 | LBA of backup GPT header | 0x00000000001D5A92 ==> Sector 1,923,730 |
03 00 00 00 00 00 00 00 | First usable LBA | 0x0000000000000003 ==> Sector 3 |
90 5A 1D 00 00 00 00 00 | Last usable LBA | 0x00000000001D5A90 ==> Sector 1,923,728 |
F1 99 FF E9 A2 3F E7 11 90 3F 00 0C 29 54 E1 33 | DiskGUID | {F199FFE9-A23F-E711-903F-000C2954E133} |
02 00 00 00 00 00 00 00 | Partition entry LBA | 0x0000000000000002 ==> Sector 2 |
04 00 00 00 | Number of partition entries | 0x00000004 ==> 4 entries |
80 00 00 00 | Size of partition entries | 0x00000080 ==> 128 bytes per entry |
6A BD 1F 16 | CRC-32 checksum of partition entries array | 0x161FBD6A |
GPT Header as it exists on disk after writing
45 46 49 20 50 41 52 54 | Signature | "EFI PART" |
00 00 01 00 | EFI Version | 0x0001 0x0000 ==> 1.0 |
5C 00 00 00 | Header size | 0x0000005C ==> 92 bytes |
65 45 73 65 | CRC-32 checksum of all 92 bytes | 0x096E18CB |
00 00 00 00 | Reserved. Must be zero | |
01 00 00 00 00 00 00 00 | LBA of primary GPT header | 0x0000000000000001 ==> Sector 1 |
FF FF BB 03 00 00 00 00 | LBA of backup GPT header | 0x0000000003BBFFFF ==> Sector 62,652,415 |
03 00 00 00 00 00 00 00 | First usable LBA | 0x0000000000000003 ==> Sector 3 |
FD FF BB 03 00 00 00 00 | Last usable LBA | 0x0000000003BBFFFD ==> Sector 62,652,413 |
F1 99 FF E9 A2 3F E7 11 90 3F 00 0C 29 54 E1 33 | DiskGUID | {F199FFE9-A23F-E711-903F-000C2954E133} |
02 00 00 00 00 00 00 00 | Partition entry LBA | 0x0000000000000002 ==> Sector 2 |
04 00 00 00 | Number of partition entries | 0x00000004 ==> 4 entries |
80 00 00 00 | Size of partition entries | 0x00000080 ==> 128 bytes per entry |
6A BD 1F 16 | CRC-32 checksum of partition entries array | 0x161FBD6A |
Now i'm just need to wait for my "default route not set" issue before i can actually try OPNSense.