CN113064655A - BIOS network starting method and device and computer readable storage medium - Google Patents

BIOS network starting method and device and computer readable storage medium Download PDF

Info

Publication number
CN113064655A
CN113064655A CN202110453786.2A CN202110453786A CN113064655A CN 113064655 A CN113064655 A CN 113064655A CN 202110453786 A CN202110453786 A CN 202110453786A CN 113064655 A CN113064655 A CN 113064655A
Authority
CN
China
Prior art keywords
code
image file
bios
code image
function
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
CN202110453786.2A
Other languages
Chinese (zh)
Other versions
CN113064655B (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 CN202110453786.2A priority Critical patent/CN113064655B/en
Publication of CN113064655A publication Critical patent/CN113064655A/en
Application granted granted Critical
Publication of CN113064655B publication Critical patent/CN113064655B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application discloses a BIOS network starting method, a device and a medium, which are used for starting an initial code image file stored in a BIOS storage chip when equipment is started so as to realize the initialization of the equipment. And after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip to acquire the function code image file from the server, and mapping the function code image file to the internal memory of the equipment. Compared with the initial code image file and the communication code image file, the data volume of the function code image file is large, and more storage space is often occupied. And with the increase of the service function of the equipment, the function code image file occupies more storage space. By storing the function code image file into the server, the capacity requirement on the BIOS memory chip is reduced, the capacity of the BIOS memory chip can be solidified, the production cost is reduced, and the waste of BIOS memory resources is reduced.

Description

BIOS network starting method and device and computer readable storage medium
Technical Field
The present application relates to the field of server technologies, and in particular, to a BIOS network boot method, a BIOS network boot apparatus, and a computer-readable storage medium.
Background
The BIOS (Basic Input Output System) is a set of programs that are fixed on a ROM (Read Only Memory image) chip on a main board of a computer, and stores the most important programs of Basic Input and Output of the computer, a self-test program after power-on, and a System self-start program.
Conventionally, computer booting is to load and run BIOS code from a native BIOS memory chip. All functions are integrated in a BIOS storage chip on the local computer, BIOS codes are operated from the BIOS storage chip of the local computer at the initial starting stage, and after initialization of the memory is completed, BIOS mirror images are mapped into the memory from the BIOS storage chip to be operated. The more functions, the greater the required BIOS memory chip capacity. Different products have different requirements on the functions of the BIOS, and basically every generation of products needs to reselect the capacity of the BIOS memory chip.
The capacity of the BIOS memory chip is increased, the problems of manufacturer selection and stability verification can be met, and resources are consumed. And the server is in a running state for a long time, the BIOS mirror image is mapped to the memory after starting, the BIOS storage chip of the local computer essentially has no actual function, and the BIOS storage resource is wasted.
Therefore, how to effectively control the capacity of the BIOS memory chip to reduce the waste of resources is a problem to be solved by those skilled in the art.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method and an apparatus for starting a BIOS network, and a computer readable storage medium, which can effectively control the capacity of a BIOS memory chip to reduce resource waste.
To solve the foregoing technical problem, an embodiment of the present application provides a BIOS network booting method, including:
starting an initial code image file stored in a BIOS storage chip when the equipment is started so as to realize the initialization of the equipment;
and after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip to acquire a function code image file from a server, and mapping the function code image file to a memory.
Optionally, before starting the initial code image file stored in the BIOS memory chip when the device is powered on, the method further includes:
dividing the BIOS code into a basic code and a functional code based on the initialization requirement of starting the equipment; wherein the base code comprises an initial code and a communication code;
and storing the image file of the basic code to a BIOS storage chip, and storing the image file of the functional code to a server.
Optionally, the communication code includes a network card driver code and a network boot code; correspondingly, the communication code image file comprises a network card drive code image file and a network boot code image file;
the starting the communication code image file stored in the BIOS memory chip to obtain the function code image file from the server includes:
calling the network card driving code mirror image file to initialize the network card of the equipment;
and acquiring the mirror image file of the function code from the server based on the initialized network card and the network boot code mirror image file.
Optionally, the method further comprises:
and transmitting a function modification request carrying the function code to be modified to the server based on a function adjustment requirement, so that the server can modify the function code image file based on the function code to be modified.
Optionally, the method further comprises:
and deleting the function code to be modified when a response message of successful modification fed back by the server is received.
The embodiment of the application also provides a BIOS network starting device, which comprises a starting unit, an obtaining unit and a mapping unit;
the starting unit is used for starting the initial code image file stored in the BIOS storage chip when the equipment is started so as to realize the initialization of the equipment;
the acquiring unit is used for starting the communication code image file stored in the BIOS storage chip after the equipment initialization is completed so as to acquire the function code image file from the server;
and the mapping unit is used for mapping the function code image file to a memory.
Optionally, the system further comprises a dividing unit and a storage unit;
the dividing unit is used for dividing the BIOS code into a basic code and a functional code based on the initialization requirement of equipment starting; wherein the base code comprises an initial code and a communication code;
the storage unit is used for storing the image file of the basic code to a BIOS storage chip and storing the image file of the functional code to a server.
Optionally, the communication code includes a network card driver code and a network boot code; correspondingly, the communication code image file comprises a network card drive code image file and a network boot code image file;
the acquisition unit is used for calling the network card drive code mirror image file and initializing the network card of the equipment; and acquiring the mirror image file of the function code from the server based on the initialized network card and the network boot code mirror image file.
Optionally, an adjusting unit is further included;
the adjusting unit is configured to transmit a function modification request carrying a function code to be modified to the server based on a function adjustment requirement, so that the server modifies the function code image file based on the function code to be modified.
Optionally, a deleting unit is further included;
and the deleting unit is used for deleting the functional code to be modified when receiving the response message of successful modification fed back by the server.
The embodiment of the present application further provides a BIOS network boot apparatus, including:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the BIOS network boot method as described in any one of the above.
An embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the BIOS network boot method are implemented as any one of the above.
According to the technical scheme, the initial code image file stored in the BIOS storage chip is started when the equipment is started so as to realize the initialization of the equipment. And after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip so as to acquire the function code image file from the server. The function code image file is a file required by the device to implement the service function, and in order to enable the function code file to be sequentially executed, the function code image file needs to be mapped into a memory of the device. Compared with the initial code image file and the communication code image file, the data volume of the function code image file is large, and more storage space is often occupied. And with the increase of the service function of the equipment, the function code image file occupies more storage space. In the technical scheme, the function code image file is stored in the server, so that the capacity requirement on the BIOS storage chip is reduced, the capacity of the BIOS storage chip can be solidified, the production cost is reduced, and the waste of BIOS storage resources is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a BIOS network boot method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a BIOS network boot device according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram of a hardware structure of a BIOS network boot device 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 the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings.
Next, a BIOS network booting method provided in the embodiment of the present application is described in detail. Fig. 1 is a flowchart of a BIOS network boot method according to an embodiment of the present application, where the method includes:
s101: and starting the initial code image file stored in the BIOS storage chip when the equipment is started so as to realize the initialization of the equipment.
The BIOS network boot includes initialization of the device and operation of the service function, and the code required for the BIOS network boot is often stored in the BIOS memory chip. With the increase of business requirements, the data volume of codes required for the startup of the BIOS network increases, and the capacity requirement of the BIOS memory chip is higher and higher correspondingly.
The increase in the capacity of the BIOS memory chip increases the production cost. And after the device is started, the BIOS storage chip of the local computer has no actual effect essentially, and when the BIOS storage chip has larger capacity, the storage resource is wasted.
Therefore, in the embodiment of the present application, in order to effectively control the capacity of the BIOS memory chip, the code required for the BIOS network boot may be divided into an initial code and a functional code. In order to reduce the capacity requirement of the BIOS memory chip, only the initial code can be arranged on the BIOS memory chip, and the functional code can be stored on the server. In order to implement the call to the function code, a communication code needs to be additionally set.
The program code is stored in the form of an image file. In practical application, the BIOS code may be divided into a basic code and a functional code based on an initialization requirement for device startup; wherein the basic code comprises an initial code and a communication code; and storing the image file of the basic code to a BIOS storage chip and storing the image file of the functional code to a server.
S102: and after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip to acquire the function code image file from the server and map the function code image file to the memory.
The number of devices managed and controlled by the server may be multiple, the BIOS network of each device is started in the same manner, and in this embodiment, a description is given by taking one device as an example.
After the device is initialized, the device can communicate with the server through the communication code image file, so that the required function code image file is obtained.
In practical application, the communication between the device and the server may be implemented by depending on a network card, and therefore, in this embodiment of the present application, the communication code may include a network card driving code and a network starting code; correspondingly, the communication code image file comprises a network card drive code image file and a network boot code image file.
After the equipment completes initialization, the network card drive code mirror image file can be called to initialize the network card of the equipment; and acquiring the mirror image file of the function code from the server based on the initialized network card and the network boot code mirror image file.
According to the technical scheme, the initial code image file stored in the BIOS storage chip is started when the equipment is started so as to realize the initialization of the equipment. And after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip so as to acquire the function code image file from the server. The function code image file is a file required by the device to implement the service function, and in order to enable the function code file to be sequentially executed, the function code image file needs to be mapped into a memory of the device. Compared with the initial code image file and the communication code image file, the data volume of the function code image file is large, and more storage space is often occupied. And with the increase of the service function of the equipment, the function code image file occupies more storage space. In the technical scheme, the function code image file is stored in the server, so that the capacity requirement on the BIOS storage chip is reduced, the capacity of the BIOS storage chip can be solidified, the production cost is reduced, and the waste of BIOS storage resources is reduced.
In the embodiment of the application, the function code image file is stored in the server, and the server can realize the management and control of a plurality of devices. When the BIOS function needs to be adjusted, only the function code image file stored on the server needs to be modified.
Taking any one device as an example, the device may transmit a function modification request carrying a function code to be modified to the server based on the function adjustment requirement, so that the server modifies the function code image file based on the function code to be modified.
The server can realize the management and control of a plurality of devices, store the function code image files to the server, and modify the function code image files stored on the server, so that the functions of all the devices can be adjusted, and the unified management of the console devices is realized.
In consideration of the fact that in practical application, the device may fail to transmit the function modification request to the server, in order to ensure that the function code image file is modified successfully, the device may cache the function code to be modified, and delete the function code to be modified when receiving a response message of successful modification fed back by the server.
By caching the function code to be modified, the function modification request can be transmitted to the server for multiple times when the device fails to transmit the function modification request to the server, so that the influence of factors such as network instability on the request transmission is reduced. After the device receives the response information fed back by the server, the function code to be modified can be deleted, so that the occupation of invalid data on the buffer space of the device is reduced, and the utilization rate of the buffer space of the device is improved.
Fig. 2 is a schematic structural diagram of a BIOS network boot apparatus according to an embodiment of the present disclosure, including a boot unit 21, an obtaining unit 22, and a mapping unit 23;
the starting unit 21 is configured to start an initial code image file stored in a BIOS memory chip when the device is powered on, so as to initialize the device;
the acquiring unit 22 is configured to start the communication code image file stored in the BIOS memory chip after the device initialization is completed, so as to acquire the function code image file from the server;
the mapping unit 23 is configured to map the function code image file to a memory.
Optionally, the system further comprises a dividing unit and a storage unit;
the device comprises a dividing unit, a judging unit and a judging unit, wherein the dividing unit is used for dividing the BIOS code into a basic code and a functional code based on the initialization requirement of equipment starting; wherein the basic code comprises an initial code and a communication code;
and the storage unit is used for storing the image file of the basic code to the BIOS storage chip and storing the image file of the functional code to the server.
Optionally, the communication code includes a network card driver code and a network boot code; correspondingly, the communication code image file comprises a network card drive code image file and a network starting code image file;
the acquisition unit is used for calling a network card drive code mirror image file and initializing a network card of the equipment; and acquiring the mirror image file of the function code from the server based on the initialized network card and the network boot code mirror image file.
Optionally, an adjusting unit is further included;
and the adjusting unit is used for transmitting a function modification request carrying the function code to be modified to the server based on the function adjustment requirement so as to facilitate the server to modify the function code image file based on the function code to be modified.
Optionally, a deleting unit is further included;
and the deleting unit is used for deleting the functional code to be modified when receiving the response message of successful modification fed back by the server.
The description of the features in the embodiment corresponding to fig. 2 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, the initial code image file stored in the BIOS storage chip is started when the equipment is started so as to realize the initialization of the equipment. And after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip so as to acquire the function code image file from the server. The function code image file is a file required by the device to implement the service function, and in order to enable the function code file to be sequentially executed, the function code image file needs to be mapped into a memory of the device. Compared with the initial code image file and the communication code image file, the data volume of the function code image file is large, and more storage space is often occupied. And with the increase of the service function of the equipment, the function code image file occupies more storage space. In the technical scheme, the function code image file is stored in the server, so that the capacity requirement on the BIOS storage chip is reduced, the capacity of the BIOS storage chip can be solidified, the production cost is reduced, and the waste of BIOS storage resources is reduced.
Fig. 3 is a schematic hardware structure diagram of a BIOS network boot device 30 according to an embodiment of the present disclosure, including:
a memory 31 for storing a computer program;
a processor 32 for executing a computer program to implement the steps of any of the BIOS network boot methods described above.
An embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of any one of the above BIOS network boot methods are implemented.
The BIOS network boot method, the BIOS network boot apparatus, and the computer readable storage medium provided in the embodiments of the present application are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.

Claims (10)

1. A BIOS network boot method, comprising:
starting an initial code image file stored in a BIOS storage chip when the equipment is started so as to realize the initialization of the equipment;
and after the equipment initialization is finished, starting the communication code image file stored in the BIOS storage chip to acquire a function code image file from a server, and mapping the function code image file to a memory.
2. The BIOS network boot method of claim 1, wherein before booting the initial code image stored in the BIOS memory chip at device boot, further comprising:
dividing the BIOS code into a basic code and a functional code based on the initialization requirement of starting the equipment; wherein the base code comprises an initial code and a communication code;
and storing the image file of the basic code to a BIOS storage chip, and storing the image file of the functional code to a server.
3. The BIOS network boot method of claim 1, wherein the communication code comprises a network card driver code and a network boot code; correspondingly, the communication code image file comprises a network card drive code image file and a network boot code image file;
the starting the communication code image file stored in the BIOS memory chip to obtain the function code image file from the server includes:
calling the network card driving code mirror image file to initialize the network card of the equipment;
and acquiring the mirror image file of the function code from the server based on the initialized network card and the network boot code mirror image file.
4. The BIOS network boot method of any of claims 1 to 3, further comprising:
and transmitting a function modification request carrying the function code to be modified to the server based on a function adjustment requirement, so that the server can modify the function code image file based on the function code to be modified.
5. The BIOS network boot method of claim 4, further comprising:
and deleting the function code to be modified when a response message of successful modification fed back by the server is received.
6. The BIOS network starting device is characterized by comprising a starting unit, an obtaining unit and a mapping unit;
the starting unit is used for starting the initial code image file stored in the BIOS storage chip when the equipment is started so as to realize the initialization of the equipment;
the acquiring unit is used for starting the communication code image file stored in the BIOS storage chip after the equipment initialization is completed so as to acquire the function code image file from the server;
and the mapping unit is used for mapping the function code image file to a memory.
7. The BIOS network boot device of claim 6, further comprising a partition unit and a storage unit;
the dividing unit is used for dividing the BIOS code into a basic code and a functional code based on the initialization requirement of equipment starting; wherein the base code comprises an initial code and a communication code;
the storage unit is used for storing the image file of the basic code to a BIOS storage chip and storing the image file of the functional code to a server.
8. The BIOS network boot device of claim 6, wherein the communication code comprises a network card driver code and a network boot code; correspondingly, the communication code image file comprises a network card drive code image file and a network boot code image file;
the acquisition unit is used for calling the network card drive code mirror image file and initializing the network card of the equipment; and acquiring the mirror image file of the function code from the server based on the initialized network card and the network boot code mirror image file.
9. A BIOS network boot device, comprising:
a memory for storing a computer program;
a processor for executing said computer program to implement the steps of the BIOS network boot method of any of claims 1 to 5.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, performs the steps of the BIOS network boot method of any one of claims 1 to 5.
CN202110453786.2A 2021-04-26 2021-04-26 BIOS network starting method and device and computer readable storage medium Active CN113064655B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110453786.2A CN113064655B (en) 2021-04-26 2021-04-26 BIOS network starting method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110453786.2A CN113064655B (en) 2021-04-26 2021-04-26 BIOS network starting method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN113064655A true CN113064655A (en) 2021-07-02
CN113064655B CN113064655B (en) 2023-02-28

Family

ID=76567522

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110453786.2A Active CN113064655B (en) 2021-04-26 2021-04-26 BIOS network starting method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113064655B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416188A (en) * 2022-01-17 2022-04-29 北京百度网讯科技有限公司 Data processing system and method for starting ARM core board

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050108564A1 (en) * 2003-11-13 2005-05-19 International Business Machines Corporation Reducing the boot time of a TCPA based computing system when the Core Root of Trust Measurement is embedded in the boot block code
CN1722089A (en) * 2005-02-01 2006-01-18 苏州超锐微电子有限公司 Method for storing and operating high-capacity Boot ROM mirror
CN101770382A (en) * 2009-01-04 2010-07-07 北京联想软件有限公司 System starting method and computer system
CN102135893A (en) * 2010-01-21 2011-07-27 鸿富锦精密工业(深圳)有限公司 Method for integrating operating system on BIOS (Basic Input Output System) chip and starting operating system on server
CN103853586A (en) * 2014-03-05 2014-06-11 中南大学 Method of realizing wireless card driver in UEFI (unified extensible firmware interface) layer
CN106850825A (en) * 2017-02-23 2017-06-13 中南大学 Client's end block level cache optimization method under a kind of mobile lucidification disposal environment
CN107729071A (en) * 2016-08-09 2018-02-23 华为技术有限公司 A kind of method and device for initializing network interface card
CN108279892A (en) * 2018-02-27 2018-07-13 郑州云海信息技术有限公司 It is a kind of to split the method, apparatus and equipment that large-scale application service is micro services
CN108920212A (en) * 2018-06-29 2018-11-30 郑州云海信息技术有限公司 A kind of product starting method, system and associated component based on linux kernel
US20190258542A1 (en) * 2018-02-22 2019-08-22 Dell Products, L.P. Verifying basic input/output system (bios) boot block code
CN111414169A (en) * 2020-02-21 2020-07-14 苏州浪潮智能科技有限公司 BMC (baseboard management controller) image upgrading method and related components
CN111857840A (en) * 2020-06-10 2020-10-30 新华三技术有限公司 BIOS starting method and device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050108564A1 (en) * 2003-11-13 2005-05-19 International Business Machines Corporation Reducing the boot time of a TCPA based computing system when the Core Root of Trust Measurement is embedded in the boot block code
CN1722089A (en) * 2005-02-01 2006-01-18 苏州超锐微电子有限公司 Method for storing and operating high-capacity Boot ROM mirror
CN101770382A (en) * 2009-01-04 2010-07-07 北京联想软件有限公司 System starting method and computer system
CN102135893A (en) * 2010-01-21 2011-07-27 鸿富锦精密工业(深圳)有限公司 Method for integrating operating system on BIOS (Basic Input Output System) chip and starting operating system on server
CN103853586A (en) * 2014-03-05 2014-06-11 中南大学 Method of realizing wireless card driver in UEFI (unified extensible firmware interface) layer
CN107729071A (en) * 2016-08-09 2018-02-23 华为技术有限公司 A kind of method and device for initializing network interface card
CN106850825A (en) * 2017-02-23 2017-06-13 中南大学 Client's end block level cache optimization method under a kind of mobile lucidification disposal environment
US20190258542A1 (en) * 2018-02-22 2019-08-22 Dell Products, L.P. Verifying basic input/output system (bios) boot block code
CN108279892A (en) * 2018-02-27 2018-07-13 郑州云海信息技术有限公司 It is a kind of to split the method, apparatus and equipment that large-scale application service is micro services
CN108920212A (en) * 2018-06-29 2018-11-30 郑州云海信息技术有限公司 A kind of product starting method, system and associated component based on linux kernel
CN111414169A (en) * 2020-02-21 2020-07-14 苏州浪潮智能科技有限公司 BMC (baseboard management controller) image upgrading method and related components
CN111857840A (en) * 2020-06-10 2020-10-30 新华三技术有限公司 BIOS starting method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416188A (en) * 2022-01-17 2022-04-29 北京百度网讯科技有限公司 Data processing system and method for starting ARM core board

Also Published As

Publication number Publication date
CN113064655B (en) 2023-02-28

Similar Documents

Publication Publication Date Title
CN111857956B (en) Virtual machine starting method and equipment
CN113282342A (en) Deployment method, device, system, electronic equipment and readable storage medium
CN113656087A (en) Applet starting method, device, equipment and storage medium
CN116028455A (en) Data processing method and device, storage medium and electronic equipment
CN113961520A (en) Dynamic file mounting method, system, computer equipment and readable storage medium
CN111104178A (en) Dynamic library loading method, terminal device and storage medium
CN108664274A (en) Implementation method, system and the device of operating system initialization configuration
CN113064655B (en) BIOS network starting method and device and computer readable storage medium
CN113051102A (en) File backup method, device, system, storage medium and computer equipment
CN111124437A (en) Bare computer resource configuration information acquisition method, system and equipment based on OpenStack
US10795747B2 (en) File synchronizing service status monitoring and error handling
KR101203741B1 (en) System and method for widget service based on smart card, and smart card applied to the same
CN111654539B (en) Cloud-protogenesis-based Internet of things operating system construction method and system and electronic equipment
CN107045452B (en) Virtual machine scheduling method and device
CN113626099B (en) Application program starting method and device and electronic equipment
CN114020344B (en) Bus resource reservation method, device, equipment and storage medium
CN111767345B (en) Modeling data synchronization method, modeling data synchronization device, computer equipment and readable storage medium
CN113703676B (en) Calling method, device, equipment and medium for double live volumes
CN113064693B (en) Cloud desktop starting method, device and system and storage medium
CN117687703B (en) Method, device and system for starting server, storage medium and electronic equipment
CN114257505B (en) Server node configuration method, device, equipment and storage medium
CN113704187B (en) Method, apparatus, server and computer readable medium for generating file
CN115878132A (en) Bare computer deployment method, electronic device and storage medium
CN116932146A (en) Method and system for realizing containerization of small embedded system
CN117421429A (en) Method and device for processing startup animation, computer equipment and storage medium

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