it seems you have a fully advanced format HDD that does not emulate a conventional HDD with logical sector sizes of 512 bytes. That could mean that the kernel in the first time install package won't run.
Also you should use different block numbers for the partition table as now they are rather big although that is in principle not a problem only a waste of space that we won't use. In principe all numbers we must divide everything by 8 For example sda1 is now in your case 4 GB while we only need 512 MB
The partition table in your case should look like this
- Code: Select all
Device Start End
/dev/sdd1 1 8
/dev/sdd2 9 16
/dev/sdd3 17 24
/dev/sdd4 25 30400
/dev/sdd5 25 36
/dev/sdd6 37 37
/dev/sdd7 38 45
/dev/sdd8 46 30400
I have sent you a pm (check your inbox) with a trial kernel with support of efi partitions. Now with this partition table an this trial kernel you have a change that it will boot.
Write this new kernel to sdb6 as described in the first time install package instead of the kernel as present in the original first time install package. (dd if=/path-to-new-kernel/new-kernel-name of=/dev/sdb6) assuming sdb is the disk you are preparing
If not you could consider to buy a not advanced formatted HDD or an advanced format disk that emulates 512 bytes sectors. But I expect it will not be necessaru