CN116414472A - Method, system, equipment and storage medium for starting up server rapidly - Google Patents

Method, system, equipment and storage medium for starting up server rapidly Download PDF

Info

Publication number
CN116414472A
CN116414472A CN202310280589.4A CN202310280589A CN116414472A CN 116414472 A CN116414472 A CN 116414472A CN 202310280589 A CN202310280589 A CN 202310280589A CN 116414472 A CN116414472 A CN 116414472A
Authority
CN
China
Prior art keywords
server
starting
uefi
operating system
hard disk
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
CN202310280589.4A
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.)
Hunan Xingtian Electronic Technology Co ltd
Original Assignee
Hunan Xingtian Electronic 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 Hunan Xingtian Electronic Technology Co ltd filed Critical Hunan Xingtian Electronic Technology Co ltd
Priority to CN202310280589.4A priority Critical patent/CN116414472A/en
Publication of CN116414472A publication Critical patent/CN116414472A/en
Pending legal-status Critical Current

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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention discloses a method, a system, equipment and a storage medium for quickly starting a server to start, wherein the method comprises the steps of optimizing UEFI boot firmware; powering up a server and starting UEFI; initializing UEFI; the operating system is booted to run to complete the starting of the server. By optimizing the UEFI boot firmware, after the server is powered on, the driver is not loaded to all hardware of the server, but only necessary hardware is initialized, namely, the data of the boot process is copied as required. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the starting time of the server under the normal condition, at least a few minutes are needed, the method of the embodiment of the invention can shorten the starting time of the server to about one minute, and the starting efficiency of the server is obviously improved.

Description

