CN111143132A - BIOS recovery method, device, equipment and readable storage medium - Google Patents

BIOS recovery method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN111143132A
CN111143132A CN201911398175.1A CN201911398175A CN111143132A CN 111143132 A CN111143132 A CN 111143132A CN 201911398175 A CN201911398175 A CN 201911398175A CN 111143132 A CN111143132 A CN 111143132A
Authority
CN
China
Prior art keywords
bios
bmc
file
backup
reading
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.)
Granted
Application number
CN201911398175.1A
Other languages
Chinese (zh)
Other versions
CN111143132B (en
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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer Technology 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN201911398175.1A priority Critical patent/CN111143132B/en
Publication of CN111143132A publication Critical patent/CN111143132A/en
Application granted granted Critical
Publication of CN111143132B publication Critical patent/CN111143132B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a BIOS recovery method, a device, equipment and a computer readable storage medium, wherein the method comprises the following steps: the programmable logic device controls the BIOS to be powered on earlier than the BMC or to be powered on simultaneously; when the BIOS detects that the BIOS has errors or is tampered, setting a BIOS error flag bit; reading the BIOS error zone bit through BMC, and starting the operating system kernel and reading and writing backup BIOS file service; and reading the backup BIOS file through the BMC, and writing the backup BIOS file into a BIOS chip to realize the recovery of the BIOS. According to the technical scheme disclosed by the application, after the programmable logic device is powered on, the BIOS is controlled to be powered on earlier than the BMC or to be powered on simultaneously, and when the BMC reads the BIOS error zone bit, only the kernel of the operating system and the service of reading and writing the backup BIOS file are started to recover the BIOS, so that the recovery time of the BIOS is shortened.

Description

BIOS recovery method, device, equipment and readable storage medium
Technical Field
The present application relates to the field of server technologies, and in particular, to a BIOS recovery method, apparatus, device, and computer-readable storage medium.
Background
With the continuous server technology, the complexity of the server technology is higher and higher, and accordingly, factors influencing the stability of the server are more and more. In order to improve the performance of the server, it is necessary that the server can recover from an error state to an operating state quickly, which includes a fault recovery of a BIOS (basic Input/Output System).
At present, the recovery process of the BIOS is that the BIOS is started after a BMC (baseboard management Controller) is completely initialized, and when an error or a tampering is detected, the BMC is notified to shut down and start recovery of the BIOS, and the BIOS is automatically started after the recovery is completed. However, as the number of built-in BMC functions increases, the time taken for the complete initialization process is relatively long (more than 6 minutes), which results in a relatively long recovery time for the BIOS.
In summary, how to shorten the recovery time of the BIOS to improve the performance of the server is a technical problem to be solved by those skilled in the art.
Disclosure of Invention
In view of the above, an object of the present application is to provide a BIOS recovery method, device, apparatus and computer readable storage medium for shortening the BIOS recovery time so as to improve the performance of a server.
In order to achieve the above purpose, the present application provides the following technical solutions:
a BIOS recovery method comprising:
after the programmable logic device is powered on, controlling the BIOS and the BMC to be powered on through the programmable logic device; the power-on time of the BIOS is not later than that of the BMC;
when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, setting a BIOS error flag bit;
reading the BIOS error zone bit through the BMC, and starting an operating system kernel and reading and writing a backup BIOS file service;
and reading the backup BIOS file from the self storage block through the BMC, and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
Preferably, setting the BIOS error flag bit includes:
setting the BIOS error flag bit in the programmable logic device;
accordingly, reading the BIOS error flag bit by the BMC includes:
reading the BIOS error flag bit from the programmable logic device through the BMC.
Preferably, the method further comprises the following steps:
and when the normal running time of the BIOS is more than or equal to the preset time, storing the current BIOS file of the normal running of the BIOS into the BMC as a backup BIOS file so as to replace the backup BIOS file currently stored in the BMC.
Preferably, the step of storing the current BIOS file of the BIOS in normal operation as a backup BIOS file in the BMC includes:
and storing the current BIOS file which is kept as the original state into the BMC as a backup BIOS file.
Preferably, the step of storing the current BIOS file of the BIOS in normal operation as a backup BIOS file in the BMC includes:
and compressing the current BIOS file, and storing the compressed current BIOS file as a backup BIOS file in the BMC.
Preferably, writing the backup BIOS file into the BIOS chip includes:
and writing the backup BIOS file into the BIOS chip through an SPI interface.
Preferably, the programmable logic device is a CPLD or an FPGA.
A BIOS recovery apparatus comprising:
the control module is used for controlling the BIOS and the BMC to be electrified through the programmable logic device after the programmable logic device is electrified; the power-on time of the BIOS is not later than that of the BMC;
the setting module is used for setting a BIOS error flag bit when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process;
the reading module is used for reading the BIOS error zone bit through the BMC, and starting an operating system kernel and reading and writing a backup BIOS file service;
and the recovery module is used for reading the backup BIOS file from the self storage block through the BMC and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
A BIOS recovery device comprising:
a memory for storing a computer program;
a processor for implementing the steps of the BIOS recovery method as claimed in any one of the above when executing said computer program.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the BIOS recovery method according to any one of the preceding claims.
The application provides a BIOS recovery method, a device, equipment and a computer readable storage medium, wherein the method comprises the following steps: after the programmable logic device is powered on, the BIOS and the BMC are controlled to be powered on through the programmable logic device; the power-on time of the BIOS is not later than that of the BMC; when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, setting a BIOS error flag bit; reading the BIOS error zone bit through BMC, and starting the operating system kernel and reading and writing backup BIOS file service; and reading the backup BIOS file from the self storage block through the BMC, and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
According to the technical scheme disclosed by the application, the BIOS and the BMC are controlled to be powered on simultaneously after the programmable logic device is powered on or the BIOS is controlled to be powered on earlier than the BMC, and when the BMC reads the BIOS error zone bit, the BIOS is recovered only by starting the kernel of the operating system and reading and writing the service of the backup BIOS file, namely the BIOS can be recovered without completely initializing the BMC, so that the recovery time of the BIOS can be shortened, the server can be rapidly recovered from the error state to the normal working state, and the performance of the server can be improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a BIOS recovery method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a BIOS recovery apparatus according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a BIOS recovery apparatus according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, which shows a flowchart of a BIOS recovery method according to an embodiment of the present application, a BIOS recovery method according to an embodiment of the present application may include:
s11: after the programmable logic device is powered on, the BIOS and the BMC are controlled to be powered on through the programmable logic device; and the power-on time of the BIOS is not later than that of the BMC.
After the server is powered on to enable the programmable logic device in the server to be powered on, the programmable logic device can be used for controlling the BIOS and the BMC to be powered on, so that the BIOS and the BMC can be powered on and started without locking a BIOS starting signal firstly to enable the BMC to be started preferentially, and the recovery time of the BIOS is shortened conveniently.
When the programmable logic device is used for controlling the power-on of the BIOS and the BMC, the BIOS and the BMC can be controlled to be powered on at the same time, so that the BIOS and the BMC can be powered on and started at the same time, or the BIOS can be controlled to be powered on preferentially to the BMC, so that the BIOS is powered on preferentially to the BMC, that is, the power-on time of the BIOS is not later than that of the BMC, the recovery time of the BIOS is shortened conveniently, and the recovery efficiency of the BIOS is improved.
S12: when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, the BIOS error flag bit is set.
The BIOS can detect whether the BIOS has errors or is tampered in the power-on starting process, and if the BIOS has errors or is tampered, the BIOS error zone bit can be set, so that the problem of the BIOS in the power-on starting process can be timely known through the BIOS error zone bit.
S13: reading the BIOS error zone bit through BMC, and starting the operating system kernel and reading and writing backup BIOS file service.
After the BIOS error flag is set, the BMC may obtain the BIOS error flag in an Input/Output (IO) mode during a power-on process, and start in a minimum mode after reading the BIOS error flag, that is, preferentially start a service related to BIOS recovery, specifically, start an operating system kernel (kernel) (specifically, an operating system kernel of the BMC itself), read a backup BIOS file, and write a backup BIOS file service (the start of the service is less than 1 minute), without waiting for the BMC to completely initialize and start all services in the BMC, so as to shorten the recovery time of the BIOS.
S14: and reading the backup BIOS file from the self storage block through the BMC, and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
After the BMC preferentially starts the service related to the BIOS recovery, the BMC can read the backup BIOS file from the self storage block, write the read backup BIOS file into the BIOS chip, shut down the BMC and automatically start the BIOS after the BIOS is recovered so as to realize the recovery of the BIOS.
As can be seen from the above, compared to the prior art in which the BIOS can be powered on to start detecting whether the BIOS is faulty after the BIOS power-on signal is locked after the BMC is completely initialized (the time spent on powering on the BIOS is more than 6 minutes), and the BIOS is recovered when the BIOS is faulty, the present application controls the BIOS and the BMC to be powered on simultaneously after the programmable logic device is powered on, and preferentially starts the service related to the BIOS recovery after the BMC reads the BIOS error flag (the time spent on reading the BIOS error flag is shorter than 1 minute) to perform the BIOS recovery, so that the present application can shorten the time spent on the BIOS recovery.
According to the technical scheme disclosed by the application, the BIOS and the BMC are controlled to be powered on simultaneously after the programmable logic device is powered on or the BIOS is controlled to be powered on earlier than the BMC, and when the BMC reads the BIOS error zone bit, the BIOS is recovered only by starting the kernel of the operating system and reading and writing the service of the backup BIOS file, namely the BIOS can be recovered without completely initializing the BMC, so that the recovery time of the BIOS can be shortened, the server can be rapidly recovered from the error state to the normal working state, and the performance of the server can be improved.
The BIOS recovery method provided in the embodiment of the present application, setting a BIOS error flag, may include:
setting a BIOS error flag bit in the programmable logic device;
accordingly, reading the BIOS error flag bit by the BMC may include:
and reading the BIOS error flag bit from the programmable logic device through the BMC.
When the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, a BIOS error flag bit can be set in the programmable logic device, and correspondingly, the BMC can read the BIOS error flag bit from the programmable logic device, so that the BMC can know that the BIOS has problems quickly and conveniently and timely recover the BIOS.
The BIOS recovery method provided in the embodiment of the present application may further include:
and when the normal running time of the BIOS is more than or equal to the preset time, storing the current BIOS file of the normal running of the BIOS into the BMC as a backup BIOS file so as to replace the backup BIOS file currently stored in the BMC.
After the BIOS is restored or before a problem occurs, if the time for the normal operation of the BIOS is greater than or equal to the preset time, it is indicated that the current BIOS file corresponding to the BIOS at the time can ensure that the BIOS can operate with better stability and reliability, and therefore, the current BIOS file can be stored in the BMC as a backup BIOS file, and the current backup BIOS file stored in the BMC is replaced by the current BIOS file, so that the BIOS can be restored by the backup BIOS file (i.e., the current BIOS file) stored in the BMC after replacement when the BIOS has a problem, and the stability and reliability of the operation of the BIOS are improved.
In the BIOS recovery method provided in the embodiment of the present application, the current BIOS file in the normal operation of the BIOS is stored in the BMC as a backup BIOS file, and the method may include:
and storing the current BIOS file which is kept as the original state into the BMC as a backup BIOS file.
When the current BIOS file during normal operation of the BIOS is stored in the BMC as a backup file, the current BIOS file (i.e., the current uncompressed BIOS file) that is kept as it is may be stored in the BMC as the backup BIOS file, so that the BMC may directly read the current BIOS file and write the current BIOS file into the BIOS chip when the BIOS has a problem and needs to be restored in the following, thereby shortening the time taken for restoring the BIOS.
In the BIOS recovery method provided in the embodiment of the present application, the current BIOS file in the normal operation of the BIOS is stored in the BMC as a backup BIOS file, and the method may include:
and compressing the current BIOS file, and storing the compressed current BIOS file as a backup BIOS file in the BMC.
When the current BIOS file of the normal operation of the BIOS is stored in the BMC as the backup file, the current BIOS file can be compressed firstly, and the compressed current BIOS file is stored in the BMC as the backup BIOS file, so that the occupation amount of the current BIOS file to a BMC storage block is reduced, and the operation performance of the BMC is improved.
The BIOS recovery method provided in the embodiment of the present application, writing the backup BIOS file into the BIOS chip, may include:
and writing the backup BIOS file into the BIOS chip through the SPI interface.
When writing the backup BIOS file into the BIOS chip, the backup BIOS file may be written into the BIOS chip through a Serial Peripheral Interface (SPI). The SPI is a high-speed, full-duplex and synchronous communication bus interface, so that the BIOS recovery time can be shortened, and the BIOS recovery efficiency can be improved.
According to the BIOS recovery method provided by the embodiment of the application, the programmable logic device is a CPLD or an FPGA.
Specifically, a CPLD (Complex Programmable Logic Device) or an FPGA (Field Programmable Gate Array) may be used as the Programmable Logic Device in the present application, so as to control the BIOS and the BMC.
An embodiment of the present application further provides a BIOS recovery apparatus, referring to fig. 2, which shows a schematic structural diagram of a BIOS recovery apparatus provided in an embodiment of the present application, and the BIOS recovery apparatus may include:
the control module 21 is used for controlling the BIOS and the BMC to be powered on through the programmable logic device after the programmable logic device is powered on; the power-on time of the BIOS is not later than that of the BMC;
the setting module 22 is configured to set a BIOS error flag when the BIOS detects that an error occurs or is tampered during a power-on start-up process;
the reading module 23 is configured to read the BIOS error flag bit by the BMC, and start an operating system kernel and read and write a backup BIOS file service;
and the recovery module 24 is configured to read the backup BIOS file from the self storage block through the BMC, and write the backup BIOS file into the BIOS chip, so as to implement recovery of the BIOS through the backup BIOS file.
In an embodiment of the present application, the setting module 22 may include:
the setting unit is used for setting a BIOS error flag bit in the programmable logic device;
accordingly, the reading module 23 may include:
and the reading unit is used for reading the BIOS error zone bit from the programmable logic device through the BMC.
The BIOS recovery apparatus provided in an embodiment of the present application may further include:
and the storage module is used for storing the current BIOS file of the BIOS in normal operation as a backup BIOS file into the BMC to replace the backup BIOS file currently stored in the BMC when the time of the BIOS in normal operation is greater than or equal to the preset time.
In an embodiment of the present application, a BIOS recovery apparatus, a storage module may include:
and the first storage unit is used for storing the current BIOS file which is kept as the original state into the BMC as a backup BIOS file.
In an embodiment of the present application, a BIOS recovery apparatus, a storage module may include:
and the second storage unit is used for compressing the current BIOS file and storing the compressed current BIOS file as a backup BIOS file in the BMC.
In an embodiment of the present disclosure, the recovery module 24 may include:
and the writing unit is used for writing the backup BIOS file into the BIOS chip through the SPI interface.
According to the BIOS recovery device provided by the embodiment of the application, the programmable logic device is a CPLD or an FPGA.
An embodiment of the present application further provides a BIOS recovery device, see fig. 3, which shows a schematic structural diagram of a BIOS recovery device provided in an embodiment of the present application, and the BIOS recovery device may include:
a memory 31 for storing a computer program;
the processor 32, when executing the computer program stored in the memory 31, may implement the following steps:
after the programmable logic device is powered on, the BIOS and the BMC are controlled to be powered on through the programmable logic device; the power-on time of the BIOS is not later than that of the BMC; when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, setting a BIOS error flag bit; reading the BIOS error zone bit through BMC, and starting the operating system kernel and reading and writing backup BIOS file service; and reading the backup BIOS file from the self storage block through the BMC, and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
The computer-readable storage medium provided in the embodiments of the present application stores a computer program thereon, and when executed by a processor, the computer program can implement the following steps:
after the programmable logic device is powered on, the BIOS and the BMC are controlled to be powered on through the programmable logic device; the power-on time of the BIOS is not later than that of the BMC; when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, setting a BIOS error flag bit; reading the BIOS error zone bit through BMC, and starting the operating system kernel and reading and writing backup BIOS file service; and reading the backup BIOS file from the self storage block through the BMC, and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
The computer-readable storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For a description of a relevant part in a BIOS recovery apparatus, a device, and a computer readable storage medium provided in the embodiments of the present application, reference may be made to a detailed description of a corresponding part in a BIOS recovery method provided in the embodiments of the present application, and details are not described herein again.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Furthermore, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include elements inherent in the list. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element. In addition, parts of the above technical solutions provided in the embodiments of the present application, which are consistent with the implementation principles of corresponding technical solutions in the prior art, are not described in detail so as to avoid redundant description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A BIOS recovery method, comprising:
after the programmable logic device is powered on, controlling the BIOS and the BMC to be powered on through the programmable logic device; the power-on time of the BIOS is not later than that of the BMC;
when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process, setting a BIOS error flag bit;
reading the BIOS error zone bit through the BMC, and starting an operating system kernel and reading and writing a backup BIOS file service;
and reading the backup BIOS file from the self storage block through the BMC, and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
2. The BIOS recovery method of claim 1 wherein setting the BIOS error flag bit comprises:
setting the BIOS error flag bit in the programmable logic device;
accordingly, reading the BIOS error flag bit by the BMC includes:
reading the BIOS error flag bit from the programmable logic device through the BMC.
3. The BIOS recovery method of claim 1, further comprising:
and when the normal running time of the BIOS is more than or equal to the preset time, storing the current BIOS file of the normal running of the BIOS into the BMC as a backup BIOS file so as to replace the backup BIOS file currently stored in the BMC.
4. The BIOS recovery method of claim 3 wherein storing the current BIOS file of the BIOS during normal operation as a backup BIOS file in the BMC comprises:
and storing the current BIOS file which is kept as the original state into the BMC as a backup BIOS file.
5. The BIOS recovery method of claim 3 wherein storing the current BIOS file of the BIOS during normal operation as a backup BIOS file in the BMC comprises:
and compressing the current BIOS file, and storing the compressed current BIOS file as a backup BIOS file in the BMC.
6. The BIOS recovery method of claim 1, wherein writing the backup BIOS file to a BIOS chip comprises:
and writing the backup BIOS file into the BIOS chip through an SPI interface.
7. The BIOS recovery method of claim 1 wherein the programmable logic device is a CPLD or an FPGA.
8. A BIOS recovery apparatus, comprising:
the control module is used for controlling the BIOS and the BMC to be electrified through the programmable logic device after the programmable logic device is electrified; the power-on time of the BIOS is not later than that of the BMC;
the setting module is used for setting a BIOS error flag bit when the BIOS detects that the BIOS has errors or is tampered in the power-on starting process;
the reading module is used for reading the BIOS error zone bit through the BMC, and starting an operating system kernel and reading and writing a backup BIOS file service;
and the recovery module is used for reading the backup BIOS file from the self storage block through the BMC and writing the backup BIOS file into a BIOS chip so as to realize the recovery of the BIOS through the backup BIOS file.
9. A BIOS recovery device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the BIOS recovery method of any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the BIOS recovery method of any one of claims 1 to 7.
CN201911398175.1A 2019-12-30 2019-12-30 BIOS recovery method, device, equipment and readable storage medium Active CN111143132B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911398175.1A CN111143132B (en) 2019-12-30 2019-12-30 BIOS recovery method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911398175.1A CN111143132B (en) 2019-12-30 2019-12-30 BIOS recovery method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111143132A true CN111143132A (en) 2020-05-12
CN111143132B CN111143132B (en) 2022-06-10

Family

ID=70522040

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911398175.1A Active CN111143132B (en) 2019-12-30 2019-12-30 BIOS recovery method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111143132B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111949449A (en) * 2020-08-12 2020-11-17 曙光信息产业(北京)有限公司 Firmware recovery method, device, system, computer equipment and storage medium
CN113064757A (en) * 2021-03-26 2021-07-02 山东英信计算机技术有限公司 Server firmware self-recovery system and server
CN113127883A (en) * 2021-04-26 2021-07-16 山东英信计算机技术有限公司 Locking method, device, equipment and medium for platform firmware protection recovery
CN114840054A (en) * 2022-07-04 2022-08-02 深圳市遇贤微电子有限公司 Time synchronization method, device, system, equipment and storage medium
CN115292113A (en) * 2022-09-30 2022-11-04 新华三信息技术有限公司 Method and device for fault detection of internal memory of server and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110197193A1 (en) * 2010-02-10 2011-08-11 Yasuo Miyabe Device and method for controlling communication between bios and bmc
CN105653376A (en) * 2016-01-05 2016-06-08 浪潮电子信息产业股份有限公司 Optimization algorithm for ensuring information synchronization when BIOS and BMC in ARM platform are started simultaneously
CN107247596A (en) * 2017-06-22 2017-10-13 联想(北京)有限公司 Starting-up method, device and electronic equipment
CN110119330A (en) * 2019-04-03 2019-08-13 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Method for automatically restoring BIOS file of cloud backup server BIOSROM

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110197193A1 (en) * 2010-02-10 2011-08-11 Yasuo Miyabe Device and method for controlling communication between bios and bmc
CN105653376A (en) * 2016-01-05 2016-06-08 浪潮电子信息产业股份有限公司 Optimization algorithm for ensuring information synchronization when BIOS and BMC in ARM platform are started simultaneously
CN107247596A (en) * 2017-06-22 2017-10-13 联想(北京)有限公司 Starting-up method, device and electronic equipment
CN110119330A (en) * 2019-04-03 2019-08-13 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Method for automatically restoring BIOS file of cloud backup server BIOSROM

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
孙亮: "基于可信BMC的服务器安全启动机制", 《山东大学学报(理学版)》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111949449A (en) * 2020-08-12 2020-11-17 曙光信息产业(北京)有限公司 Firmware recovery method, device, system, computer equipment and storage medium
CN113064757A (en) * 2021-03-26 2021-07-02 山东英信计算机技术有限公司 Server firmware self-recovery system and server
CN113127883A (en) * 2021-04-26 2021-07-16 山东英信计算机技术有限公司 Locking method, device, equipment and medium for platform firmware protection recovery
CN113127883B (en) * 2021-04-26 2022-05-24 山东英信计算机技术有限公司 Locking method, device, equipment and medium for platform firmware protection recovery
CN114840054A (en) * 2022-07-04 2022-08-02 深圳市遇贤微电子有限公司 Time synchronization method, device, system, equipment and storage medium
CN114840054B (en) * 2022-07-04 2022-09-13 深圳市遇贤微电子有限公司 Time synchronization method, device, system, equipment and storage medium
CN115292113A (en) * 2022-09-30 2022-11-04 新华三信息技术有限公司 Method and device for fault detection of internal memory of server and electronic equipment
CN115292113B (en) * 2022-09-30 2023-01-06 新华三信息技术有限公司 Method and device for fault detection of internal memory of server and electronic equipment

Also Published As

Publication number Publication date
CN111143132B (en) 2022-06-10

Similar Documents

Publication Publication Date Title
CN111143132B (en) BIOS recovery method, device, equipment and readable storage medium
CN106933708B (en) Method and device for facilitating storage system recovery and storage system
US9015458B2 (en) Computer system and method for updating basic input/output system by switching between local mode and bypass mode through baseboard management controller
US7506209B2 (en) Computer shutoff condition monitoring method, information processing apparatus, program and computer readable information recording medium
CN105917306B (en) System and method for configuring system firmware configuration data
WO2014132373A1 (en) Storage system and memory device fault recovery method
US20100037092A1 (en) System and method for backup, reboot, and recovery
CN108345464A (en) A kind of the startup method and Android vehicle device of Android system
CN111552592A (en) Double-backup starting method and system
CN105607972A (en) Abnormity remedying method and device
CN105683921A (en) Method for updating a boot loader of a multiprocessor device
US10824517B2 (en) Backup and recovery of configuration files in management device
CN215769715U (en) Recovery device for abnormal starting
CN106909382B (en) Method and device for outputting different types of system starting information
CN113867807A (en) Method, device, equipment and storage medium for shortening power-on time of server
CN113190256A (en) Upgrading method, device and equipment
CN115562593A (en) Abnormal RAID member disk processing method, device and medium
CN115951949A (en) Recovery method and device for configuration parameters of BIOS (basic input output System) and computing equipment
CN111783162B (en) Data protection implementation method and device and computer equipment
US11467898B2 (en) Information processing apparatus and method of controlling the same
JP3231561B2 (en) Backup memory control method
CN112882757A (en) Embedded system double-partition safe starting method
CN111427721A (en) Exception recovery method and device
CN118093240A (en) Hard disk fault processing method, device, computer equipment, storage medium and program product
CN111857784A (en) Firmware upgrading method and firmware upgrading system

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
GR01 Patent grant
GR01 Patent grant