The Boot Signature on Advanced Format Drives

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
d2alphame
Member
Member
Posts: 35
Joined: Fri May 04, 2012 8:04 am

The Boot Signature on Advanced Format Drives

Post by d2alphame »

I'm writing a Bootsector for Advanced Format Drives (4KB per sector hard drives). On 512-bytes-per-sector drives, I know the boot signature is at offset 0x1FE. On the Advanced Format Drives, will the boot signature still be at offset 0x1FE or will it now be at offset 0xFFE?
tom9876543
Member
Member
Posts: 170
Joined: Wed Jul 18, 2007 5:51 am

Re: The Boot Signature on Advanced Format Drives

Post by tom9876543 »

I am totally guessing....
If you run IBM PC BIOS (legacy BIOS) then the drive reports that it has 512 byte sectors, it emulates the old standard of 512 bytes per sector.
If it is UEFI, then the boot signature is irrelevant.
Post Reply