answersLogoWhite

0


Best Answer

System Boot Sequence

The system

BIOS is what starts the computer running when you turn it on. The following are the steps that a typical boot sequence involves. Of course this will vary by the manufacturer of your hardware, BIOS, etc., and especially by what peripherals you have in the PC. Here is what generally happens when you turn on your system power:

  1. The internal power supply turns on and initializes. The power supply takes some time until it can generate reliable power for the rest of the computer, and having it turn on prematurely could potentially lead to damage. Therefore, the chipset will generate a reset signal to the processor (the same as if you held the reset button down for a while on your case) until it receives the Power Good signal from the power supply.
  2. When the reset button is released, the processor will be ready to start executing. When the processor first starts up, it is suffering from amnesia; there is nothing at all in the memory to execute. Of course processor makers know this will happen, so they pre-program the processor to always look at the same place in the system BIOS ROM for the start of the BIOS boot program. This is normally location FFFF0h, right at the end of the system memory. They put it there so that the size of the ROM can be changed without creating compatibility problems. Since there are only 16 bytes left from there to the end of conventional memory, this location just contains a "jump" instruction telling the processor where to go to find the real BIOS startup program.
  3. The BIOS performs the power-on self test (POST). If there are any fatal errors, the boot process stops. POST beep codes can be found in this area of the Troubleshooting Expert.
  4. The BIOS looks for the video card. In particular, it looks for the video card's built in BIOS program and runs it. This BIOS is normally found at location C000h in memory. The system BIOS executes the video card BIOS, which initializes the video card. Most modern cards will display information on the screen about the video card. (This is why on a modern PC you usually see something on the screen about the video card before you see the messages from the system BIOS itself).
  5. The BIOS then looks for other devices' ROMs to see if any of them have BIOSes. Normally, the IDE/ATA hard disk BIOS will be found at C8000h and executed. If any other device BIOSes are found, they are executed as well.
  6. The BIOS displays its startup screen.
  7. The BIOS does more tests on the system, including the memory count-up test which you see on the screen. The BIOS will generally display a text error message on the screen if it encounters an error at this point; these error messages and their explanations can be found in this part of the Troubleshooting Expert.
  8. The BIOS performs a "system inventory" of sorts, doing more tests to determine what sort of hardware is in the system. Modern BIOSes have many automatic settings and will determine memory timing (for example) based on what kind of memory it finds. Many BIOSes can also dynamically set hard drive parameters and access modes, and will determine these at roughly this time. Some will display a message on the screen for each drive they detect and configure this way. The BIOS will also now search for and label logical devices (COM and LPT ports).
  9. If the BIOS supports the Plug and Play standard, it will detect and configure Plug and Play devices at this time and display a message on the screen for each one it finds. See here for more details on how PnP detects devices and assigns resources.
  10. The BIOS will display a summary screen about your system's configuration. Checking this page of data can be helpful in diagnosing setup problems, although it can be hard to see because sometimes it flashes on the screen very quickly before scrolling off the top.
  11. The BIOS begins the search for a drive to boot from. Most modern BIOSes contain a setting that controls if the system should first try to boot from the floppy disk (A:) or first try the hard disk (C:). Some BIOSes will even let you boot from your CD-ROM drive or other devices, depending on the boot sequence BIOS setting.
  12. Having identified its target boot drive, the BIOS looks for boot information to start the operating system boot process. If it is searching a hard disk, it looks for a master boot record at cylinder 0, head 0, sector 1 (the first sector on the disk); if it is searching a floppy disk, it looks at the same address on the floppy disk for a volume boot sector.
  13. If it finds what it is looking for, the BIOS starts the process of booting the operating system, using the information in the boot sector. At this point, the code in the boot sector takes over from the BIOS. The DOS boot process is described in detail here. If the first device that the system tries (floppy, hard disk, etc.) is not found, the BIOS will then try the next device in the boot sequence, and continue until it finds a bootable device.
  14. If no boot device at all can be found, the system will normally display an error message and then freeze up the system. What the error message is depends entirely on the BIOS, and can be anything from the rather clear "No boot device available" to the very cryptic "NO ROM BASIC - SYSTEM HALTED". This will also happen if you have a bootable hard disk partition but forget to set it active.