Method, system, equipment and storage medium for starting up server rapidly
Technical Field
The present invention relates to the field of server technologies, and in particular, to a method, a system, an apparatus, and a storage medium for quickly starting up a server.
Background
With the continuous development of internet technology, the demands of people on computers are gradually increased, so that the performance requirements on the computers are also higher and higher, and the server, which is one of the computers, has a high-speed CPU (Central Processing Unit central processing unit) operation capability, is faster than that of a common computer, has higher load, can provide computing or application services for other terminals in a network, and is therefore applied to many scenes. As is well known, after a server is used for a long time, various performances of the server are continuously reduced along with the increase of the service time, such as when the server is started, a problem of slow start-up often exists.
Disclosure of Invention
The present invention aims to solve at least one of the technical problems existing in the prior art. Therefore, the invention provides a quick starting method for starting up a server, which solves the problem that the starting up of the current server is too slow.
The invention also provides a server startup quick start system, a server startup quick start device and a computer readable storage medium.
According to an embodiment of the first aspect of the invention, the method for starting up the server quickly comprises the following steps:
optimizing UEFI boot firmware;
powering up a server and starting UEFI;
initializing UEFI;
the operating system is booted to run to complete the starting of the server.
The method for quickly starting the server to start up has the following advantages:
by optimizing the UEFI boot firmware, after the server is powered on, the driver is not loaded to all hardware of the server, but only necessary hardware is initialized, namely, the data of the boot process is copied as required. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the method for starting up the server under the normal condition, the method for starting up the server in the embodiment of the invention has the advantages that the overall starting time is at least required to be several minutes, the starting time of the server can be shortened to about one minute, and the starting efficiency of the server is obviously improved.
According to some embodiments of the invention, the optimizing UEFI boot firmware comprises the steps of:
modifying UEFI firmware source code to delete an extended function driver and reserve a basic function driver, wherein the basic function driver at least comprises a central processing unit driver, a memory driver and a hard disk driver;
the UEFI firmware source code is modified to delete the extended print information.
According to some embodiments of the invention, the ue fi initialization includes the following steps:
acquiring configuration information and initialization information of corresponding hardware of the basic function driver, and storing the configuration information and the initialization information into a Flash chip, wherein the corresponding hardware of the basic function driver at least comprises a central processing unit, a memory and a hard disk;
and reading the configuration information and the initialization information, and detecting and initializing the corresponding hardware of the basic function driver.
According to some embodiments of the invention, the basic function driver corresponding hardware further includes a keyboard, a mouse, a USB device, a PCIE device, a display interface, and a debug serial port.
According to some embodiments of the invention, the booting operating system starts up, including the steps of:
obtaining hard disk configuration parameters from a BIOS chip and storing the hard disk configuration parameters into a memory;
reading the hard disk configuration parameters to configure the hard disk;
and loading an operating system in the hard disk to realize the starting operation of the operating system.
According to some embodiments of the invention, the loading the operating system in the hard disk comprises the steps of:
and adopting a DMA technology to carry out data transmission so as to load an operating system in the hard disk.
According to some embodiments of the invention, reading the configuration information, the initialization information, and the hard disk configuration parameters is achieved by employing a pre-caching technique.
According to a second aspect of the present invention, a server power-on quick start system includes:
the optimizing module is used for optimizing the UEFI boot firmware;
the starting module is used for powering on the server and starting the UEFI;
the initialization module is used for carrying out UEFI initialization;
and the guide starting module is used for guiding the starting of the operating system so as to finish the starting of the server.
The server startup quick starting system provided by the embodiment of the invention has at least the following beneficial effects:
by optimizing the UEFI boot firmware, after the server is started, the driver is not loaded to all hardware of the server, but only necessary hardware is initialized, namely, the data of the boot process is copied as required. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the starting-up of the server under the normal condition, the whole starting-up time of the server at least needs a plurality of minutes, and the quick starting-up system for the server in the embodiment of the invention can shorten the starting-up time of the server to about one minute, thereby obviously improving the starting-up efficiency of the server.
According to an embodiment of the third aspect of the present invention, a server power-on quick start device includes:
at least one memory;
at least one processor;
at least one computer program;
the at least one computer program is stored in the at least one memory, the at least one processor executing the at least one computer program to implement:
according to the embodiment of the first aspect of the invention, the method for starting up the server quickly is provided.
The server startup quick starting device provided by the embodiment of the invention has at least the following beneficial effects:
by optimizing the UEFI boot firmware, after the server is started, the driver is not loaded to all hardware of the server, but only necessary hardware is initialized, namely, the data of the boot process is copied as required. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the starting-up of the server under the normal condition, the whole starting-up time of the server at least needs a plurality of minutes, and the quick starting-up equipment for the server in the embodiment of the invention can shorten the starting-up time of the server to about one minute, thereby obviously improving the starting-up efficiency of the server.
According to a fourth aspect of the present invention, there is provided a computer-readable storage medium storing computer-executable instructions for causing a computer to perform the server power-on quick start method according to the first aspect of the present invention.
It is to be understood that the advantages of the fourth aspect compared with the related art are the same as those of the first aspect compared with the related art, and reference may be made to the related description in the first aspect, which is not repeated herein.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
The foregoing and/or additional aspects and advantages of the invention will become apparent and may be better understood from the following description of embodiments taken in conjunction with the accompanying drawings in which:
FIG. 1 is a flowchart of a method for quickly starting up a server according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a server boot-up quick start system according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a server power-on quick-start device according to an embodiment of the present invention.
Reference numerals:
an optimization module 100;
a start-up module 200;
initializing the module 300;
the start module 400 is booted.
Detailed Description
Embodiments of the present invention are described in detail below, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to like or similar elements or elements having like or similar functions throughout. The embodiments described below by referring to the drawings are illustrative only and are not to be construed as limiting the invention.
In the description of the present invention, the description of first, second, etc. is for the purpose of distinguishing between technical features only and should not be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated or implicitly indicating the precedence of the technical features indicated.
In the description of the present invention, it should be understood that the direction or positional relationship indicated with respect to the description of the orientation, such as up, down, etc., is based on the direction or positional relationship shown in the drawings, is merely for convenience of describing the present invention and simplifying the description, and does not indicate or imply that the apparatus or element referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus should not be construed as limiting the present invention.
In the description of the present invention, unless explicitly defined otherwise, terms such as arrangement, installation, connection, etc. should be construed broadly and the specific meaning of the terms in the present invention can be determined reasonably by a person skilled in the art in combination with the specific content of the technical solution.
The following description of the embodiments of the present invention will be made with reference to the accompanying drawings, in which it is apparent that the embodiments described below are some, but not all embodiments of the invention.
Referring to fig. 1, a flowchart of a method for quickly starting up a server according to an embodiment of the present invention is shown, where the method includes the following steps:
optimizing UEFI boot firmware;
powering up a server and starting UEFI;
initializing UEFI;
the operating system is booted to run to complete the starting of the server.
Specifically, as shown in fig. 1, it is understood that UEFI generally refers to a unified extensible firmware interface (unified extensible firmware interface) (Unified Extensible Firmware Interface, UEFI) is a personal computer system specification used to define a software interface between an operating system and firmware embedded in system hardware as an alternative to BIOS. Therefore, after the server is powered on, the UEFI is started, so that the firmware of each hardware in the system can be guided, and in order to realize the quick starting of the server, the process of guiding the firmware by the UEFI is optimized, and the optimization can be realized by modifying source codes during source code compiling. And then continuously completing UEFI initialization and operating system initialization, and finally, quickly entering a login interface of an operating system, thereby completing server startup.
In some embodiments, a domestic server is adopted as the server, specifically, feitengF2000+64 may be adopted, and the corresponding UEFI is FeitengF2000+64 UEFI. Therefore, the method of the embodiment of the invention can optimize the starting performance of the domestic server.
In this embodiment, the UEFI boot firmware is optimized, so that after the server is powered on, all hardware of the server is not loaded with drivers, but only necessary hardware is initialized, that is, the data in the boot process is copied as needed. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the method for starting up the server under the normal condition, the method for starting up the server in the embodiment of the invention has the advantages that the overall starting time is at least required to be several minutes, the starting time of the server can be shortened to about one minute, and the starting efficiency of the server is obviously improved.
In some embodiments, optimizing UEFI boot firmware includes the steps of:
modifying UEFI firmware source code to delete extended function drivers and reserve basic function drivers, the basic function drivers at least comprising a central processing unit driver, a memory driver, and a hard disk driver;
the UEFI firmware source code is modified to delete the extended print information.
Specifically, it will be appreciated that optimizing UEFI boot firmware employs modifying source code at source code compilation time, and modifying/Phytium ppg/Phytium 2000plus kg/fdf when the server employs Feiteng F2000+64, thereby eliminating drivers in the source code that are not necessarily used at boot time, i.e., extended function drivers, but only retaining basic function drivers, such as central processor drivers, memory drivers, hard disk drives, and the extended function drivers may be reloaded at operating system initialization time. And simultaneously modifying the/MdePkg/Include/Library/debugLib.h file in the source code to reduce unnecessary printing information, namely expanding printing information.
In some embodiments, UEFI initialization is performed, comprising the steps of:
acquiring configuration information and initialization information of corresponding hardware of a basic function driver, and storing the configuration information and the initialization information into a Flash chip, wherein the corresponding hardware of the basic function driver at least comprises a central processing unit, a memory and a hard disk;
and reading configuration information and initialization information, and detecting and initializing corresponding hardware of the basic function driver.
Specifically, it can be understood that when UEFI initialization is performed, firstly, configuration information and initialization information of hardware corresponding to the basic function driver are stored in the Flash chip, and then the configuration information and the initialization information are utilized, so that the hardware corresponding to the basic function driver is detected and initialized.
In some embodiments, the basic function driver corresponding hardware further includes a keyboard, a mouse, a USB device, a PCIE device, a display interface, and a debug serial port.
Specifically, it can be understood that, in addition to the most basic hardware such as the central processing unit, the memory and the hard disk, the hardware corresponding to the basic function driver may also include a keyboard, a mouse, a USB device, a PCIE device, a display interface and a debug serial port, where these hardware needs to load corresponding drivers, such as a graphics card driver, a USB driver, a serial driver, a PCIE driver, and the like, when the server is started. Wherein the USB driver is used for updating firmware, adjusting starting sequence, installing an operating system and the like later; the serial port drive is used for debugging equipment and collecting information when the equipment is started; PCIE drivers are used to load the operating system in the electronic disk.
In some embodiments, booting the operating system to run includes the steps of:
obtaining hard disk configuration parameters from a BIOS chip and storing the hard disk configuration parameters into a memory;
reading hard disk configuration parameters to configure the hard disk;
and loading an operating system in the hard disk to realize the starting operation of the operating system.
Specifically, it can be understood that when the operating system is booted, the hard disk configuration parameters are first obtained from the BIOS chip and stored in the memory, so that the hard disk configuration parameters can be read and then configured, and the operating system in the hard disk can be finally loaded, thereby realizing the booting operation of the operating system.
In some embodiments, loading an operating system in a hard disk includes the steps of:
and adopting a DMA technology to carry out data transmission so as to load an operating system in the hard disk.
Specifically, it will be understood that the DMA technology represents direct memory access, which allows an internal hardware subsystem to independently and directly read and write to a system memory without intervention of a Central Processing Unit (CPU), without delaying the operation of the processor, and enabling it to reschedule other tasks for processing.
In some embodiments, reading the configuration information, initialization information, and hard disk configuration parameters is accomplished by employing a pre-caching technique.
Specifically, it can be understood that the pre-cache refers to data pre-fetching of a computer operating system, and before the processor accesses the data for calculation, the data is loaded from the main memory to the cache memory in advance, so as to reduce the dwell time of the processor accessing the data, so as to improve the performance of the processor, and the embodiments of the present invention can implement hardware pre-fetching, stream pre-fetching and stride pre-fetching functions by adopting the FT2000+/64 processor.
In some embodiments, the boot firmware of the domestic server is adapted and optimized, and the boot startup time of the domestic server is optimized to 47 seconds by adopting data copy on demand, pre-caching and DMA technology, so that the quick boot of the server is realized.
In addition, as shown in fig. 2, the embodiment of the present invention further provides a system for quickly starting up a server, including: the system comprises an optimization module 100, a starting-up module 200, an initialization module 300 and a boot starting module 400. The optimization module 100 is configured to optimize UEFI boot firmware; the startup module 200 is used for powering up the server and starting the UEFI; the initialization module 300 is configured to perform UEFI initialization; the boot startup module 400 is used to boot the operating system to start running to complete the server startup.
Specifically, referring to fig. 2, it can be understood that the server startup quick start system in the embodiment of the present application is used to implement a server startup quick start method, and the server startup quick start system in the embodiment of the present application corresponds to the foregoing server startup quick start method, and specific processing procedures refer to the foregoing server startup quick start method and are not repeated herein.
In this embodiment, the UEFI boot firmware is optimized, so that after the server is powered on, all hardware of the server is not loaded with drivers, but only necessary hardware is initialized, that is, the data in the boot process is copied as needed. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the starting-up of the server under the normal condition, the whole starting-up time of the server at least needs a plurality of minutes, and the quick starting-up system for the server in the embodiment of the invention can shorten the starting-up time of the server to about one minute, thereby obviously improving the starting-up efficiency of the server.
In addition, referring to fig. 3, the embodiment of the present invention further provides a device for quickly starting up a server, including:
the processor may be implemented by a general purpose CPU (central processing unit), a microprocessor, an application specific integrated circuit (ApplicationSpecificIntegratedCircuit, ASIC), or one or more integrated circuits, etc. for executing related programs to implement the technical solutions provided by the embodiments of the present application;
the memory may be implemented in the form of read-only memory (ReadOnlyMemory, ROM), static storage, dynamic storage, or random access memory (RandomAccessMemory, RAM). The memory can store an operating system and other application programs, and when the technical scheme provided by the embodiment of the specification is realized through software or firmware, relevant program codes are stored in the memory, and the processor is used for calling and executing a server startup quick starting method of the embodiment of the application;
the input/output interface is used for realizing information input and output;
the communication interface is used for realizing communication interaction between the device and other devices, and can realize communication in a wired mode (such as USB, network cable and the like) or in a wireless mode (such as mobile network, WIFI, bluetooth and the like);
a bus that transfers information between the various components of the device (e.g., processor, memory, input/output interfaces, and communication interfaces);
wherein the processor, the memory, the input/output interface and the communication interface are communicatively coupled to each other within the device via a bus.
In this embodiment, the UEFI boot firmware is optimized, so that after the server is powered on, all hardware of the server is not loaded with drivers, but only necessary hardware is initialized, that is, the data in the boot process is copied as needed. Therefore, the operating system can be further and rapidly guided, the login interface of the operating system is accessed, and finally the quick start of the startup of the server is completed. Therefore, compared with the starting-up of the server under the normal condition, the whole starting-up time of the server at least needs a plurality of minutes, and the quick starting-up equipment for the server in the embodiment of the invention can shorten the starting-up time of the server to about one minute, thereby obviously improving the starting-up efficiency of the server.
In addition, an embodiment of the present invention further provides a computer readable storage medium, where computer executable instructions are stored, where the computer executable instructions are executed by one or more control processors, and where the one or more control processors may cause the one or more control processors to perform a server power-on quick start method in the foregoing method embodiment, for example, to perform the method in fig. 1 described above.
Those of ordinary skill in the art will appreciate that all or some of the steps, systems, and methods disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as known to those skilled in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer. Furthermore, as is well known to those of ordinary skill in the art, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of one of ordinary skill in the art without departing from the spirit of the present invention.

