Winactive's SATA BIOS Integration Walkthrough
Prepare a suitable directory on your machine where you can download the files you need to work with. I suggest
C:\BIOS as it is easy to navigate to from a command prompt.
Download your chosen BIOS revision for your board and extract only the binary image to the working folder (C:\BIOS). If you are having trouble locating your BIOS, or are wondering about the flash procedure
this article has useful background and some good links.
Next you will need the appropriate SATA BIOS binary - download from
this page and select the appropriate controller.
For most of you reading this thread, this will be the Sil3112A - extract the binary from the download to the working directory - for motherboard BIOS integration you need ONLY the 42xx.bin file, DO NOT USE the r or b prefixed binaries as they are for the standalone controller cards.
Finally, download the CBROM tool to the working directory from
this page, some threads suggest that CBROM215 is buggy, but personally I have not encountered a problem. CBROM207 has failed to return to the command prompt several times when I have used it, so I prefer to use CBROM215.
Switch to a command prompt window (type
cmd in the Run box).
Switch to your working directory by typing the path, e.g.
cd c:\bios
Before beginning, check the present files by obtaining a directory listing, type
dir
You should have the following files;
cbrom2xx.exe (modding utility)
42xx.bin (SATA BIOS binary)
an7_19.bin (mobo BIOS binary, this example is for my ABit AN7, release 19)
Next type
cbrom2xx an7_19.bin /pci release (remembering of course to substitute your chosen BIOS binary name and the version number of CBROM you are using).
You will see something like this;
in the above example, the options are A or B, obviously the 4250.bin is the old SATA BIOS binary, so
b is the option, then we are returned to the command prompt.
Integrate the SATA BIOS by typing
cbrom2xx an7_19.bin /pci 42xx.bin (remembering of course to substitute your chosen BIOS binary name, SATA BIOS binary name and the version number of CBROM you are using).
Finally, confirm integration with
cbrom2xx an7_19.bin /d (remembering of course to substitute your chosen BIOS binary name and the version number of CBROM you are using).
You will see something like this;
As you can see, the 4283.bin is integrated successfully into PCI option ROM (B)
The filename of the BIOS binary is not changed, and it is this file that you should flash using the appropriate flash utility, see
this article signposted earlier for more info.
N.B. Remember to use the correct driver as indicated on the Silicon Image download site for the SATA BIOS version.