This process is called a "cold boot" (since the machine was off, or cold, when it started). A "warm boot" is the same thing except it occurs when the machine is rebooted using {Ctrl}+{Alt}+{Delete} or similar. In this case the POST is skipped and the boot process continues roughly at step 8 above.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

You always want your boot order to point first to the device where your MBR/Bootloader is going to be. For 99.9999% of home users that is the first Hard Drive, and 99.9% of the time that is the device you want booted first. The other times you can go to BIOS and change it. (E.G. Installing an OS and needing to boot from the CD/DVD Drive, or trying a Linux LiveUSB Distribution) Second to the fallback device (Usually CD or Floppy) so that if your HDD is borked you can still boot the computer with a boot disk. Finally Network is kinda moot since that is not used outside of medium to large enterprise and enthusiast setups.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

First, Second, Fourth, Third, Eighth, Seventh, Sixth, Fifth, Ninth, Tenth, etc, etc...

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

depends if you want to boot from a CD or from your hardrive

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is The correct boot sequence on the computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a typical computer's boot sequence?

the it was not cool


What is the boot sequence order of devices?

The boot sequence order of devices is the order in which your computer will boot its devices. You can usually choose from the hard-drive, the disk-drive, and a few more options.


What is boot sequencing?

AS DOS boot sequence is the series of steps your computer takes when it is turned on. Once the DOS boot sequence has been completed, the start up activities then go into action.


What determines to which device the computer searches first to locate boot files?

BIOS boot sequence option.


What is the pre-boot sequence?

Preboot Sequence During startup, a Windows Server 2003-based computer initializes the boot portion of the hard disk and the preboot sequence begins. This sequence consists of four steps: • The computer runs power-on self test (POST) process to determine the amount of physical memory; and • The hardware components are present. • If the computer has a Plug and Play (BIOS), enumeration and configuration of hardware devices occurs. • The computer BIOS locates the boot device and loads and runs the master boot record (MBR). Note: Windows Server 2003 modifies the boot sector during installation so that Ntldr loads during system startup. Therefore you should disable the Boot Sector Virus Protection in your BIOS Setup.


What is the boot sequence?

Preboot Sequence During startup, a Windows Server 2003-based computer initializes the boot portion of the hard disk and the preboot sequence begins. This sequence consists of four steps: • The computer runs power-on self test (POST) process to determine the amount of physical memory; and • The hardware components are present. • If the computer has a Plug and Play (BIOS), enumeration and configuration of hardware devices occurs. • The computer BIOS locates the boot device and loads and runs the master boot record (MBR). Note: Windows Server 2003 modifies the boot sector during installation so that Ntldr loads during system startup. Therefore you should disable the Boot Sector Virus Protection in your BIOS Setup.


When is the boot sequence completed on a computer?

When it finishes booting. (Starting Windows\Mac OSX\Linux\Other)


What is the boot sequence in a computer system..the step by step process..and the term for it's sequence?

login screen appears turn computer on BIOS sceen loads desktop appears computer performs power-on self test


How do you reinstall Windows Vista?

Reboot and press F12 (on my computer, at least) to enter the temporary boot sequence. Boot from the CD and then there you can make changes to the installation and then ultimately install the OS.


What is the full form of POTS?

Are you referring to POST? That's the computer, pre-boot sequence called a "power-on self test."


What is pre sequences?

Preboot Sequence During startup, a Windows Server 2003-based computer initializes the boot portion of the hard disk and the preboot sequence begins. This sequence consists of four steps: • The computer runs power-on self test (POST) process to determine the amount of physical memory; and • The hardware components are present. • If the computer has a Plug and Play (BIOS), enumeration and configuration of hardware devices occurs. • The computer BIOS locates the boot device and loads and runs the master boot record (MBR). Note: Windows Server 2003 modifies the boot sector during installation so that Ntldr loads during system startup. Therefore you should disable the Boot Sector Virus Protection in your BIOS Setup.


what is computer boot sector?

what is computer boot sector