Claims (10)

1. The quick starting method for starting up the server is characterized by comprising the following steps:
optimizing UEFI boot firmware;
powering up a server and starting UEFI;
initializing UEFI;
the operating system is booted to run to complete the starting of the server.
2. The server boot-up quick start method of claim 1, wherein the optimizing UEFI boot firmware comprises the steps of:
modifying UEFI firmware source code to delete an extended function driver and reserve a basic function driver, wherein the basic function driver at least comprises a central processing unit driver, a memory driver and a hard disk driver;
the UEFI firmware source code is modified to delete the extended print information.
3. The method for quickly starting up the server according to claim 2, wherein the step of initializing UEFI comprises the steps of:
acquiring configuration information and initialization information of corresponding hardware of the basic function driver, and storing the configuration information and the initialization information into a Flash chip, wherein the corresponding hardware of the basic function driver at least comprises a central processing unit, a memory and a hard disk;
and reading the configuration information and the initialization information, and detecting and initializing the corresponding hardware of the basic function driver.
4. The method for quickly starting up a server according to claim 3, wherein the basic function driver corresponding hardware further comprises a keyboard, a mouse, a USB device, a PCIE device, a display interface, and a debug serial port.
5. The method for quickly starting up a server according to claim 4, wherein the booting the operating system comprises the steps of:
obtaining hard disk configuration parameters from a BIOS chip and storing the hard disk configuration parameters into a memory;
reading the hard disk configuration parameters to configure the hard disk;
and loading an operating system in the hard disk to realize the starting operation of the operating system.
6. The method for quickly starting up the server according to claim 5, wherein the loading the operating system in the hard disk comprises the steps of:
and adopting a DMA technology to carry out data transmission so as to load an operating system in the hard disk.
7. The method for quickly starting up a server according to claim 5, wherein the reading of the configuration information, the initialization information and the hard disk configuration parameters is implemented by using a pre-caching technique.
8. A server power-on quick start system, comprising:
the optimizing module is used for optimizing the UEFI boot firmware;
the starting module is used for powering on the server and starting the UEFI;
the initialization module is used for carrying out UEFI initialization;
and the guide starting module is used for guiding the starting of the operating system so as to finish the starting of the server.
9. A server power-on quick start device, comprising:
at least one memory;
at least one processor;
at least one computer program;
the at least one computer program is stored in the at least one memory, the at least one processor executing the at least one computer program to implement:
a method of starting up a server according to any one of claims 1 to 7.
10. A computer-readable storage medium storing computer-executable instructions for causing a computer to perform the server power-on quick start method according to any one of claims 1 to 7.
CN202310280589.4A 2023-03-21 2023-03-21 Method, system, equipment and storage medium for starting up server rapidly Pending CN116414472A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310280589.4A CN116414472A (en) 2023-03-21 2023-03-21 Method, system, equipment and storage medium for starting up server rapidly

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310280589.4A CN116414472A (en) 2023-03-21 2023-03-21 Method, system, equipment and storage medium for starting up server rapidly

