Quote Originally Posted by brisen View Post
Hi,


Can I add new bioses for my P5E WS Pro to the key? Just got hold of the 0704 and 0801 bioses (the latter is one of the best for this mobo). Somehow the .ROM files should be converted to .imz files (located at \images\X38). And the p5ewspro.cfg (at \menus\X38) should also be updated with information of the new bioses. Perhaps something like:

-snip-
MENU CMDLINEROW 12
MENU ENDROW 24
MENU TIMEOUTROW 20

LABEL 0801
MENU LABEL P5E WS PRO Bios 0801
KERNEL /kernels/memdisk
APPEND initrd=/images/X38/5ews0801.imz

LABEL 0704
MENU LABEL P5E WS PRO Bios 0704
KERNEL /kernels/memdisk
APPEND initrd=/images/X38/5ews0704.imz

LABEL 0603
MENU LABEL P5E WS PRO Bios 0603
KERNEL /kernels/memdisk
APPEND initrd=/images/X38/5ews0603.imz

-snip-

Is that correct? What to do with the .imz files?

By the way. It is a great tool - good work!
Well, you have to modify the p5ewspro.cfg to have theses choices on the screen.
The imz are some compressed floppy images ... so you have to open it with an ISO editor and change the rom file in it ... and edit the autoxec.bat.

However ... i will release an update in a few days (and your bios are on it ... if i could well remember) ... just need some time to work on nvidia's chipset boards.

Regards