<%@ include file="/includes/menu.jsp" %>
<%@ include file="/includes/motherboardheader-small.jsp" %>
<%@ include file="/includes/biosagentpurchase.jsp" %>
<%@ page import = "be.barefeetmedia.breadcrumb.*" %>
<%@ page import = "java.util.*" %>
<%
BreadcrumbLink home = new BreadcrumbLink("Home", "/");
BreadcrumbLink faq = new BreadcrumbLink("BIOS FAQ", "/faq.jsp");
List
breadcrumbLinksList = new ArrayList();
breadcrumbLinksList.add(home);
breadcrumbLinksList.add(faq);
request.setAttribute("breadcrumbLinks", breadcrumbLinksList);
%>
<%@ include file="/ad/googleresponsive.jsp" %>
<%@ include file="/includes/subscribeemaillist-sendy.jsp" %>
<%@ include file="/includes/fastsecurestable-webhosting.jsp" %>
<%@ include file="/ad/googlebigrectangle.jsp" %>
Try this process at your own risk.
- Download the newest BIOS from the Intel site for your motherboard.
- Put the downloaded Intel's flash BIOS on a bootable diskette. (see
the text files in the zip-file on how to do it)
- Go into the BIOS and enable the option 'Check for User Flash ROMS'
(it's in SETUP)
- Power down the computer
- Set the BIOS Jumper on the motherboard to RECOVERY
- Insert the bootable diskette you made in step 2 that contains the new
BIOS
- Turn on the computer
- It'll now go through the recovery procedure and then load the new
BIOS from the diskette.
- After that the recovery procedure is completed, power down
- Set the BIOS Jumper back to the normal mode
- Power up
Go back to our BIOS FAQ.
<%@ include file="/includes/googlesearch.jsp" %>
<%@ include file="/includes/footer.jsp" %>
<%@ include file="/includes/javascript.jsp" %>