Flux rss

BIOS

 

Introduction to BIOS

BIOS ("Basic Input/Output System" is an essential component in computers, which is used for controlling hardware. It is a small software program, part of which is loaded in ROM (read-only memory, which cannot be modified), and part of which is in EEPROM (electrically erasable programmable read-only memory).

The POST

When a computer system is turned on or reset, the BIOS does an inventory of the hardware found on the computer and carries out a test (called POST for "Power-On Self Test") in order to verify that all of it is functioning properly.

  • Testing the processor (CPU)
  • Checking the BIOS
  • Checking CMOS configuration
  • Initialising the timer (the internal clock)
  • Initialising the DMA controller
  • Checking RAM and cache memory
  • Installing all BIOS functions
  • Checking all configurations (such as the keyboard, disk drives, and hard drives)

If the POST discovers an error, it will attempt to continue booting the computer. However, if the error is serious, the BIOS will stop loading the system and:

  • display a message on the screen, if possible (as the display device might not yet have been initialised, or might be defective);
  • emit a sequence of beeps, which refer to the source of the error;
  • send a code (called the POST code) to the computer's serial port, which may be retrieved using special diagnostic hardware.

If everything is correct, the BIOS will usually play a short beep to report that there are no errors.

Meaning of beeps in recent Award BIOS systems
# of beepsMeaningHow to resolve the problem
1 short beepPC is booting normally 
2 short beepsCMOS problemReinitialise the CMOS by removing the BIOS stack and replacing it, or by moving jumper JP4
1 long beep / 1 short beepProblem with motherboard or RAMPlace RAM modules correctly in slot, test RAM or change it
1 long beep / 2 short beepsProblem with graphics cardCheck that the graphics card is correctly placed in its slot. If need be, test with another video card.
1 long beep / 3 short beepsProblem with keyboardCheck that the keyboard is correctly plugged in, and that no keys are depressed. If need be, test with another keyboard.
1 long beep / 9 short beepsBIOS failureThe BIOS is invalid, replace it with a more recent version
3 beepsBase 64K RAM failureRAM contains errors. Try reinserting it correctly or replacing it.
4 beepsRefresh errorRAM is not refreshing correctly. Reset the refresh values in the BIOS or reset the BIOS.
5 beepsProcessor errorCheck that the processor is correctly plugged in, and that the fan is working. If need be, change it.
6 beepsProblem with keyboardCheck that the keyboard is correctly plugged in, and that no keys are depressed. If need be, test with another keyboard.
8 beepsProblem with graphics cardCheck that the graphics card is correctly placed in its slot. If need be, test with another video card.
Long incessant beepsRAM errorPlace RAM modules correctly in slot, test RAM or change it
Short incessant beepsPower supply errorCheck that all power cables are correctly connected to the motherboard, test with another power supply, or change them

Meaning of beeps for an AMI BIOS
# of beepsMeaningHow to resolve the problem
1Refresh failure
RAM is not refreshing correctly. Reset the refresh values in the BIOS or reset the BIOS. Place RAM modules correctly in slot, or change them.
2Parity Error
Place RAM modules correctly in slot, or change them. Test the RAM.
3Base 64K RAM failure
Place RAM modules correctly in slot, or change them. If need be, update the BIOS.
4System timer not operational
The motherboard must be sent for repairs.
5Processor Error
Check that the processor is correctly plugged in, and that the fan is working. If need be, change it.
6Gate A20 failure
Check that the keyboard is correctly plugged in, and that no keys are depressed. If need be, test with another keyboard.
7Processor exception interrupt error
The motherboard must be sent for repairs.
8Display memory read/write failure
Check that the graphics card is correctly placed in its slot. If need be, test with another video card.
9ROM checksum error
The BIOS chip must be replaced or updated.
10CMOS shutdown register read/write error
The motherboard must be sent for repairs.
11Cache memory problem
Check that the processor is correctly plugged in, and that the fan is working. If need be, change it. Place the RAM modules correctly in their slots, or replace them.

 

For an Award BIOS, only video-related errors will trigger beeps. Other errors are sent as POST codes and are displayed onscreen.

For example, a long beep, followed by two short beeps, indicates an error in a video device (graphics card). In such a case, you will have to try to place the video card in its slot correctly, or replace it altogether. Any other beep indicates a memory-based error.

Here is the list of POST codes, and the meaning of beep sequences for each of the three main BIOS manufacturers:

BIOS setup

Most BIOSes have a setup program for modifying basic system configurations. This kind of information is stored in self-powered memory (using a battery) so that the data remains saved even when the computer is off (RAM is reinitialised each time the system boots).

Each machine has several BIOSes:

  • The motherboard BIOS
  • The BIOS which controls the keyboard
  • The video card BIOS
  • and possibly
    • the BIOS for SCSI controllers, used for booting from the SCSI device, which then communicate with the DOS without requiring an additional driver
    • (The network card BIOS for booting from the network)

When the computer is turned on, the BIOS displays a copyright message on the screen, then carries out diagnostic and initialisation tests. After these tests are complete, the BIOS displays a message prompting the user to press one or more keys in order to enter BIOS setup.

Depending on what brand of BIOS it is, it may be the F2 key, the F10 key, the DEL key, or one of the following key sequences:

  • Ctrl+Alt+S
  • Ctrl+Alt+Esc
  • Ctrl+Alt+Ins

On Award BIOSes, the following message is displayed during POST:

TO ENTER SETUP BEFORE BOOT PRESS CTRL-ALT-ESC OR DEL KEY

Reinitialising the BIOS

As BIOS setup is used to edit hardware settings, changing them might cause the system to become unstable, and it might not even restart. When this happens, the changes to the BIOS must be cancelled, and the default settings must be restored.

If the computer boots up and you can access the BIOS, it will usually allow you to return to the default settings. In PhoenixBIOS, press F9 to return the configuration to the defaults set by the manufacturer. In AwardBIOS, press F9 to restore the previous settings, F6 to restore Award BIOS's default settings, and F7 to restore the defaults set by the motherboard's manufacturer.

If you cannot access the BIOS using standard procedures, most motherboards include a jumper for resetting the default values. Simply change the jumper's position, then leave it there for about ten seconds.

Meaning of beeps in a Phoenix BIOS
# of beepsMeaningHow to resolve the problem
1-3-1-1DRAM Refresh error
Place the RAM modules correctly in their slots, or replace them.
1-2-2-3ROM checksum error
Place the RAM modules correctly in their slots, or replace them.
1-3-1-3Keyboard Controller Error
Place the keyboard correctly in its slot, or replace it.
1-3-4-1RAM error
Place the RAM modules correctly in their slots, or replace them.
1-3-4-3RAM error
Place the RAM modules correctly in their slots, or replace them.
1-4-1-1RAM error
Place the RAM modules correctly in their slots, or replace them.
2-2-3-1Unexpected interrupt
 
It is strongly recommended to shut off the computer's power before making these changes. Whenever doing so, refer to the manual that came with your motherboard.


Last update on Thursday October 16, 2008 02:43:12 PM.
This document entitled « BIOS » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Results for BIOS

BIOS optimisation The BIOS (Basic Input/Output System) is a small memory chip located on the motherboard containing data that define the system parameters. As some BIOS data are written in a ROM, it is not possible to change them, however, certain parameters are... en.kioskea.net/repar/optibios.php3
Flashing the BIOS The BIOS (Basic Input/Output System) is a small memory chip located on the motherboard containing data that defines the system parameters. The data may, however, contain errors (bugs). Furthermore, when new hardware becomes available, BIOS... en.kioskea.net/repar/flashbios.php3
How to access your BIOS set up How to access your BIOS set up Depending on your computer model, the way you will access your BIOS set up menu will differ. Here is a list of the most common models used and the access key used for this process. ACER You can make use... en.kioskea.net/faq/sujet-283-how-to-access-your-bios-set-up

Results for BIOS

BIOS CommandsBIOS Commands How to enter BIOS Alternative to your Mouse To select an option To change values To quit BIOS When using BIOS, the mouse option is disabled and you will only be allowed to use your keyboard keys. This article will... en.kioskea.net/faq/sujet-330-bios-commands
BIOS ROM CHECKSUM ERROR-SYSTEM HALTEDBIOS ROM CHECKSUM ERROR-SYSTEM HALTED If the following error message is displayed when booting up your PC. BIOS ROM CHECKSUM ERROR-SYSTEM HALTED This means that the information found on the BIOS are invalid or cannot be ... en.kioskea.net/faq/sujet-716-bios-rom-checksum-error-system-halted
Flashing the BIOSFlashing the BIOS What is the BIOS? Upgrading the BIOS Reasons to flash the BIOS What is the BIOS? BIOS stand for Basic Input/Output System The BIOS is a set of instructions contained on a volatile memory chip built onto your... en.kioskea.net/faq/sujet-714-flashing-the-bios

Results for BIOS

Bios passwordHello, anyone can tell me how to erase my bios please? my brother put a password and now he cant remember what it is ? any idea? en.kioskea.net/forum/affich-18880-bios-password
BIOS Password for Toshiba M200Hello, I got a Toshiba portege m200 off ebay for extremely cheap because it has no hard drive and a bios password the guy couldn't remember. I always though that removing the bios battery would erase the password, but even without the battery,... en.kioskea.net/forum/affich-15049-bios-password-for-toshiba-m200
Getting rid of the bios passwordHello, so this is for a friend of mine. his sister put a password on his bios and now he is asking how can he get rid of it since his sister is no more in the country and when he asks for the pasword his sister couldnt remember what it was? is there... en.kioskea.net/forum/affich-28525-getting-rid-of-the-bios-password

Results for BIOS

Download BIOS for 661GX-M7 (V3.0)We all know that BIOS (BASIC Input / Output System) is the heart of the stability of our computer. It is therefore primordial to support it in day so that the card mother can incorporate new equipments and take care of new technologies which will be... en.kioskea.net/telecharger/telecharger-980-bios-for-661gx-m7-v3-0
Download BIOS for 661FX-M7 (V1.1)We all know that BIOS (BASIC Input / Output System) is the heart of the stability of our computer.It is therefore primordial to support it in day so that the card mother can incorporate new equipments and take care of new technologies which will be... en.kioskea.net/telecharger/telecharger-977-bios-for-661fx-m7-v1-1
Download BIOS pour 865G-M7D (V1.0)Motherboard was endowed with a socket 775, good output as regards price for the general public, it constitutes a good choice for upgrading a computer. As we all know it, BIOS is the core of the system. If you have therefore a problem with yours, here... en.kioskea.net/telecharger/telecharger-1019-bios-pour-865g-m7d-v1-0

Results for BIOS

Portal and Bioshock dominate Game Developers Choice AwardsPortal and Bioshock dominated the eighth annual Game Developers Choice Awards as video gamemakers heaped laurels on the action puzzle and morality-probing shooter titles. Portal and Bioshock dominated the eighth annual Game Developers Choice Awards... en.kioskea.net/actualites/portal-and-bioshock-dominate-game-developers-choice-awards-10136-actualite.php3