Publications (1)

Publication Number Publication Date
CN116414472A true CN116414472A (en) 2023-07-11

Family

ID=87050709

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310280589.4A Pending CN116414472A (en) 2023-03-21 2023-03-21 Method, system, equipment and storage medium for starting up server rapidly

Country Status (1)

Country Link
CN (1) CN116414472A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116954760A (en) * 2023-09-20 2023-10-27 无锡宏创盛安科技有限公司 UEFI intelligent starting method
CN117251216A (en) * 2023-09-15 2023-12-19 上海合芯数字科技有限公司 Server firmware starting optimization method, system, server and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117251216A (en) * 2023-09-15 2023-12-19 上海合芯数字科技有限公司 Server firmware starting optimization method, system, server and storage medium
CN117251216B (en) * 2023-09-15 2024-04-05 上海合芯数字科技有限公司 Server firmware starting optimization method, system, server and storage medium
CN116954760A (en) * 2023-09-20 2023-10-27 无锡宏创盛安科技有限公司 UEFI intelligent starting method
CN116954760B (en) * 2023-09-20 2023-12-15 无锡宏创盛安科技有限公司 UEFI intelligent starting method

Similar Documents

Publication Publication Date Title
CN116414472A (en) Method, system, equipment and storage medium for starting up server rapidly
RU2435200C2 (en) Fast booting operating system from off state
US6226667B1 (en) Method and apparatus for preloading data in a distributed data processing system
CN109408122B (en) Equipment starting method, electronic equipment and computer storage medium
US20100023942A1 (en) Accelerating virtual machine resume time using a pre-cached working set
US20140149644A1 (en) Electronic apparatus, method of updating firmware, and computer-readable recording medium
US20220214945A1 (en) System Booting Method and Apparatus, Node Device, and Computer-Readable Storage Medium
CN102053848A (en) Automatic installation method for Linux operating system
CN111488589A (en) Safe and trusted boot and firmware upgrade system and method based on hardware write protection
CN116737244A (en) Method and device for starting multiple hardware domains of chip
JP7102524B2 (en) Firmware release of multiple binary images
US20040225874A1 (en) Method for reduced BIOS boot time
US20050223209A1 (en) Apparatus for fast booting computer and method for the same
CN116028129B (en) UEFI (unified extensible firmware interface) quick starting method based on Feiteng platform and Feiteng platform
CN113396391B (en) Application program starting method and device, electronic equipment and storage medium
CN110825421A (en) Firmware upgrading method and system and readable storage medium
CN115202751A (en) Method for realizing rapid start of UEFI (unified extensible firmware interface)
WO2008048581A1 (en) A processing device operation initialization system
KR101384929B1 (en) Media scanning method and media scanning device for storage medium of user terminal
CN116643778B (en) Application program optimization method and electronic equipment
CN114385255B (en) POS machine control method, POS machine control system, POS machine control device and computer readable medium
US11204781B2 (en) Optimizing power, memory and load time of a computing system during image loading based on image segmentation
TWI733157B (en) Method and system for accelerating startup embedded system
US11960337B2 (en) Customized thermal and power policies in computers
CN113568679A (en) Plug-in loading method and device, storage medium and electronic 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