Hi adadak,
When using a big 500GB drive with 48-bit LBA support from 2007 on a motherboard with a 2002 BIOS, there are some limitations to consider.
First, the latest P2B-DS BIOS is from 2002 and doesn’t know anything about LBA48, and is therefore limited to the LBA28 limit of 128GiB/137GB.
To break this 128GiB barrier, you need a BIOS with 48-bit LBA support but these came later in 2004, after the ATA-6 specification was published in 2003.
But your 2002 BIOS will allow drives up to 640GiB to be attached. But because this BIOS still uses 28-bit LBA, only the first 127.5 GiB of a larger drive can be seen.
But there is a workaround. When all code and data to boot the OS is placed in a partition below the 127.5GiB limit, the whole drive can be accessed by a 48-bit LBA capable OS after bootup!
So for this workaround, you have to use Win2000 with SP3 or higher, WinXP with SP1 or higher, Vista or later, or Linux with kernel 2.4.19 or later, as OS.
Now the issue with setting up the 500GB drive in the BIOS.
The BIOS HDD AUTO Detection should work fine here and setup the drive to the 128GiB limit in LBA mode. I’ve done this many times with the Pre 2004 Award BIOS and it works every time.
If you still need to use manual CHS parameters, enter 65535x64x63 in NORMAL mode and then select LBA mode which will translate the CHS to 16448x255x63 with a 135289MB size. Nicely within the 128GiB/137GB limit.
Cheers, Jan