CN110162341A - A kind of more activation systems and method of UEFI guidance system - Google Patents

A kind of more activation systems and method of UEFI guidance system Download PDF

Info

Publication number
CN110162341A
CN110162341A CN201910406284.7A CN201910406284A CN110162341A CN 110162341 A CN110162341 A CN 110162341A CN 201910406284 A CN201910406284 A CN 201910406284A CN 110162341 A CN110162341 A CN 110162341A
Authority
CN
China
Prior art keywords
uefi
starting
bootloader
local disk
booted
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910406284.7A
Other languages
Chinese (zh)
Inventor
于晓艳
刘强
李清石
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jinan Inspur Hi Tech Investment and Development Co Ltd
Original Assignee
Jinan Inspur Hi Tech Investment and Development Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jinan Inspur Hi Tech Investment and Development Co Ltd filed Critical Jinan Inspur Hi Tech Investment and Development Co Ltd
Priority to CN201910406284.7A priority Critical patent/CN110162341A/en
Publication of CN110162341A publication Critical patent/CN110162341A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]

Abstract

The present invention relates to UEFI System guides to start method and technology field, in particular to a kind of the more activation systems and method of UEFI guidance system.The more activation systems and method of a kind of UEFI guidance system of the invention can choose local disk and are booted up or network startup method, if local disk starting is resolved in time when something goes wrong.Increase the method and startup stability of the starting of UEFI system simultaneously.

Description

