7.Boot Manager

来源:互联网 发布:mac war3 不能局域网 编辑:程序博客网 时间:2024/06/04 00:47
Agenda
• Boot Manager Function• Operational Model Boot Manager• Summary

Contents

  • 1Boot Manager Function
    • 1.1Boot Manager Function
    • 1.2Boot Manager Policy
  • 2Operational Model Boot Manager
    • 2.1Operational Model Boot Manager
    • 2.2Sample Boot Manager
    • 2.3Process Driver Option List
    • 2.4Boot Option List Example
  • 3Summary

 

Boot Manager Function

Boot Manager Function

• Controls boot order and location of all operating systems and EFI applications in the system

• Configuration and maintenance of preboot firmware, that is:

–EFI applications and operating system installation and location

–EFI drivers’ location in the system

–Boot manager options (typically stored in NVRAM)

–NVRAM maintenance menus

–Hardware diagnostics and test

–Flash update

 

Boot Manager Policy

• It executes policy for ordering EFI boot devices; it is an EFI application that is packaged with the core

• It is the only interface the end user should see

• An example boot manager in the EFI core source is on the web site; boot policy is not specified! (OEM value add)

• It uses EFI NVRAM (flash) to store paths and boot order (specified requirement)

• OEM should customize the boot manager for the look and feel, as well as for security

• For production, boot straight to the operating system

–You do not need to use built-in shell or startup.nsh

• The shell is typically included in most EFI systems as a boot option (but not required); it might vary between different builds and system to system

 

Operational Model Boot Manager

Operational Model Boot Manager

 

Sample Boot Manager

• Functionally replaces legacy BIOS Boot Specification (BBS)

• Order of processing load options

–Driver order options     •        Load any drivers specified in driver option list–Check the Boot Next feature     •        This feature is for operating system setup; sothat, on the next boot, this option is selected onceand then removed from the list–Boot option list     •        See the next slide for an example case of optionsthat are stored in NVRAM with boot maintenance menu 

• The web site is: http://developer.intel.com/technology/efi

Process Driver Option List

 

Boot Option List Example

 Boot+mgr+example.bmp

Summary

• EFI Boot Manager

–Boot option control – add, del, change order

–Boot to a file – Transfer control to .EFI file

–Auto timeout

–Reset