Bios Mods -The Best BIOS Update and Modification Source

Full Version: [Solved] bios mod for MSI KA790GX-M to disable keyboard/interface error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a MSI KA790GX-M motherboard and all works fine with Phenom II x3 720 except for one problem,a message appears at every boot up:
Keyboard/Interface error , press F1 to resume. I press F1 and windows boots fine.
This problem is related to ps/2 connectors, i do not know why,the settings in the BIOS does not help, i use usb mouse and keyboard and all works fine.
So, it is possible to modify the bios file and remove this Keyboard/Interface error and the need to press the F1 every time i turn on or restart PC?
The latest bios for my motherboard is 17.B 2010-08-23
http://www.msi.com/product/motherboard/s...#down-bios
thnx
stiil waitin for any help
Make a photo of the screen with this error.
Try to flash my mod.
I found the code in POST_CSEG module:
Code:
26E5    mov     bx, 421h       ; "Press F1 to Resume"
26E8    call    RUN_CSEG:6DA6h ; Printing string
26ED    call    2730h          ; Wait for F1
26F0    retf
and patch it
Code:
26ED    jmp     26F0h
(02-11-2017, 05:15 AM)DeathBringer Wrote: [ -> ]Try to flash my mod.
I found the code in POST_CSEG module:
Code:
26E5 mov bx, 421h ; "Press F1 to Resume"
26E8 call RUN_CSEG:6DA6h ; Printing string
26ED call 2730h ; Wait for F1
26F0 retf
and patch it
Code:
26ED jmp 26F0h

thank you very much, everything works, I no longer need to press F1 each time
Nice news!
Add "[Solved]" to this topic's header by editing first post.