A kind of more activation systems and method of UEFI guidance system
Technical field
The present invention relates to UEFI System guides to start method and technology field, in particular to a kind of UEFI guidance system open more Dynamic system and method.
Background technique
One, the meaning of UEFI: UEFI is a kind of standard that style interface is described in detail.This interface is used for operating system certainly The dynamic operating environment from pretrigger is loaded into a kind of operating system.
Two, the difference of UEFI and BIOS: UEFI is a kind of so-called " firmware ", is responsible for doing hardware-initiated and inspection in booting The work such as survey, and serve as intermediary role when operating system controls hardware;Compared with BIOS, UEFI coding 99% is all by C Language is completed;UEFI change before interruption, hardware port operation method, and use Driver/protocol new side Formula;UEFI will not support X86 real pattern, and directly adopt Flat mode (namely cannot with DOS, some present EFI or UEFI can be because done compatibility, but actually this part is not belonging to defining for UEFI);UEFI output is also no longer simple Binary system code, be changed to Removable Binary Drivers;OS starting is no longer to call Int19, but directly utilize protocol/device Path;For third-party exploitation, BIOS does not accomplish substantially, except the design of non-participating BIOS, but It is also to be limited by the size of ROM, and UEFI conveniently benefit.UEFI makes up that BIOS is insufficient to the support of new hardware to be asked Topic.
Three, dramatically different with BIOS, UEFI is with modularization, the parameter stack transfer mode of C language style, dynamic The form of link constructs system, it is more easily implemented than BIOS, and fault-tolerant and error correction characteristic is also stronger, so as to shorten system research and development Time.More importantly it is that it runs on 32 or 64 bit patterns, breaches the addressability of traditional 16 codes, reach The maximum address of processor, this measure overcome bios code and run slow drawback.
System mode is guided relative to traditional BIOS, UEFI BIOS guides system mode more and more common.UEFI guidance Process is opening initialization UEFI, then, operating system is directly guided, into system.It is compared with traditional BIOS guidance, UEFI The process of one of BIOS self-test has been lacked in guidance, so booting will more faster, this also becomes the new lover of computer.For UEFI BIOS system guidance is also required to a variety of starting methods, increases starting reliability.
Wherein the start-up course of UEFI includes that SEC (protected mode of security setting CPU), PEI (are initialized before EFI PEI), DXE (execute driving, install Device handle, install protocol), BDS (startup equipment selection), TSL are (temporary Property system be loaded into), several stages such as RT (runing time).
PXE (preboot execute environment, Pre-boot Execution Environment) is developed most by Intel Company New technology works in the network mode of Client/Server, and work station is supported to download image from remote server by network, And thus support that, by network startup operating system, during startup, demanding terminal server distributes IP address, then uses TFTP (trivial file transfer protocol) or MTFTP (multicast trivial file transfer Protocol) agreement is downloaded a starting software package and is executed into local memory, completes terminal (client by this starting software package End) basic software setting, thus the terminal operating system that guidance is pre-installed in server.
To sum up, it is proposed that a kind of more starting methods of UEFI can solve the problems, such as follows: there is computer local bootstrap With two kinds of system Starting mode of netboot.
Summary of the invention
In order to solve problems in the prior art, the present invention provides a kind of more activation systems of UEFI guidance system and sides Method can choose local disk and be booted up or network startup method, if local disk starting is timely when something goes wrong To solution.Increase the method and startup stability of the starting of UEFI system simultaneously.
The technical solution adopted in the present invention is as follows:
A kind of more activation systems of UEFI guidance system, including local disk are booted up module and netboot starting mould Block, in system starting process, Selection utilization local disk is booted up module starting respectively, or is started using netboot Module starting, wherein the selection priority that local disk is booted up module is greater than netboot starting module, when the sheet When local disk is booted up module damage, just selection carries out system starting using netboot starting module.
It includes that local disk BootLoader reading unit and UEFI guide execution unit that local disk, which is booted up module, The local disk BootLoader reading unit is used to read when Selection utilization local disk is booted up module starting BootLoader in local disk;The UEFI guidance execution unit is used for, and reads the BootLoader in local disk Afterwards, guidance UEFI executes system by SEC, PEI, DXE, BDS, TSL, RT each stage and starts.
Netboot starting module includes BootLoader acquiring unit, and PXE and network interface card information acquiring unit, UEFI are virtual Disk obtains registering unit and UEFI is booted up unit, and the BootLoader acquiring unit is used for, when Selection utilization net When network is booted up module starting, according to the IP address that DHCP is obtained, client is downloaded by TFTP connection server end The BootLoader of UEFI;The PXE and network interface card information acquiring unit obtains the PXE of the machine for executing BootLoader And network interface card information, it is communicated with server end foundation;The UEFI virtual disk obtains registering unit and is used for, and client is from service UEFI virtual disk is downloaded and is loaded at device end, is registered in UEFI;The UEFI is booted up unit and is used for, and reads this earth magnetism After BootLoader in disk, guidance UEFI executes system by SEC, PEI, DXE, BDS, TSL, RT each stage and starts.
A kind of more starting methods of UEFI guidance system, comprising the following steps:
A, in system starting process, select the mode of starting: local disk is booted up or netboot starting;
B, according to Starting mode priority, five-star local disk is selected to be booted up first;
If C, local disk is booted up failure, netboot is selected to start.
Step B is specifically included:
BootLoader in B1, reading local disk;
B2, guidance UEFI execute system by SEC, PEI, DXE, BDS, TSL, RT each stage and start.
Step C is specifically included:
C1, the IP address obtained according to DHCP, client download UEFI's by TFTP connection server end BootLoader;
C2, BootLoader is executed, obtains the PXE and network interface card information of the machine, communicated with server end foundation;
UEFI virtual disk is downloaded from server end and loaded to C3, client, registers in UEFI;
C4, BootLoader continue read execute booting operating system file, guidance UEFI by SEC, PEI, DXE, BDS, TSL, RT each stage execute system and start.
Technical solution provided by the invention has the benefit that
Using the more activation systems and method of a kind of UEFI guidance system of the invention, UEFI starting method can be realized When diversity, a kind of Starting mode are obstructed, system Starting mode can be switched, to increase the reliability of system starting.
Detailed description of the invention
To describe the technical solutions in the embodiments of the present invention more clearly, make required in being described below to embodiment Attached drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the invention, for For those of ordinary skill in the art, without creative efforts, it can also be obtained according to these attached drawings other Attached drawing.
Fig. 1 is the basic methods flow chart (embodiment 2) for more starting methods that a kind of UEFI of the invention guides system;
Fig. 2 is the specific method flow chart (embodiment 3) for more starting methods that a kind of UEFI of the invention guides system.
Specific embodiment
To make the object, technical solutions and advantages of the present invention clearer, below in conjunction with attached drawing to embodiment party of the present invention Formula is described in further detail.
Embodiment one
A kind of more activation systems of UEFI guidance system, including local disk are booted up module and netboot starting mould Block, in system starting process, Selection utilization local disk is booted up module starting respectively, or is started using netboot Module starting, wherein the selection priority that local disk is booted up module is greater than netboot starting module, when the sheet When local disk is booted up module damage, just selection carries out system starting using netboot starting module.
It includes that local disk BootLoader reading unit and UEFI guide execution unit that local disk, which is booted up module, The local disk BootLoader reading unit is used to read when Selection utilization local disk is booted up module starting BootLoader in local disk;The UEFI guidance execution unit is used for, and reads the BootLoader in local disk Afterwards, guidance UEFI executes system by SEC, PEI, DXE, BDS, TSL, RT each stage and starts.
Netboot starting module includes BootLoader acquiring unit, and PXE and network interface card information acquiring unit, UEFI are virtual Disk obtains registering unit and UEFI is booted up unit, and the BootLoader acquiring unit is used for, when Selection utilization net When network is booted up module starting, according to the IP address that DHCP is obtained, client is downloaded by TFTP connection server end The BootLoader of UEFI;The PXE and network interface card information acquiring unit obtains the PXE of the machine for executing BootLoader And network interface card information, it is communicated with server end foundation;The UEFI virtual disk obtains registering unit and is used for, and client is from service UEFI virtual disk is downloaded and is loaded at device end, is registered in UEFI;The UEFI is booted up unit and is used for, and reads this earth magnetism After BootLoader in disk, guidance UEFI executes system by SEC, PEI, DXE, BDS, TSL, RT each stage and starts.
Embodiment two
As shown in Fig. 1, a kind of more starting methods of UEFI guidance system, comprising the following steps:
A, in system starting process, select the mode of starting: local disk is booted up or netboot starting;
B, according to Starting mode priority, five-star local disk is selected to be booted up first;
BootLoader in B1, reading local disk;
B2, guidance UEFI execute system by SEC, PEI, DXE, BDS, TSL, RT each stage and start.
If C, local disk is booted up failure, netboot is selected to start.
C1, the IP address obtained according to DHCP, client download UEFI's by TFTP connection server end BootLoader;
C2, BootLoader is executed, obtains the PXE and network interface card information of the machine, communicated with server end foundation;
UEFI virtual disk is downloaded from server end and loaded to C3, client, registers in UEFI;
C4, BootLoader continue read execute booting operating system file, guidance UEFI by SEC, PEI, DXE, BDS, TSL, RT each stage execute system and start.
Embodiment three
As shown in Fig. 2, more starting methods of a kind of UEFI guidance system of the present embodiment, comprising the following steps:
A, computer electrifying startup, default choice UEFI local disk Starting mode, or selection netboot Starting mode.
B, the starting method of selection is checked.
It C, is to directly read the BootLoader in local disk, guidance UEFI warp when defaulting local disk starting method It crosses several stages execution systems such as SEC, PEI, DXE, BDS, TSL, RT and starts.
D, when being network startup mode, start network boot, according to the IP address that DHCP is obtained, client passes through TFTP connection server end, and download the BootLoader of UEFI.
E, BootLoader is executed, the PXE and network interface card information of the machine are obtained, is communicated with server end foundation.
F, then UEFI virtual disk is downloaded from server end and loaded to client, registers in UEFI.
G, BootLoader continue read execute booting operating system file, guidance UEFI by SEC, PEI, DXE, BDS, Several stages such as TSL, RT execute system and start.
The foregoing is merely presently preferred embodiments of the present invention, is not intended to limit the invention, it is all in spirit of the invention and Within principle, any modification, equivalent replacement, improvement and so on be should all be included in the protection scope of the present invention.

