Overview of the boot. ini file

Source: Internet
Author: User
Overview of the boot. ini file

The boot. INI file is a text file that contains the boot options for computers with x86 and x86-64 processors. it is located at the root of the system partition, typically C:/boot. ini.

The following sample shows the content of a typical Boot. ini file.

[Boot loader]
Timeout = 30
Default = multi (0) disk (0) RDISK (0) Partition (1)/Windows
[Operating systems]
Multi (0) disk (0) RDISK (0) Partition (1)/Windows = "Microsoft Windows XP Professional"/fastdetect
C:/your cons/bootsect. dat = "Microsoft Windows Recovery Console"/your cons

The boot. ini file has two main sections:

  • The[Boot loader]Section contains option settings that apply to all boot entries on the system. The options includeTimeout, The boot menu time-out value, andDefault, The location of the default Operating System.

    The following sample shows the [boot loader] section of a boot. ini file.

    [Boot loader]
    Timeout = 30
    Default = multi (0) disk (0) RDISK (0) Partition (1)/Windows

  • The[Operating systems]Section is comprised of one or moreBoot entriesFor each operating system or bootable program installed on the computer.

    ABoot entryIs a set of options that defines a load configuration for an operating system or bootable program. the boot entry specifies an operating system or bootable program and the location of its files. it can also include parameters that configure the operating system or program.

    The following sample shows the [operating systems] section of a boot. INI file on a computer with two operating systems, Microsoft Windows XP and Microsoft Windows 2000. it has two boot entries, one for each operating system.

    [Operating systems]
    Multi (0) disk (0) RDISK (0) Partition (1)/Windows = "Microsoft Windows XP Professional"/fastdetect
    Multi (0) disk (0) RDISK (0) Partition (2)/winnt = "Microsoft Windows 2000 Professional"/fastdetect

     

 

Each boot entry into des the following elements:

  • The location of the operating system. the boot. INI file uses the advanced Proteus computing (ARC) Naming Convention to display the path to the disk partition and directory where the Operating System resides. for example:

    Multi (0) disk (0) RDISK (0) Partition (1)/Windows

  • A friendly name for the boot entry. the friendly name represents the boot entry in the boot menu. the friendly name is surrounded by quotation marks and represents the boot entry in the boot menu. for example:

    "Microsoft Windows XP Professional"

  • Boot entry parameters, Also knownBoot parametersOrLoad optionsEnable, disable, and configure operating system features. boot parameters resemble command-line parameters, each beginning with a forward slash (/), Such/Debug. You can have zero or more boot parameters on each boot entry.

    For a list of boot parameters relevant to driver testing and debugging, see boot parameter reference.

 

You can have multiple boot entries for the same operating system, each with a different set of boot parameters. windows creates a standard boot entry when you install the operating system, and you can create additional, customized entries for an operating system by editing the boot. INI file.

Comment

This document describes aspects of the boot. INI file that are of special interest to driver developers and testers. for a more general description of the boot. INI file on x86-based systems, including a list of commonly used boot. INI file parameters, see Reviewing and correcting boot. ini settings on x86-based systems in the Microsoft Windows XP Professional Resource Kit documentation.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.