Claims (6)

1. a kind of more activation systems of UEFI guidance system, including local disk are booted up module and netboot starting mould Block, in system starting process, Selection utilization local disk is booted up module starting respectively, or is started using netboot Module starting, wherein the selection priority that local disk is booted up module is greater than netboot starting module, when the sheet When local disk is booted up module damage, just selection carries out system starting using netboot starting module.
2. a kind of more activation systems of UEFI guidance system according to claim 1, which is characterized in that this described earth magnetism It includes local disk BootLoader reading unit and UEFI guidance execution unit, the local disk that disk, which is booted up module, BootLoader reading unit is used to read in local disk when Selection utilization local disk is booted up module starting BootLoader;The UEFI guidance execution unit is used for, after reading the BootLoader in local disk, guidance UEFI warp It crosses each stage execution system of SEC, PEI, DXE, BDS, TSL, RT and starts.
3. a kind of more activation systems of UEFI guidance system according to claim 1, which is characterized in that the network draws Leading starting module includes BootLoader acquiring unit, PXE and network interface card information acquiring unit, and it is single that UEFI virtual disk obtains registration Member and UEFI are booted up unit, and the BootLoader acquiring unit is used for, when Selection utilization netboot starting module When starting, according to the IP address that DHCP is obtained, client downloads UEFI's by TFTP connection server end BootLoader;The PXE and network interface card information acquiring unit obtains the PXE and network interface card of the machine for executing BootLoader Information is communicated with server end foundation;The UEFI virtual disk obtains registering unit and is used for, and client is under server end UEFI virtual disk is carried and loaded, is registered in UEFI;The UEFI is booted up unit and is used for, and reads in local disk After BootLoader, guidance UEFI executes system by SEC, PEI, DXE, BDS, TSL, RT each stage and starts.
4. a kind of more starting methods of UEFI guidance system, comprising the following steps:
A, in system starting process, select the mode of starting: local disk is booted up or netboot starting;
B, according to Starting mode priority, five-star local disk is selected to be booted up first;
If C, local disk is booted up failure, netboot is selected to start.
5. a kind of more starting methods of UEFI guidance system according to claim 4, which is characterized in that the step B It specifically includes:
BootLoader in B1, reading local disk;
B2, guidance UEFI execute system by SEC, PEI, DXE, BDS, TSL, RT each stage and start.
6. a kind of more starting methods of UEFI guidance system according to claim 4, which is characterized in that the step C It specifically includes:
C1, the IP address obtained according to DHCP, client download UEFI's by TFTP connection server end BootLoader;
C2, BootLoader is executed, obtains the PXE and network interface card information of the machine, communicated with server end foundation;
UEFI virtual disk is downloaded from server end and loaded to C3, client, registers in UEFI;
C4, BootLoader continue read execute booting operating system file, guidance UEFI by SEC, PEI, DXE, BDS, TSL, RT each stage execute system and start.
CN201910406284.7A 2019-05-16 2019-05-16 A kind of more activation systems and method of UEFI guidance system Pending CN110162341A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910406284.7A CN110162341A (en) 2019-05-16 2019-05-16 A kind of more activation systems and method of UEFI guidance system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910406284.7A CN110162341A (en) 2019-05-16 2019-05-16 A kind of more activation systems and method of UEFI guidance system

Publications (1)

Publication Number Publication Date
CN110162341A true CN110162341A (en) 2019-08-23

Family

ID=67634810

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910406284.7A Pending CN110162341A (en) 2019-05-16 2019-05-16 A kind of more activation systems and method of UEFI guidance system

Country Status (1)

Country Link
CN (1) CN110162341A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078303A (en) * 2019-11-22 2020-04-28 苏州浪潮智能科技有限公司 Method and device for optimizing UEFI (unified extensible firmware interface) boot startup

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102187311A (en) * 2008-10-29 2011-09-14 Lsi公司 Methods and systems for recovering a computer system using a storage area network
WO2013129420A1 (en) * 2012-02-28 2013-09-06 株式会社シー・オー・コンヴ Network booting system
US20170161080A1 (en) * 2014-06-20 2017-06-08 Dell Products, Lp Method to Facilitate Rapid Deployment and Rapid Redeployment of an Information Handling System
CN107463388A (en) * 2017-09-21 2017-12-12 成都领沃网络技术有限公司 A kind of UEFI non-disk startups method
CN108604270A (en) * 2016-02-12 2018-09-28 微软技术许可有限责任公司 The security provisions of operating system
CN108920215A (en) * 2018-07-18 2018-11-30 郑州云海信息技术有限公司 A method of passing through initramfs collection system log

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102187311A (en) * 2008-10-29 2011-09-14 Lsi公司 Methods and systems for recovering a computer system using a storage area network
WO2013129420A1 (en) * 2012-02-28 2013-09-06 株式会社シー・オー・コンヴ Network booting system
US20170161080A1 (en) * 2014-06-20 2017-06-08 Dell Products, Lp Method to Facilitate Rapid Deployment and Rapid Redeployment of an Information Handling System
CN108604270A (en) * 2016-02-12 2018-09-28 微软技术许可有限责任公司 The security provisions of operating system
CN107463388A (en) * 2017-09-21 2017-12-12 成都领沃网络技术有限公司 A kind of UEFI non-disk startups method
CN108920215A (en) * 2018-07-18 2018-11-30 郑州云海信息技术有限公司 A method of passing through initramfs collection system log

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078303A (en) * 2019-11-22 2020-04-28 苏州浪潮智能科技有限公司 Method and device for optimizing UEFI (unified extensible firmware interface) boot startup
CN111078303B (en) * 2019-11-22 2022-05-24 苏州浪潮智能科技有限公司 Method and device for optimizing UEFI (unified extensible firmware interface) boot startup

Similar Documents

Publication Publication Date Title
US6202091B1 (en) Process and apparatus for initializing a computer from power up
US6581157B1 (en) System and method for detecting and updating non-volatile memory on an electronic adapter board installed in a computing system
US6317826B1 (en) Booting a computer system from a network
US7392371B2 (en) Method and apparatus for using a volume top file to boot firmware modules
US7363482B2 (en) Method and apparatus to support remote configuration code
EP1280058A2 (en) Method and system for creating and employing an operating system having selected functionality
CN110045991B (en) RAID configuration method and device of server, computer equipment and storage medium
CN101546270A (en) Automatic installation method for Linux operation system, device and system
US20030061401A1 (en) Input device virtualization with a programmable logic device of a server
US20100262815A1 (en) Detection Mechanism for System Image Class
US20050149716A1 (en) Preboot execution bootloading
CN103677807A (en) Customizing program logic for booting a system
US20120005321A1 (en) Router and remote boot method using the router
US7900033B2 (en) Firmware processing for operating system panic data
WO2016062146A1 (en) Serial number information update method, device and terminal
CN104935468A (en) PXE technology-based interactive system and method for realizing operation of operating system thereof
CN111708652B (en) Fault repairing method and device
CN111708662B (en) Debugging method and device
WO2017052528A1 (en) Selecting and loading firmware volumes
US20230229423A1 (en) Pushing a firmware update patch to a computing device via an out-of-band path
CN113849228A (en) Operating system batch deployment method, system, terminal and storage medium
US7353377B2 (en) Remotely providing basic input/output system to a client system
CN110162341A (en) A kind of more activation systems and method of UEFI guidance system
TW201117094A (en) Basic input/output system capable of supporting multi-platforms and constructing method thereof
CN112162794A (en) Single board starting method, device, single board and network equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20190823

RJ01 Rejection of invention patent application after publication