JP2005050079A - Server device, bios updating program, bootstrap program, and bios updating method - Google Patents

Server device, bios updating program, bootstrap program, and bios updating method Download PDF

Info

Publication number
JP2005050079A
JP2005050079A JP2003280639A JP2003280639A JP2005050079A JP 2005050079 A JP2005050079 A JP 2005050079A JP 2003280639 A JP2003280639 A JP 2003280639A JP 2003280639 A JP2003280639 A JP 2003280639A JP 2005050079 A JP2005050079 A JP 2005050079A
Authority
JP
Japan
Prior art keywords
bios
storage area
flag
update
write flag
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
JP2003280639A
Other languages
Japanese (ja)
Inventor
Hirobumi Fukao
博文 深尾
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.)
NEC Fielding Ltd
Original Assignee
NEC Fielding 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 NEC Fielding Ltd filed Critical NEC Fielding Ltd
Priority to JP2003280639A priority Critical patent/JP2005050079A/en
Publication of JP2005050079A publication Critical patent/JP2005050079A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To efficiently rewrite a BIOS without stopping the operation of a server device by a simpler configuration and to allow starting with the BIOS used for previous normal starting before updating even if starting from an updated BIOS cannot be carried out. <P>SOLUTION: This server device is provided with a CMOS RAM 21 having a writing flag storage area, BIOS storage areas 1 and 2, and an update flag storage area. An update flag processing means refers to the update flag storage area, and if the update flag is 0, a writing flag processing means refers to the writing flag storage area. If the writing flag is 0, an updating BIOS is written in the storage area 1 to turn the flag to 1. If the flag is 0 when the writing flag storage is referred, the updating BIOS is written in the storage area 2 for turning the flag to 0, and the BIOS is started from the storage area updated latterly by setting the BIOS updating flag to 1. If normal starting is not carried out, the BIOS is started from the storage area updated formerly. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、BIOSの更新を格納領域の二重化により運用中に可能としたサーバ装置、BIOS更新プログラム、初期起動プログラム、及びBIOS更新方法に関する。   The present invention relates to a server device, a BIOS update program, an initial startup program, and a BIOS update method that enable BIOS updating during operation by duplicating storage areas.

従来、オペレーティングシステムとしてマイクロソフト社製のWindows(登録商標)シリーズを搭載したコンピュータであるサーバ装置は、市場においてファイルサーバやコミュニケーションサーバもしくはメールサーバといった様々な用途で運用されている。
サーバ装置には、オペレーティングシステムを起動するためのプログラムとして、内蔵されているマザーボード上に電源投入直後に読み出され、磁気ディスク装置やFD装置といった周辺機器の制御を可能とし、その磁気ディスク装置やFD装置に記憶されたオペレーティングシステムを読み出すためのBIOS(Basic Input Output System)が用いられている。
2. Description of the Related Art Conventionally, a server device that is a computer in which a Windows (registered trademark) series manufactured by Microsoft Corporation is installed as an operating system has been operated in various markets such as a file server, a communication server, or a mail server.
The server device is read as a program for starting an operating system on the built-in motherboard immediately after the power is turned on, and can control peripheral devices such as a magnetic disk device and an FD device. A BIOS (Basic Input Output System) for reading an operating system stored in the FD apparatus is used.

このBIOSは、一般的に、出荷された以後に不具合の修正や新たな周辺機器を利用可能とするような機能追加が行われ、随時更新される。メーカにより修正、更新されたBIOSは、カスタマエンジアやシステムエンジアによりサーバ装置10を利用するユーザへ提供され、ユーザは必要に応じてBIOSの書き換えを実施する。   In general, the BIOS is updated as needed after functions are shipped and functions are added so that new peripheral devices can be used. The BIOS modified and updated by the manufacturer is provided to the user who uses the server device 10 by the customer engineer or the system engineer, and the user rewrites the BIOS as necessary.

図6は、従来のBIOSを記憶するためのCMOS(Complementary Metal−Oxide Semiconductor) RAMを示す図である。同図に示すように、従来のCMOS RAM210にはBIOSを記憶する領域としてBIOS格納領域210−1があり、更新されたBIOSに書き換える場合は、このBIOS格納領域210−1へ更新されたBIOSの書き込みを行っていた。
図7は、従来のBIOSの更新処理手順を示すフローチャート図である。同図に示すように、BIOSを書き換える方法としては、まず、上記従来のCMOS RAM210を有するサーバ装置の電源を投入し(ステップC1)、更新前のBIOSを起動していた(ステップC2)。
そして、オペレーティングシステムとBIOS更新用のプログラムとデータをFD装置などから読み込み(ステップC3)、BIOSの更新を行って、処理を終了していた(ステップC4)。
FIG. 6 is a diagram showing a CMOS (Complementary Metal-Oxide Semiconductor) RAM for storing a conventional BIOS. As shown in the figure, the conventional CMOS RAM 210 has a BIOS storage area 210-1 as an area for storing the BIOS. When rewriting to the updated BIOS, the BIOS storage area 210-1 is updated. I was writing.
FIG. 7 is a flowchart showing a conventional BIOS update processing procedure. As shown in the figure, as a method of rewriting the BIOS, first, the server apparatus having the conventional CMOS RAM 210 is turned on (step C1), and the BIOS before update is started (step C2).
Then, the operating system, BIOS update program and data are read from the FD device or the like (step C3), the BIOS is updated, and the process is terminated (step C4).

すなわち、従来の方法によれば、FD装置などからオペレーティングシステムを起動し、更新用のプログラムを読み込む必要があったため、サーバ装置の運用を停止しなければならず、運用を停止することの困難なサーバ装置においては大きな不都合を生じるという問題があった。また、更新したBIOSに不具合があったり、書き換えが不十分なまま終了してそのBIOSからの起動ができなかったりした場合、2度とサーバ装置を起動することが出来ない場合があるという問題もあった。
このような問題を解決可能な従来技術として、例えば、特許文献1に記載の技術を挙げることができる。この従来の技術によれば、更新用のBIOSを更新プログラム用メモリに書き込むことができるため、システムを停止することなくBIOSの更新を行うことが可能となっている。また、システムの起動時にBIOSに異常が検出された場合に、回復処理を行うための回復用プログラムを有する構成となっている。
In other words, according to the conventional method, it is necessary to start the operating system from the FD device or the like and read the update program, so the operation of the server device must be stopped, and it is difficult to stop the operation. The server device has a problem of causing a great inconvenience. In addition, there is a problem that the server device may not be able to start up again if there is a problem with the updated BIOS or the rewriting is insufficient and the BIOS cannot be started up. there were.
As a conventional technique capable of solving such a problem, for example, a technique described in Patent Document 1 can be cited. According to this conventional technique, the update BIOS can be written in the update program memory, so that the BIOS can be updated without stopping the system. In addition, when an abnormality is detected in the BIOS at the time of starting the system, a recovery program for performing a recovery process is provided.

特開平8−16408号公報JP-A-8-16408

しかしながら、従来のBIOS更新方法によれば、更新されたBIOSを一度更新プログラム用メモリに書き込み、システムの起動時に、この更新プログラム用メモリからBIOS用メモリに更新されたBIOSをコピーしなければならず、起動速度が低下するとともに、システムの構成が複雑になるという問題があった。さらに、システム構成の複雑性は、CPUの処理負荷を増加させるとともに、製造コストの増大を招くという問題もあった。
さらに、従来のBIOS更新方法によれば、起動時に回復用プログラムを実行する構成としており、これによって、万一の場合の復旧を容易化することが可能となっているが、その回復用メモリはシステムの構成を一層複雑化し、CPUの処理負荷や製造コストの増大を招くという問題があった。
However, according to the conventional BIOS update method, the updated BIOS must be once written in the update program memory, and the updated BIOS must be copied from the update program memory to the BIOS memory when the system is started. However, there is a problem that the startup speed is lowered and the system configuration is complicated. Furthermore, the complexity of the system configuration increases the processing load on the CPU and increases the manufacturing cost.
Furthermore, according to the conventional BIOS update method, the recovery program is executed at the time of start-up, and this makes it possible to facilitate recovery in the event of an emergency. There is a problem in that the system configuration is further complicated and the processing load and manufacturing cost of the CPU are increased.

本発明は、上記の事情にかんがみなされたものであり、より簡易な構成で、サーバ装置の運用を停止することなく効率的にBIOSの書き換えを行うことができるとともに、更新されたBIOSからの起動ができなくても更新前の正常に起動できたBIOSにて起動可能なサーバ装置、BIOS更新プログラム、初期起動プログラム、及びBIOS更新方法の提供を目的とする。   The present invention has been considered in view of the above circumstances, and it is possible to efficiently rewrite the BIOS without stopping the operation of the server device with a simpler configuration, and to start from the updated BIOS. An object of the present invention is to provide a server device, a BIOS update program, an initial activation program, and a BIOS update method that can be activated by a BIOS that has been successfully activated before updating.

上記目的を達成するため、本発明のサーバ装置は、運用中にBIOSの更新が可能なサーバ装置であって、書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、BIOS更新フラグにもとづく処理を実行するBIOS更新フラグ処理手段と、更新用BIOSを記憶する記憶装置1と、オペレーティングシステムを記憶する記憶装置2とを有し、BIOS更新フラグ処理手段が、BIOS更新プログラムの起動時に、BIOS更新フラグ記憶領域を参照し、BIOS更新フラグ記憶領域におけるBIOS更新フラグが0の場合、書き込みフラグ処理手段が、書き込みフラグ記憶領域を参照し、書き込みフラグ記憶領域における書き込みフラグが0の場合、記憶装置1の更新用BIOSをBIOS格納領域1に書き込むとともに、書き込みフラグを1に書き換え、書き込みフラグ記憶領域の参照時に、書き込みフラグが1の場合、記憶装置1の更新用BIOSをBIOS格納領域2に書き込むとともに、書き込みフラグを0に書き換えて、かつ、BIOS更新フラグを1に書き換える構成としてある。   In order to achieve the above object, a server device according to the present invention is a server device capable of updating a BIOS during operation, and includes a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, and a BIOS update flag storage area. A CMOS RAM provided, a write flag processing means for executing processing based on a write flag, a BIOS update flag processing means for executing processing based on a BIOS update flag, a storage device 1 for storing an updating BIOS, and an operating system The BIOS update flag processing means refers to the BIOS update flag storage area when the BIOS update program is started, and when the BIOS update flag in the BIOS update flag storage area is 0, write flag processing is performed. Means refers to the write flag storage area and When the write flag in the write flag storage area is 0, the update BIOS of the storage device 1 is written into the BIOS storage area 1 and the write flag is rewritten to 1. When the write flag is 1 when the write flag storage area is referenced, The update BIOS of the storage device 1 is written into the BIOS storage area 2, the write flag is rewritten to 0, and the BIOS update flag is rewritten to 1.

また、本発明のサーバ装置は、表示部を有し、BIOS更新フラグ処理手段が、BIOS更新プログラムの起動時に、BIOS更新フラグが1の場合、表示部に、BIOSが更新済みであることを示すメッセージを表示する構成としてある。   The server device of the present invention also has a display unit, and the BIOS update flag processing means indicates that the BIOS has been updated on the display unit when the BIOS update flag is 1 when the BIOS update program is started. The message is displayed.

また、本発明のサーバ装置は、書き込みフラグ処理手段が、サーバ装置の起動時に、書き込みフラグ記憶領域を参照し、書き込みフラグ記憶領域における書き込みフラグが1の場合、BIOS格納領域1のBIOSを起動し、当該BIOSが正常に起動しなかった場合、書き込みフラグを0に書き換えるとともに、BIOS格納領域2のBIOSを起動し、サーバ装置の起動時に、書き込みフラグが0の場合、BIOS格納領域2のBIOSを起動し、当該BIOSが正常に起動しなかった場合、書き込みフラグを1に書き換えるとともに、BIOS格納領域1のBIOSを起動し、かつ、BIOS更新フラグを0に書き換えて、記憶装置2からオペレーティングシステムを読み込む構成としてある。   In the server apparatus of the present invention, the write flag processing means refers to the write flag storage area when the server apparatus is activated, and activates the BIOS in the BIOS storage area 1 when the write flag in the write flag storage area is 1. If the BIOS does not start up normally, the write flag is rewritten to 0 and the BIOS in the BIOS storage area 2 is started. When the server apparatus is started up and the write flag is 0, the BIOS in the BIOS storage area 2 is changed. If the BIOS does not start normally, the write flag is rewritten to 1, the BIOS in the BIOS storage area 1 is started, the BIOS update flag is rewritten to 0, and the operating system is started from the storage device 2. It is configured to read.

また、本発明のBIOS更新プログラムは、書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、BIOS更新フラグにもとづく処理を実行するBIOS更新フラグ処理手段と、更新用BIOSを記憶する記憶装置1とを有するサーバ装置に、運用中にBIOSの更新を実行させるBIOS更新プログラムであって、BIOS更新フラグ処理手段に、当該BIOS更新プログラムの起動時に、BIOS更新フラグ記憶領域を参照させ、BIOS更新フラグ記憶領域におけるBIOS更新フラグが0の場合、書き込みフラグ処理手段に、書き込みフラグ記憶領域を参照させ、書き込みフラグ記憶領域における書き込みフラグが0の場合、記憶装置1の更新用BIOSをBIOS格納領域1に書き込ませるとともに、書き込みフラグを1に書き換えさせ、書き込みフラグ記憶領域の参照時に、書き込みフラグが1の場合、記憶装置1の更新用BIOSをBIOS格納領域2に書き込ませるとともに、書き込みフラグを0に書き換えさせて、かつ、BIOS更新フラグを1に書き換えさせる構成としてある。   The BIOS update program according to the present invention includes a CMOS RAM having a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, and a BIOS update flag storage area, and a write flag processing means for executing a process based on the write flag. A BIOS update program for causing a server apparatus having a BIOS update flag processing means for executing a process based on a BIOS update flag and a storage device 1 for storing an update BIOS to update the BIOS during operation. When the BIOS update program is started, the update flag processing means is referred to the BIOS update flag storage area. When the BIOS update flag in the BIOS update flag storage area is 0, the write flag processing means is referred to the write flag storage area. , Write flag storage When the write flag in the area is 0, the update BIOS of the storage device 1 is written into the BIOS storage area 1 and the write flag is rewritten to 1. If the write flag is 1 when the write flag storage area is referenced, the storage is performed. The update BIOS of the device 1 is written in the BIOS storage area 2, the write flag is rewritten to 0, and the BIOS update flag is rewritten to 1.

また、本発明の初期起動プログラムは、初期起動プログラム記憶領域,書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、オペレーティングシステムを記憶する記憶装置2とを有するサーバ装置に、起動時にBIOSの選択を実行させる初期起動プログラムであって、書き込みフラグ処理手段に、サーバ装置の起動時に、書き込みフラグ記憶領域を参照させ、書き込みフラグ記憶領域における書き込みフラグが1の場合、BIOS格納領域1のBIOSを起動させ、正常に起動した場合、BIOS更新フラグを0に書き換えさせて、記憶装置2からオペレーティングシステムを読み込ませ、当該BIOSが正常に起動しなかった場合、書き込みフラグを0に書き換えさせるとともに、BIOS格納領域2のBIOSを起動させ、BIOS更新フラグを0に書き換えさせて、記憶装置2からオペレーティングシステムを読み込ませ、サーバ装置の起動時に、書き込みフラグが0の場合、BIOS格納領域2のBIOSを起動させ、正常に起動した場合、BIOS更新フラグを0に書き換えさせて、記憶装置2からオペレーティングシステムを読み込ませ、当該BIOSが正常に起動しなかった場合、書き込みフラグを1に書き換えさせるとともに、BIOS格納領域1のBIOSを起動させ、BIOS更新フラグを0に書き換えさせて、記憶装置2からオペレーティングシステムを読み込ませる構成としてある。   The initial startup program of the present invention executes a process based on a CMOS RAM having an initial startup program storage area, a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, and a BIOS update flag storage area, and a write flag. An initial startup program for causing a server device having a write flag processing means to perform storage and a storage device 2 for storing an operating system to execute BIOS selection at the time of startup. If the flag storage area is referred to and the write flag in the write flag storage area is 1, the BIOS in the BIOS storage area 1 is activated. If the BIOS is normally activated, the BIOS update flag is rewritten to 0 and Load the system, If the BIOS does not start normally, the write flag is rewritten to 0, the BIOS in the BIOS storage area 2 is started, the BIOS update flag is rewritten to 0, and the operating system is read from the storage device 2, When the server apparatus is started, if the write flag is 0, the BIOS in the BIOS storage area 2 is started. If it is started normally, the BIOS update flag is rewritten to 0, the operating system is read from the storage device 2, and When the BIOS does not start normally, the write flag is rewritten to 1, the BIOS in the BIOS storage area 1 is started, the BIOS update flag is rewritten to 0, and the operating system is read from the storage device 2 is there.

また、本発明のBIOS更新方法は、書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、BIOS更新フラグにもとづく処理を実行するBIOS更新フラグ処理手段と、更新用BIOSを記憶する記憶装置1と、オペレーティングシステムを記憶する記憶装置2とを有するサーバ装置が、運用中にBIOSの更新を実行するBIOS更新方法であって、BIOS更新フラグ処理手段が、BIOS更新プログラムの起動時に、BIOS更新フラグ記憶領域を参照し、BIOS更新フラグ記憶領域におけるBIOS更新フラグが0の場合、書き込みフラグ処理手段が、書き込みフラグ記憶領域を参照し、書き込みフラグ記憶領域における書き込みフラグが0の場合、記憶装置1の更新用BIOSをBIOS格納領域1に書き込むとともに、書き込みフラグを1に書き換えて、かつ、BIOS更新フラグを1に書き換え、書き込みフラグ記憶領域の参照時に、書き込みフラグが1の場合、記憶装置1の更新用BIOSをBIOS格納領域2に書き込むとともに、書き込みフラグを0に書き換えて、かつ、BIOS更新フラグを1に書き換え、サーバ装置の起動時に、書き込みフラグ記憶領域を参照し、書き込みフラグ記憶領域における書き込みフラグが1の場合、BIOS格納領域1のBIOSを起動し、正常に起動した場合、BIOS更新フラグを0に書き換えて、記憶装置2からオペレーティングシステムを読み込み、当該BIOSが正常に起動しなかった場合、書き込みフラグを0に書き換えるとともに、BIOS格納領域2のBIOSを起動し、BIOS更新フラグを0に書き換えて、記憶装置2からオペレーティングシステムを読み込み、サーバ装置の起動時に、書き込みフラグが0の場合、BIOS格納領域2のBIOSを起動し、正常に起動した場合、BIOS更新フラグを0に書き換えて、記憶装置2からオペレーティングシステムを読み込み、当該BIOSが正常に起動しなかった場合、書き込みフラグを1に書き換えるとともに、BIOS格納領域1のBIOSを起動し、BIOS更新フラグを0に書き換えて、記憶装置2からオペレーティングシステムを読み込む方法としてある。   The BIOS update method of the present invention includes a CMOS RAM having a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, and a BIOS update flag storage area, and a write flag processing means for executing a process based on the write flag. The server apparatus having the BIOS update flag processing means for executing the process based on the BIOS update flag, the storage device 1 for storing the update BIOS, and the storage device 2 for storing the operating system updates the BIOS during operation. A BIOS update method to be executed, wherein the BIOS update flag processing means refers to the BIOS update flag storage area when the BIOS update program is started, and if the BIOS update flag in the BIOS update flag storage area is 0, the write flag processing means Write flag storage area When the write flag in the write flag storage area is 0, the update BIOS of the storage device 1 is written to the BIOS storage area 1, the write flag is rewritten to 1, and the BIOS update flag is rewritten to 1. When referring to the flag storage area, if the write flag is 1, the update BIOS of the storage device 1 is written to the BIOS storage area 2, the write flag is rewritten to 0, and the BIOS update flag is rewritten to 1, so that the server apparatus At the time of activation, the write flag storage area is referred to. When the write flag in the write flag storage area is 1, the BIOS in the BIOS storage area 1 is activated, and when normally activated, the BIOS update flag is rewritten to 0 and stored. The operating system is read from the device 2, and the BIOS If it does not start normally, the write flag is rewritten to 0, the BIOS in the BIOS storage area 2 is started, the BIOS update flag is rewritten to 0, the operating system is read from the storage device 2, and when the server device is started, When the write flag is 0, the BIOS in the BIOS storage area 2 is activated. When the BIOS is normally activated, the BIOS update flag is rewritten to 0, the operating system is read from the storage device 2, and the BIOS is not activated normally. In this case, the write flag is rewritten to 1, the BIOS in the BIOS storage area 1 is started, the BIOS update flag is rewritten to 0, and the operating system is read from the storage device 2.

サーバ装置、BIOS更新プログラム、初期起動プログラムをこのような構成とし、又はBIOS更新方法をこのような方法とすれば、従来に比較して、より簡易な構成により、サーバ装置の運用を停止することなく、効率的にBIOSの書き換えが可能になるとともに、更新されたBIOSからの起動ができなくても更新前の正常に起動したBIOSにより起動を行うことが可能となる。
すなわち、本発明は、BIOSを2世代管理することによって、運用中にBIOSを更新することができるとともに、サーバ装置の起動時にBIOSが正常に起動しない場合には、1世代前の正常に起動したBIOSから起動を可能とするものである。
If the server device, the BIOS update program, and the initial startup program are configured as described above, or the BIOS update method is configured as described above, the operation of the server device is stopped with a simpler configuration than in the past. In addition, the BIOS can be efficiently rewritten, and even if it is not possible to start up from the updated BIOS, it is possible to start up by the normally started BIOS before update.
That is, according to the present invention, the BIOS can be updated during operation by managing the BIOS for two generations, and if the BIOS does not start normally when the server device is started, the BIOS has started normally one generation before It can be started from the BIOS.

なお、特許請求の範囲及び明細書において、書き込みフラグ及びBIOS更新フラグの0及び1を全て入れ替えて用いてもよいことは言うまでもない。例えば、請求項1において、「前記BIOS更新フラグ処理手段が、BIOS更新プログラムの起動時に、前記BIOS更新フラグ記憶領域を参照し、前記BIOS更新フラグ記憶領域におけるBIOS更新フラグが1の場合、前記書き込みフラグ処理手段が、前記書き込みフラグ記憶領域を参照し、前記書き込みフラグ記憶領域における書き込みフラグが1の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域1に書き込むとともに、前記書き込みフラグを0に書き換え、前記書き込みフラグ記憶領域の参照時に、前記書き込みフラグが0の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域2に書き込むとともに、前記書き込みフラグを1に書き換えて、かつ、前記BIOS更新フラグを0に書き換える」とし、その他の請求項についても同様にフラグの値を全て入れ替えてもよいことは言うまでもない。もちろん、書き込みフラグ、BIOS更新フラグの一方のみについて全て入れ替える場合についても同様である。また、書き込みフラグ及びBIOS更新フラグとして0及び1以外の数値や記号、その他の文字等を用いることも可能である。   In the claims and the description, it goes without saying that the write flag and the BIOS update flag 0 and 1 may all be used interchangeably. For example, in claim 1, “the BIOS update flag processing means refers to the BIOS update flag storage area when the BIOS update program is started, and the BIOS update flag storage area has a BIOS update flag of 1, the write The flag processing means refers to the write flag storage area. When the write flag in the write flag storage area is 1, the update BIOS of the storage device 1 is written to the BIOS storage area 1 and the write flag is set to 0. If the write flag is 0 when referring to the write flag storage area, the update BIOS of the storage device 1 is written to the BIOS storage area 2, the write flag is rewritten to 1, and the Rewrite BIOS update flag to 0 " Other may of course be replaced all the value of the flag Similarly, the claim. Of course, the same applies to the case where only one of the write flag and the BIOS update flag is replaced. Also, numerical values and symbols other than 0 and 1 and other characters can be used as the write flag and the BIOS update flag.

メーカにより修正、更新されたBIOSは、カスタマエンジアやシステムエンジアによって、このBIOSを用いるサーバ装置等を利用するユーザへ提供され、ユーザは必要に応じてBIOSの書き換えを実施するが、このようなBIOSの書き換えを、その更新されたBIOSをファイルサーバやコミュニケーションサーバもしくはメールサーバ等として利用されているサーバ装置に対して、運用した状態のまま、非常に簡易な構成により、効率的に行うことが可能となる。
すなわち、サーバ装置などには、オペレーティングシステムを起動するためのプログラムとして、内蔵されているマザーボード上に電源投入直後に読み出され、磁気ディスク装置やFD装置といった周辺機器の制御を可能とし、その磁気ディスク装置やFD装置に記憶されたオペレーティングシステムを読み出すためのBIOSが用いられており、このBIOSは、出荷された以後に、不具合の修正や新たな周辺機器を利用可能とするような機能追加が適宜行われて更新されるものである。このようなサーバ装置などにおけるBIOSを更新されたBIOSに書き換えることは、サーバ装置の安定稼動や追加された機能を有効にするうえでは不可欠なことである。
The BIOS modified and updated by the manufacturer is provided by a customer engineer or system engineer to a user who uses a server device or the like that uses the BIOS, and the user rewrites the BIOS as necessary. Efficient BIOS rewriting with a very simple configuration while operating the updated BIOS as a file server, communication server, or mail server. Is possible.
That is, a server device or the like is read as a program for starting an operating system on a built-in motherboard immediately after power is turned on, and can control peripheral devices such as a magnetic disk device and an FD device. A BIOS for reading an operating system stored in a disk device or an FD device is used. After the BIOS is shipped, functions such as correction of malfunctions and addition of new peripheral devices can be used. It will be updated as appropriate. Rewriting the BIOS in such a server device or the like with the updated BIOS is indispensable for the stable operation of the server device and the added function being effective.

しかしながら、昨今のサーバ装置などは、多数のクライアントから利用されるため運用を停止するのは非常に難しい場合が多い。このため、サーバ装置の運用を停止すること無くBIOSを書き換えることが可能なことは絶大な効果があり、本発明によれば、これを非常に簡易な構成によって効率的に行うことが可能となる。
また、BIOSを更新した後、サーバ装置の再起動を行う場合、更新されたBIOSに不具合が内在した場合や、不充分なまま書き換えが終了した場合に、更新されたBIOSからの起動ができなくても、簡単に更新前の正常に起動できたBIOSにて、サーバ装置の起動を行うことが可能となる。
However, since recent server devices are used by many clients, it is often very difficult to stop the operation. For this reason, the ability to rewrite the BIOS without stopping the operation of the server device has a tremendous effect, and according to the present invention, this can be efficiently performed with a very simple configuration. .
In addition, when the server apparatus is restarted after updating the BIOS, if the updated BIOS has a defect or if rewriting is completed without being sufficient, it cannot be started from the updated BIOS. However, it is possible to easily start the server device with the BIOS that can be normally started before update.

以下、本発明の実施形態につき、図面を参照して説明する。
まず、本発明の実施形態の構成について、図1〜図3を参照して説明する。図1は、本実施形態のサーバ装置の構成を示すブロック図である。図2は、本実施形態のサーバ装置におけるCMOS RAMの構成を示すブロック図である。図3は、本実施形態のサーバ装置におけるCPUの構成を示すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings.
First, the configuration of the embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a block diagram showing the configuration of the server device of this embodiment. FIG. 2 is a block diagram showing the configuration of the CMOS RAM in the server device of this embodiment. FIG. 3 is a block diagram showing the configuration of the CPU in the server device of this embodiment.

本実施形態のサーバ装置は、オペレーティングシステムとしてマイクロソフト社製Windows(登録商標)シリーズを搭載し、不具合の修正や機能追加により更新されたBIOS(Basic Input Output System)を運用中に書き換えられるように、BIOSの格納領域を2重に持ち、起動時に更新された方のBIOSで起動し、更新されたBIOSからの起動が失敗した場合は更新しなかった方のBIOSから起動する機能を有するサーバ装置である。   The server device according to the present embodiment is equipped with a Windows (registered trademark) series manufactured by Microsoft Corporation as an operating system so that BIOS (Basic Input Output System) updated by correcting a problem or adding a function can be rewritten during operation. A server device that has a BIOS storage area and has a function of starting with the BIOS updated at the time of startup and starting from the BIOS that has not been updated when the startup from the updated BIOS fails. is there.

図1に示すように、サーバ装置10は、マザーボード20,磁気ディスク装置30,FD装置40を有している。
マザーボード20は、CMOS RAM21やCPU22、その他拡張スロットなど、コンピュータシステムを構成するための最も基本的なデバイス群を1枚の基板に搭載したものであり、磁気ディスク装置30、及びFD装置40の制御機能を有している。
As shown in FIG. 1, the server device 10 includes a mother board 20, a magnetic disk device 30, and an FD device 40.
The motherboard 20 has a most basic device group for configuring a computer system, such as a CMOS RAM 21, a CPU 22, and other expansion slots, mounted on a single board, and controls the magnetic disk device 30 and the FD device 40. It has a function.

CMOS RAM21は、マザーボード20上に搭載された、内容を書き換え可能な記憶素子である。
このCMOS RAM21は、図2に示すように、初期起動プログラム記憶領域21−1,書き込みフラグ記憶領域21−2,BIOS格納領域[1]21−3,BIOS格納領域[2]21−4,BIOS更新フラグ記憶領域21−5を有している。
初期起動プログラム記憶領域21−1は、サーバ装置10の電源投入後から、書き込みフラグ記憶領域21−2におけるフラグにもとづいて起動すべきBIOSを判断するまでの初期起動プログラムを格納する記憶領域である。
書き込みフラグ記憶領域21−2は、2世代管理された2つのBIOSを起動時に切り替える判断を行うとともに、運用中に更新されたBIOSをどちらの領域に書き込むかの判断を行うためのフラグを書き込む記憶領域である。
The CMOS RAM 21 is a storage element mounted on the mother board 20 and capable of rewriting contents.
As shown in FIG. 2, the CMOS RAM 21 includes an initial startup program storage area 21-1, a write flag storage area 21-2, a BIOS storage area [1] 21-3, a BIOS storage area [2] 21-4, and a BIOS. An update flag storage area 21-5 is provided.
The initial startup program storage area 21-1 is a storage area for storing an initial startup program from when the server apparatus 10 is powered on until the BIOS to be started is determined based on the flag in the write flag storage area 21-2. .
The write flag storage area 21-2 determines whether to switch two BIOSes managed in two generations at startup, and stores a flag for determining in which area the BIOS updated during operation is written. It is an area.

BIOS格納領域[1]21−3、及びBIOS格納領域[2]21−4は、共にBIOSを格納する記憶領域であり、BIOSの2世代管理を行うためにBIOSの格納領域として2つの領域を確保したものである。すなわち、BIOSを2世代分書き込めるように、格納領域を2重化している。
BIOS更新フラグ記憶領域21−5は、運用中にBIOS格納領域[1]21−3とBIOS格納領域[2]21−4の両方についてBIOSの書き換えが行われ、この両方のBIOSに不具合があった場合に、両方のBIOSから起動できなくなることを防止するためのフラグを保有する。
すなわち、電源が投入されるたびに“0”のデータが記憶され、BIOSを更新すると“1”が記憶されることで、“0”が記憶されたときのみ更新ができるようにするための情報を記憶する領域である。
The BIOS storage area [1] 21-3 and the BIOS storage area [2] 21-4 are both storage areas for storing the BIOS, and two areas are used as the BIOS storage area for performing two-generation management of the BIOS. Secured. That is, the storage area is duplicated so that two generations of BIOS can be written.
In the BIOS update flag storage area 21-5, the BIOS is rewritten in both the BIOS storage area [1] 21-3 and the BIOS storage area [2] 21-4 during operation, and there is a problem in both the BIOS. In this case, it holds a flag for preventing the BIOS from being booted from both BIOSes.
In other words, “0” data is stored every time the power is turned on, and “1” is stored when the BIOS is updated, so that information can be updated only when “0” is stored. Is an area for storing.

CPU22は、マザーボード20上に搭載された、サーバ装置10の各種機能を統括制御する処理装置である。
このCPU22は、図3に示すように、プログラム起動処理部22−1,書き込みフラグ処理部22−2,更新フラグ処理部22−3を有している。
プログラム起動処理部22−1は、本発明のBIOS更新プログラム又は初期起動プログラムを起動する。
初期起動プログラムは、図2に示す初期起動プログラム記憶領域21−1に格納され、上述のようにサーバ装置10の起動時に、起動すべきBIOSを判断して、そのBIOSから起動させるためのプログラムである。
BIOS更新プログラムの格納場所は、特に限定されないが、例えばあらかじめサーバ装置10にインストールしておいたり、FD装置40から読み込み実行するようにすることができる。このBIOS更新プログラムは、サーバ装置10が稼働しているときに更新用のBIOSの書き換えを行うためのWindows(登録商標)シリーズで動作可能なプログラムである。
The CPU 22 is a processing device that is mounted on the mother board 20 and performs overall control of various functions of the server device 10.
As shown in FIG. 3, the CPU 22 includes a program activation processing unit 22-1, a write flag processing unit 22-2, and an update flag processing unit 22-3.
The program activation processing unit 22-1 activates the BIOS update program or the initial activation program of the present invention.
The initial startup program is stored in the initial startup program storage area 21-1 shown in FIG. 2, and is a program for determining the BIOS to be started when starting the server device 10 as described above and starting from the BIOS. is there.
The storage location of the BIOS update program is not particularly limited. For example, the BIOS update program can be installed in the server device 10 in advance or read from the FD device 40 and executed. This BIOS update program is a program that can operate in the Windows (registered trademark) series for rewriting the BIOS for update when the server apparatus 10 is operating.

書き込みフラグ処理部22−2は、書き込みフラグにもとづく処理を実行する処理部である。この書き込みフラグ処理部22−2は、書き込みフラグ記憶領域21−2に記憶されている書き込みフラグにもとづいて、BIOSをBIOS格納領域[1]21−3又はBIOS格納領域[2]21−4のいずれに格納するかを判断し、決定した格納領域へFD装置40の更新用BIOSを格納する。また、サーバ装置10の起動時に、書き込みフラグ記憶領域21−2に記憶されている書き込みフラグにもとづいて、起動に使用するBIOSとして、BIOS格納領域[1]21−3又はBIOS格納領域[2]21−4のいずれに格納されているBIOSを使用するかを判断し、決定した格納領域のBIOSを用いて起動を実行する。そして、起動ができない場合は、前回正常に起動したBIOSが格納されている他方の格納領域のBIOSを用いて起動を実行する。   The write flag processing unit 22-2 is a processing unit that executes processing based on the write flag. Based on the write flag stored in the write flag storage area 21-2, the write flag processing unit 22-2 assigns the BIOS to the BIOS storage area [1] 21-3 or the BIOS storage area [2] 21-4. It is determined in which location to store, and the update BIOS of the FD device 40 is stored in the determined storage area. In addition, when the server apparatus 10 is activated, the BIOS storage area [1] 21-3 or the BIOS storage area [2] is used as the BIOS used for activation based on the write flag stored in the write flag storage area 21-2. It is determined which of the BIOS stored in 21-4 is to be used, and activation is executed using the BIOS of the determined storage area. And when starting cannot be performed, starting is performed using the BIOS of the other storage area in which the BIOS started normally last time is stored.

更新フラグ処理部22−3は、更新フラグにもとづく処理を実行する処理部である。この更新フラグ処理部22−3は、BIOS更新フラグ記憶領域21−5に記憶されている更新フラグにもとづいて、BIOSの更新を許可するかどうかを判定する。BIOSが未更新である場合は、BIOSの更新を許可し、BIOSが既に更新済みで、サーバ装置10の再起動が行われていない場合は、サーバ装置10における図示しない表示部に、BIOSが更新済みであることを示すメッセージを表示する。   The update flag processing unit 22-3 is a processing unit that executes processing based on the update flag. The update flag processing unit 22-3 determines whether or not to allow BIOS update based on the update flag stored in the BIOS update flag storage area 21-5. If the BIOS has not been updated, the BIOS is permitted to be updated. If the BIOS has already been updated and the server device 10 has not been restarted, the BIOS is updated on a display unit (not shown) in the server device 10. Displays a message indicating that it has been completed.

磁気ディスク装置30は、オペレーティングシステム、ファイルサーバやコミュニケーションサーバもしくはメールサーバなどで動作させるためのアプリケーションプログラム、データ等を記憶する装置である。
FD装置40は、フロッピィディスクのデータを読み書きするための装置である。
これらの磁気ディスク装置30及びFD装置40は、図1に示すようにサーバ装置10に内蔵するものであっても、外部接続するものであってもかまわない。
The magnetic disk device 30 is a device that stores an operating system, an application program for operating on a file server, a communication server, a mail server, or the like, data, and the like.
The FD device 40 is a device for reading and writing data on a floppy disk.
These magnetic disk device 30 and FD device 40 may be built in the server device 10 as shown in FIG. 1 or may be externally connected.

次に、本実施形態のサーバ装置における処理手順について、図4及び図5を参照して説明する。図4は、本実施形態のサーバ装置におけるBIOS更新処理手順を示すフローチャートである。図5は、本実施形態のサーバ装置における起動処理手順を示すフローチャートである。   Next, a processing procedure in the server device of this embodiment will be described with reference to FIGS. 4 and 5. FIG. 4 is a flowchart showing a BIOS update processing procedure in the server device of this embodiment. FIG. 5 is a flowchart showing a startup processing procedure in the server device of this embodiment.

まず、図4を参照して、サーバ装置10が稼働中にBIOSを書き換える動作について説明する。
最初に、オペレーティングシステムとしてWindows(登録商標)シリーズが導入されているサーバ装置10が、BIOSを更新するためのプログラムであるBIOS更新プログラムを起動する(ステップA1)。
起動されたBIOS更新プログラムにもとづいて、サーバ装置10の更新フラグ処理部22−3は、まずBIOS更新フラグ記憶領域21−5のデータを読み出す。そして、このデータが“0”ならばステップA3の処理を、“1”ならばステップA9の処理を実行する(ステップA2)。
First, an operation of rewriting the BIOS while the server device 10 is operating will be described with reference to FIG.
First, the server apparatus 10 in which the Windows (registered trademark) series is introduced as an operating system starts a BIOS update program that is a program for updating the BIOS (step A1).
Based on the activated BIOS update program, the update flag processing unit 22-3 of the server device 10 first reads data from the BIOS update flag storage area 21-5. If this data is “0”, the process of step A3 is executed, and if it is “1”, the process of step A9 is executed (step A2).

次に、サーバ装置10の書き込みフラグ処理部22−2は、書き込みフラグ記憶領域21−2のデータを読み出す。このデータが“0”ならばステップA4からの処理を、“1”ならばステップA7からの処理を実行する(ステップA3)。
書き込みフラグ記憶領域21−2のデータが“0”の場合、書き込みフラグ処理部22−2は、FD装置40に格納されている更新されたBIOSのデータを、BIOS格納領域[1]21−3に書き込む(ステップA4)。BIOSデータの書き込みが完了したら、書き込みフラグ記憶領域21−2へ“1”のデータを書き込む(ステップA5)。さらに、BIOSが更新された後に再度更新されないように、BIOS更新フラグ記憶領域21−5へBIOSが更新済みであることを示す“1”のデータを書き込み、ステップA1で起動されたBIOS更新プログラムは終了する(ステップA6)。
Next, the write flag processing unit 22-2 of the server device 10 reads the data in the write flag storage area 21-2. If this data is “0”, the processing from step A4 is executed, and if it is “1”, the processing from step A7 is executed (step A3).
When the data in the write flag storage area 21-2 is “0”, the write flag processing unit 22-2 uses the updated BIOS data stored in the FD device 40 as the BIOS storage area [1] 21-3. (Step A4). When the writing of the BIOS data is completed, the data “1” is written into the write flag storage area 21-2 (step A5). Further, in order not to be updated again after the BIOS is updated, the data “1” indicating that the BIOS has been updated is written in the BIOS update flag storage area 21-5, and the BIOS update program started in step A1 is End (step A6).

ステップA3において、書き込みフラグ記憶領域21−2のデータが“1”の場合、書き込みフラグ処理部22−2は、FD装置40に格納されている更新されたBIOSのデータをBIOS格納領域[2]21−4に書き込む(ステップA7)。
BIOSデータの書き込みが完了したら、書き込みフラグ記憶領域21−2へ“0”のデータを書き込み、ステップA6へ進む(ステップA8)。
In step A3, when the data in the write flag storage area 21-2 is "1", the write flag processing unit 22-2 stores the updated BIOS data stored in the FD device 40 in the BIOS storage area [2]. 21-4 is written (step A7).
When the writing of the BIOS data is completed, the data “0” is written to the write flag storage area 21-2, and the process proceeds to Step A6 (Step A8).

ステップA2において、BIOS更新フラグ記憶領域21−5のデータが“1”である場合は、BIOSはすでに更新されたことがある。したがって、両方のBIOS格納領域のデータの更新を避けるために、更新フラグ処理部22−3はは、『更新済み。再起動後再度更新プログラムを実行する事』などのメッセージを表示部に表示し、ステップA1で起動されたBIOS更新プログラムの終了処理を行う。(ステップA9)。   In step A2, if the data in the BIOS update flag storage area 21-5 is “1”, the BIOS has already been updated. Therefore, in order to avoid updating the data in both BIOS storage areas, the update flag processing unit 22-3 displays “updated. A message such as “execute update program again after restart” is displayed on the display unit, and the BIOS update program started in step A1 is terminated. (Step A9).

次に、図5を参照して、サーバ装置10が、電源投入からオペレーティングシステムが起動するまでにおいて、2世代管理されたBIOSの一方を選択して起動する動作について説明する。
まず、サーバ装置10の電源が投入されると(ステップB1)、サーバ装置10のプログラム起動処理部22−1は、2世代管理されたBIOSのいずれかを起動するまでの手順を有するプログラムである初期起動プログラムを実行する(ステップB2)。
起動された初期起動プログラムにもとづいて、サーバ装置10の書き込みフラグ処理部22−2は、まず書き込みフラグ記憶領域21−2のデータを読み出す。そして、このデータが“1”ならばステップB4からの処理を、“0”ならばステップB10からの処理を実行する(ステップB3)。
Next, with reference to FIG. 5, an operation in which the server apparatus 10 selects and starts one of the two-generation managed BIOS from when the power is turned on to when the operating system is started will be described.
First, when the power of the server device 10 is turned on (step B1), the program start processing unit 22-1 of the server device 10 is a program having a procedure until starting one of the two-generation managed BIOS. An initial startup program is executed (step B2).
Based on the activated initial activation program, the write flag processing unit 22-2 of the server device 10 first reads data in the write flag storage area 21-2. If this data is “1”, the processing from step B4 is executed, and if it is “0”, the processing from step B10 is executed (step B3).

書き込みフラグ記憶領域21−2のデータが“1”の場合、書き込みフラグ処理部22−2は、BIOS格納領域[1]21−3に記憶されたBIOSデータを読み取って起動する(ステップB4)。BIOSの起動が正常に完了した場合は、ステップB2で起動した初期起動プログラムが終了し、ステップB6からの処理を実行する。一方、起動途中でエラーが発生した場合や、あらかじめ設定された規定時間を超過しても起動が完了しない場合は、ステップB8からの処理を実行する(ステップB5)。   When the data in the write flag storage area 21-2 is “1”, the write flag processing unit 22-2 reads and starts the BIOS data stored in the BIOS storage area [1] 21-3 (step B4). When the activation of the BIOS is normally completed, the initial activation program activated in step B2 is terminated, and the processing from step B6 is executed. On the other hand, if an error occurs in the middle of activation, or if activation is not completed even after a preset time is exceeded, the processing from step B8 is executed (step B5).

BIOSの起動が完了した場合は、サーバ装置10の更新フラグ処理部22−3は、BIOS更新フラグ記憶領域21−5に“0”のデータを書き込む(ステップB6)。そして、磁気ディスク装置30に記憶されているオペレーティングシステムのデータの読み込みを行い、処理を終了する(ステップB7)。
一方、ステップB5において、BIOSの起動が完了しなかった場合、サーバ装置10の書き込みフラグ処理部22−2は、書き込みフラグ記憶領域21−2へ“0”を書き込む(ステップB8)。次に、BIOS格納領域[2]21−4に記憶されたBIOSデータを読み取り、ステップB2で起動した初期起動プログラムを終了して、BIOSを起動する(ステップB9)。そして、ステップB6からの処理を実行する。
When the activation of the BIOS is completed, the update flag processing unit 22-3 of the server device 10 writes the data “0” in the BIOS update flag storage area 21-5 (Step B6). Then, the operating system data stored in the magnetic disk device 30 is read, and the process is terminated (step B7).
On the other hand, if the activation of the BIOS is not completed in step B5, the write flag processing unit 22-2 of the server device 10 writes “0” in the write flag storage area 21-2 (step B8). Next, the BIOS data stored in the BIOS storage area [2] 21-4 is read, the initial activation program activated in step B2 is terminated, and the BIOS is activated (step B9). And the process from step B6 is performed.

ステップB3において、書き込みフラグ記憶領域21−2のデータが“0”の場合、BIOS格納領域[2]21−4に記憶されたBIOSデータを読み取って起動する(ステップB10)。
そして、BIOSの起動が完了した場合は、ステップB2で起動した初期起動プログラムを終了し、ステップB6からの処理を実行する。起動途中でエラーが発生した場合や、あらかじめ設定された規定時間を超過しても起動が完了しない場合は、ステップB12からの処理を実行する(ステップB11)。
If the data in the write flag storage area 21-2 is "0" in step B3, the BIOS data stored in the BIOS storage area [2] 21-4 is read and activated (step B10).
Then, when the activation of the BIOS is completed, the initial activation program activated in step B2 is terminated, and the processing from step B6 is executed. If an error occurs during the start-up, or if the start-up is not completed even after a preset time is exceeded, the processing from step B12 is executed (step B11).

ステップB11において、BIOSの起動が完了しなかった場合は、書き込みフラグ記憶領域21−2へ“1”を書き込む(ステップB12)。次に、BIOS格納領域[1]21−3に記憶されたBIOSデータを読み取り、ステップB2で起動した初期起動プログラムを終了して、BIOSを起動する(ステップB13)。そして、ステップB6からの処理を実行する。   If the activation of the BIOS is not completed in step B11, “1” is written to the write flag storage area 21-2 (step B12). Next, the BIOS data stored in the BIOS storage area [1] 21-3 is read, the initial activation program activated in step B2 is terminated, and the BIOS is activated (step B13). And the process from step B6 is performed.

このように、サーバ装置10の運用中に更新されたBIOSは、次回の再起動がされた時点で有効となる。すなわち、書き込みフラグ記憶領域に“1”が記憶されていた場合は、初期起動プログラム領域21−1に格納された初期起動プログラムにより、BIOS格納領域[1]21−3に格納されたBIOSが起動され、その運用中にBIOSの書き換えが行われると書き換えは、BIOS格納領域[2]21−4に対して行われる。書き込みが完了すると書き込みフラグ記憶領域が“0”に書き換えられる。その状態で次に電源が投入された場合は、初期起動プログラムにより、書き換えられたBIOSであるBIOS格納領域[2]21−4から起動される。その書き換えられたBIOS格納領域[2]21−4から起動が出来なかった場合は、書き込みフラグ記憶領域が“1”に書き換えられ、前回正常に起動していたBIOS格納領域[1]21−3に格納されたBIOSより起動する仕組みとなっている。   As described above, the BIOS updated during the operation of the server apparatus 10 becomes valid when the next restart is performed. That is, when “1” is stored in the write flag storage area, the BIOS stored in the BIOS storage area [1] 21-3 is started by the initial startup program stored in the initial startup program area 21-1. If the BIOS is rewritten during the operation, the rewriting is performed on the BIOS storage area [2] 21-4. When the writing is completed, the write flag storage area is rewritten to “0”. When the power is next turned on in this state, the boot is started from the BIOS storage area [2] 21-4 which is the rewritten BIOS by the initial boot program. When the rewritten BIOS storage area [2] 21-4 cannot be activated, the write flag storage area is rewritten to “1”, and the BIOS storage area [1] 21-3 that has been normally activated last time. The system is started from the BIOS stored in.

以上説明したように、本実施形態のサーバ装置によれば、出荷後に行われた不具合の修正や機能追加により更新されたBIOSについて、その格納する領域を2世代管理することにより、運用中にBIOSの書き換えを行うことが可能となる。   As described above, according to the server device of the present embodiment, the BIOS that has been updated by correcting a defect or adding a function that has been performed after shipment is managed by managing the generation area for two generations. Can be rewritten.

上記の実施形態におけるBIOS格納領域へのBIOSの書き込みや、各種フラグの書き換え等は、BIOS更新プログラム又は初期起動プログラムにより実行される。
このBIOS更新プログラム又は初期起動プログラムにもとづいて、サーバ装置10のCPUは、コンピュータの各構成要素に指令を送り、所定の処理、例えば、BIOS格納領域へのBIOSの書き込み処理や、各種フラグの書き換え処理等を行わせる。
これによって、これらの処理はプログラムとコンピュータとが協働したサーバ装置10により実現される。
The writing of the BIOS into the BIOS storage area and the rewriting of various flags in the above embodiment are executed by the BIOS update program or the initial activation program.
Based on the BIOS update program or the initial startup program, the CPU of the server device 10 sends a command to each component of the computer, and performs a predetermined process, for example, a BIOS write process to the BIOS storage area or rewrites various flags. Causes processing to be performed.
Thus, these processes are realized by the server device 10 in which the program and the computer cooperate.

なお、BIOS更新プログラムなどは、コンピュータのROMやハードディスクに記憶させる他、コンピュータ読み取り可能な記録媒体、たとえば、外部記憶装置及び可搬記録媒体等に格納することができる。
外部記憶装置とは、磁気ディスク等の記録媒体を内蔵し、例えばサーバ装置10などに外部接続される記憶増設装置をいう。一方、可搬記録媒体とは、記録媒体駆動装置(ドライブ装置)に装着でき、かつ、持ち運び可能な記録媒体であって、たとえば、CD−ROM、フレキシブルディスク、メモリカード、光磁気ディスク等をいう。
The BIOS update program or the like can be stored in a computer-readable recording medium such as an external storage device and a portable recording medium in addition to being stored in a computer ROM or hard disk.
The external storage device refers to a storage expansion device that incorporates a recording medium such as a magnetic disk and is externally connected to the server device 10, for example. On the other hand, the portable recording medium is a recording medium that can be mounted on a recording medium driving device (drive device) and can be carried, for example, a CD-ROM, a flexible disk, a memory card, a magneto-optical disk, and the like. .

そして、記録媒体に記録されたプログラムは、コンピュータのRAMにロードされて、CPUにより実行される。この実行により、上述した本実施形態のサーバ装置10の機能が実現される。
さらに、コンピュータでBIOS更新プログラムなどをロードする場合、他のコンピュータで保有されたBIOS更新プログラムなどを、通信回線を利用して自己の有するRAMや外部記憶装置にダウンロードすることもできる。
このダウンロードされたBIOS更新プログラムなども、CPUにより実行され、本実施形態のBIOS格納領域へのBIOSの書き込み処理や、各種フラグの書き換え処理等を実現する。
The program recorded on the recording medium is loaded into the RAM of the computer and executed by the CPU. By this execution, the function of the server device 10 of the present embodiment described above is realized.
Further, when a BIOS update program or the like is loaded by a computer, the BIOS update program or the like held by another computer can be downloaded to its own RAM or an external storage device using a communication line.
The downloaded BIOS update program and the like are also executed by the CPU, and a BIOS writing process to the BIOS storage area and various flag rewriting processes of the present embodiment are realized.

なお、本発明は以上の実施形態に限定されるものではなく、本発明の範囲内において、種々の変更実施が可能であることは言うまでもない。
例えば、CMOS RAM21における記憶領域の構成順を変更したり、更新したBIOSをFD装置40でなく、CD−ROM装置等から読み込む構成とするなど適宜変更することが可能である。
In addition, this invention is not limited to the above embodiment, It cannot be overemphasized that a various change implementation is possible within the scope of the present invention.
For example, the configuration order of the storage areas in the CMOS RAM 21 can be changed, or the updated BIOS can be changed as appropriate, such as a configuration in which the updated BIOS is read from a CD-ROM device or the like instead of the FD device 40.

メーカなどによって修正や更新が行われたBIOSの書き換えを、そのBIOSが利用されているサーバ装置を運用した状態のままで実行可能とするにあたって、サーバにおけるその書き換えのための構成を、非常に簡易なものとするとともに、その書き換えのための処理をより効率的に実現し、更新したBIOSが正常に起動しない場合に、1世代前のBIOSで起動する用途に利用することが可能である。   When rewriting a BIOS that has been modified or updated by a manufacturer or the like can be executed while the server device using the BIOS is operating, the configuration for rewriting in the server is very simple. In addition, the rewriting process can be realized more efficiently, and can be used for starting up the BIOS one generation before when the updated BIOS does not start up normally.

本発明の実施形態のサーバ装置の構成を示すブロック図である。It is a block diagram which shows the structure of the server apparatus of embodiment of this invention. 本発明の実施形態のサーバ装置におけるCMOS RAMの構成を示すブロック図である。It is a block diagram which shows the structure of CMOS RAM in the server apparatus of embodiment of this invention. 本発明の実施形態のサーバ装置におけるCPUの構成を示すブロック図である。It is a block diagram which shows the structure of CPU in the server apparatus of embodiment of this invention. 本発明の実施形態のサーバ装置におけるBIOS更新処理手順を示すフローチャートである。It is a flowchart which shows the BIOS update process sequence in the server apparatus of embodiment of this invention. 本発明の実施形態のサーバ装置における起動処理手順を示すフローチャートである。It is a flowchart which shows the starting process sequence in the server apparatus of embodiment of this invention. 従来のサーバ装置におけるCMOS RAMの構成を示すブロック図である。It is a block diagram which shows the structure of CMOS RAM in the conventional server apparatus. 従来のサーバ装置におけるBIOS更新処理手順を示すフローチャートである。It is a flowchart which shows the BIOS update process sequence in the conventional server apparatus.

符号の説明Explanation of symbols

10 サーバ装置
20 マザーボード
21 CMOS RAM
21−1 初期起動プログラム記憶領域
21−2 書き込みフラグ記憶領域
21−3 BIOS格納領域[1]
21−4 BIOS格納領域[2]
21−5 BIOS更新フラグ記憶領域
22 CPU
22−1 プログラム起動処理部
22−2 書き込みフラグ処理部
22−3 更新フラグ処理部
30 磁気ディスク装置
40 FD装置
210 CMOS RAM
210−1 BIOS格納領域
10 Server device 20 Motherboard 21 CMOS RAM
21-1 Initial startup program storage area 21-2 Write flag storage area 21-3 BIOS storage area [1]
21-4 BIOS storage area [2]
21-5 BIOS update flag storage area 22 CPU
22-1 Program start processing unit 22-2 Write flag processing unit 22-3 Update flag processing unit 30 Magnetic disk device 40 FD device 210 CMOS RAM
210-1 BIOS storage area

Claims (6)

運用中にBIOSの更新が可能なサーバ装置であって、
書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、BIOS更新フラグにもとづく処理を実行するBIOS更新フラグ処理手段と、更新用BIOSを記憶する記憶装置1と、オペレーティングシステムを記憶する記憶装置2と、を有し、
前記BIOS更新フラグ処理手段が、BIOS更新プログラムの起動時に、前記BIOS更新フラグ記憶領域を参照し、前記BIOS更新フラグ記憶領域におけるBIOS更新フラグが0の場合、前記書き込みフラグ処理手段が、前記書き込みフラグ記憶領域を参照し、前記書き込みフラグ記憶領域における書き込みフラグが0の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域1に書き込むとともに、前記書き込みフラグを1に書き換え、前記書き込みフラグ記憶領域の参照時に、前記書き込みフラグが1の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域2に書き込むとともに、前記書き込みフラグを0に書き換えて、かつ、前記BIOS更新フラグを1に書き換える
ことを特徴とするサーバ装置。
A server device capable of updating the BIOS during operation,
A CMOS RAM having a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, a BIOS update flag storage area, a write flag processing means for executing a process based on the write flag, and a process based on the BIOS update flag A BIOS update flag processing means, a storage device 1 for storing an update BIOS, and a storage device 2 for storing an operating system;
The BIOS update flag processing means refers to the BIOS update flag storage area at the time of starting the BIOS update program, and when the BIOS update flag in the BIOS update flag storage area is 0, the write flag processing means When the write flag in the write flag storage area is 0 with reference to the storage area, the update BIOS of the storage device 1 is written into the BIOS storage area 1 and the write flag is rewritten to 1, and the write flag storage area When the write flag is 1, the update BIOS of the storage device 1 is written into the BIOS storage area 2, the write flag is rewritten to 0, and the BIOS update flag is rewritten to 1. A server device.
前記サーバ装置が、表示部を有し、
前記BIOS更新フラグ処理手段が、前記BIOS更新プログラムの起動時に、前記BIOS更新フラグが1の場合、前記表示部に、BIOSが更新済みであることを示すメッセージを表示する
ことを特徴とする請求項1記載のサーバ装置。
The server device has a display unit,
The BIOS update flag processing means displays a message indicating that the BIOS has been updated on the display unit when the BIOS update flag is 1 when the BIOS update program is started. 1. The server device according to 1.
前記書き込みフラグ処理手段が、前記サーバ装置の起動時に、前記書き込みフラグ記憶領域を参照し、前記書き込みフラグ記憶領域における書き込みフラグが1の場合、前記BIOS格納領域1のBIOSを起動し、当該BIOSが正常に起動しなかった場合、前記書き込みフラグを0に書き換えるとともに、前記BIOS格納領域2のBIOSを起動し、前記サーバ装置の起動時に、前記書き込みフラグが0の場合、前記BIOS格納領域2のBIOSを起動し、当該BIOSが正常に起動しなかった場合、前記書き込みフラグを1に書き換えるとともに、前記BIOS格納領域1のBIOSを起動し、かつ、前記BIOS更新フラグを0に書き換えて、前記記憶装置2からオペレーティングシステムを読み込む
ことを特徴とする請求項1又は2記載のサーバ装置。
The write flag processing means refers to the write flag storage area at the time of starting the server device, and when the write flag in the write flag storage area is 1, starts the BIOS in the BIOS storage area 1 and the BIOS If it does not start normally, the write flag is rewritten to 0 and the BIOS in the BIOS storage area 2 is started. When the write flag is 0 when the server device is started, the BIOS in the BIOS storage area 2 is started. When the BIOS does not start normally, the write flag is rewritten to 1, the BIOS in the BIOS storage area 1 is started, and the BIOS update flag is rewritten to 0, so that the storage device 2. The operating system is read from 2. Or the server apparatus of 2.
書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、BIOS更新フラグにもとづく処理を実行するBIOS更新フラグ処理手段と、更新用BIOSを記憶する記憶装置1とを有するサーバ装置に、運用中にBIOSの更新を実行させるBIOS更新プログラムであって、
前記BIOS更新フラグ処理手段に、当該BIOS更新プログラムの起動時に、前記BIOS更新フラグ記憶領域を参照させ、
前記BIOS更新フラグ記憶領域におけるBIOS更新フラグが0の場合、前記書き込みフラグ処理手段に、前記書き込みフラグ記憶領域を参照させ、前記書き込みフラグ記憶領域における書き込みフラグが0の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域1に書き込ませるとともに、前記書き込みフラグを1に書き換えさせ、前記書き込みフラグ記憶領域の参照時に、前記書き込みフラグが1の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域2に書き込ませるとともに、前記書き込みフラグを0に書き換えさせて、かつ、前記BIOS更新フラグを1に書き換えさせる
ことを実行させるためのBIOS更新プログラム。
A CMOS RAM having a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, a BIOS update flag storage area, a write flag processing means for executing a process based on the write flag, and a process based on the BIOS update flag A BIOS update program for causing a server device having a BIOS update flag processing means and a storage device 1 for storing an update BIOS to update the BIOS during operation,
Let the BIOS update flag processing means refer to the BIOS update flag storage area when starting the BIOS update program,
When the BIOS update flag in the BIOS update flag storage area is 0, the write flag processing means is referred to the write flag storage area. When the write flag in the write flag storage area is 0, the storage device 1 is updated. The BIOS is written in the BIOS storage area 1 and the write flag is rewritten to 1. If the write flag is 1 when the write flag storage area is referenced, the BIOS for updating the storage device 1 is stored in the BIOS. A BIOS update program for causing the storage area 2 to be written, causing the write flag to be rewritten to 0, and causing the BIOS update flag to be rewritten to 1.
初期起動プログラム記憶領域,書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、オペレーティングシステムを記憶する記憶装置2とを有するサーバ装置に、起動時にBIOSの選択を実行させる初期起動プログラムであって、
前記書き込みフラグ処理手段に、
前記サーバ装置の起動時に、前記書き込みフラグ記憶領域を参照させ、前記書き込みフラグ記憶領域における書き込みフラグが1の場合、前記BIOS格納領域1のBIOSを起動させ、正常に起動した場合、前記BIOS更新フラグを0に書き換えさせて、前記記憶装置2からオペレーティングシステムを読み込ませ、当該BIOSが正常に起動しなかった場合、前記書き込みフラグを0に書き換えさせるとともに、前記BIOS格納領域2のBIOSを起動させ、前記BIOS更新フラグを0に書き換えさせて、前記記憶装置2からオペレーティングシステムを読み込ませ、
前記サーバ装置の起動時に、前記書き込みフラグが0の場合、前記BIOS格納領域2のBIOSを起動させ、正常に起動した場合、前記BIOS更新フラグを0に書き換えさせて、前記記憶装置2からオペレーティングシステムを読み込ませ、当該BIOSが正常に起動しなかった場合、前記書き込みフラグを1に書き換えさせるとともに、前記BIOS格納領域1のBIOSを起動させ、前記BIOS更新フラグを0に書き換えさせて、前記記憶装置2からオペレーティングシステムを読み込ませる
ことを実行させるための初期起動プログラム。
A CMOS RAM having an initial startup program storage area, a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, and a BIOS update flag storage area, a write flag processing means for executing processing based on the write flag, and an operating system An initial startup program for causing a server device having a storage device 2 to store a BIOS selection at startup,
In the write flag processing means,
When the server apparatus is started, the write flag storage area is referred to. When the write flag in the write flag storage area is 1, the BIOS in the BIOS storage area 1 is started. Is rewritten to 0, the operating system is read from the storage device 2, and if the BIOS does not start normally, the write flag is rewritten to 0 and the BIOS in the BIOS storage area 2 is started, Rewrite the BIOS update flag to 0, read the operating system from the storage device 2,
When the server apparatus is activated, if the write flag is 0, the BIOS in the BIOS storage area 2 is activated. If the BIOS is normally activated, the BIOS update flag is rewritten to 0, and the operating system is restored from the storage device 2. When the BIOS does not start normally, the write flag is rewritten to 1, the BIOS in the BIOS storage area 1 is started, the BIOS update flag is rewritten to 0, and the storage device 2. An initial startup program that causes the operating system to be read from 2.
書き込みフラグ記憶領域,BIOS格納領域1,BIOS格納領域2,BIOS更新フラグ記憶領域を備えたCMOS RAMと、書き込みフラグにもとづく処理を実行する書き込みフラグ処理手段と、BIOS更新フラグにもとづく処理を実行するBIOS更新フラグ処理手段と、更新用BIOSを記憶する記憶装置1と、オペレーティングシステムを記憶する記憶装置2とを有するサーバ装置が、運用中にBIOSの更新を実行するBIOS更新方法であって、
前記BIOS更新フラグ処理手段が、
BIOS更新プログラムの起動時に、前記BIOS更新フラグ記憶領域を参照し、前記BIOS更新フラグ記憶領域におけるBIOS更新フラグが0の場合、
前記書き込みフラグ処理手段が、
前記書き込みフラグ記憶領域を参照し、前記書き込みフラグ記憶領域における書き込みフラグが0の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域1に書き込むとともに、前記書き込みフラグを1に書き換えて、かつ、前記BIOS更新フラグを1に書き換え、
前記書き込みフラグ記憶領域の参照時に、前記書き込みフラグが1の場合、前記記憶装置1の更新用BIOSを前記BIOS格納領域2に書き込むとともに、前記書き込みフラグを0に書き換えて、かつ、前記BIOS更新フラグを1に書き換え、
前記サーバ装置の起動時に、前記書き込みフラグ記憶領域を参照し、前記書き込みフラグ記憶領域における書き込みフラグが1の場合、前記BIOS格納領域1のBIOSを起動し、
正常に起動した場合、前記BIOS更新フラグを0に書き換えて、前記記憶装置2からオペレーティングシステムを読み込み、
当該BIOSが正常に起動しなかった場合、前記書き込みフラグを0に書き換えるとともに、前記BIOS格納領域2のBIOSを起動し、前記BIOS更新フラグを0に書き換えて、前記記憶装置2からオペレーティングシステムを読み込み、
前記サーバ装置の起動時に、前記書き込みフラグが0の場合、前記BIOS格納領域2のBIOSを起動し、
正常に起動した場合、前記BIOS更新フラグを0に書き換えて、前記記憶装置2からオペレーティングシステムを読み込み、
当該BIOSが正常に起動しなかった場合、前記書き込みフラグを1に書き換えるとともに、前記BIOS格納領域1のBIOSを起動し、前記BIOS更新フラグを0に書き換えて、前記記憶装置2からオペレーティングシステムを読み込む
ことを特徴とするBIOS更新方法。
A CMOS RAM having a write flag storage area, a BIOS storage area 1, a BIOS storage area 2, a BIOS update flag storage area, a write flag processing means for executing a process based on the write flag, and a process based on the BIOS update flag A BIOS update method in which a server device having a BIOS update flag processing means, a storage device 1 for storing an update BIOS, and a storage device 2 for storing an operating system updates the BIOS during operation,
The BIOS update flag processing means is
When the BIOS update program is started, the BIOS update flag storage area is referred to, and when the BIOS update flag in the BIOS update flag storage area is 0,
The write flag processing means is
Referring to the write flag storage area, when the write flag in the write flag storage area is 0, the update BIOS of the storage device 1 is written to the BIOS storage area 1, the write flag is rewritten to 1, and , Rewrite the BIOS update flag to 1,
When referring to the write flag storage area, if the write flag is 1, the update BIOS of the storage device 1 is written to the BIOS storage area 2, the write flag is rewritten to 0, and the BIOS update flag To 1 and
When the server device is started, the write flag storage area is referred to, and when the write flag in the write flag storage area is 1, the BIOS of the BIOS storage area 1 is started,
If it starts normally, it rewrites the BIOS update flag to 0, reads the operating system from the storage device 2,
If the BIOS does not start normally, the write flag is rewritten to 0, the BIOS in the BIOS storage area 2 is started, the BIOS update flag is rewritten to 0, and the operating system is read from the storage device 2 ,
If the write flag is 0 at the time of starting the server device, the BIOS in the BIOS storage area 2 is started,
If it starts normally, it rewrites the BIOS update flag to 0, reads the operating system from the storage device 2,
If the BIOS does not start normally, the write flag is rewritten to 1, the BIOS in the BIOS storage area 1 is started, the BIOS update flag is rewritten to 0, and the operating system is read from the storage device 2 The BIOS update method characterized by the above-mentioned.
JP2003280639A 2003-07-28 2003-07-28 Server device, bios updating program, bootstrap program, and bios updating method Pending JP2005050079A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003280639A JP2005050079A (en) 2003-07-28 2003-07-28 Server device, bios updating program, bootstrap program, and bios updating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003280639A JP2005050079A (en) 2003-07-28 2003-07-28 Server device, bios updating program, bootstrap program, and bios updating method

Publications (1)

Publication Number Publication Date
JP2005050079A true JP2005050079A (en) 2005-02-24

Family

ID=34266397

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003280639A Pending JP2005050079A (en) 2003-07-28 2003-07-28 Server device, bios updating program, bootstrap program, and bios updating method

Country Status (1)

Country Link
JP (1) JP2005050079A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164492A (en) * 2005-12-14 2007-06-28 Lenovo Singapore Pte Ltd Setting method of device controller and computer system
CN100419683C (en) * 2005-11-17 2008-09-17 英业达股份有限公司 System and method for burning BIOS program
WO2011111215A1 (en) * 2010-03-11 2011-09-15 富士通株式会社 Software control device, software control method, and software control program
JP2014115928A (en) * 2012-12-12 2014-06-26 Nec Corp Bios restoration control device and bios restoration control method, information processor and computer program
CN105653387A (en) * 2016-01-05 2016-06-08 英业达科技有限公司 Method for dynamically updating debug options
EP3349117A4 (en) * 2015-09-10 2019-04-17 Panasonic Intellectual Property Management Co., Ltd. Control method and communication device employing same

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100419683C (en) * 2005-11-17 2008-09-17 英业达股份有限公司 System and method for burning BIOS program
JP2007164492A (en) * 2005-12-14 2007-06-28 Lenovo Singapore Pte Ltd Setting method of device controller and computer system
JP4616763B2 (en) * 2005-12-14 2011-01-19 レノボ・シンガポール・プライベート・リミテッド Device controller setting method and computer system
WO2011111215A1 (en) * 2010-03-11 2011-09-15 富士通株式会社 Software control device, software control method, and software control program
JP2014115928A (en) * 2012-12-12 2014-06-26 Nec Corp Bios restoration control device and bios restoration control method, information processor and computer program
EP3349117A4 (en) * 2015-09-10 2019-04-17 Panasonic Intellectual Property Management Co., Ltd. Control method and communication device employing same
CN105653387A (en) * 2016-01-05 2016-06-08 英业达科技有限公司 Method for dynamically updating debug options

Similar Documents

Publication Publication Date Title
JP4965824B2 (en) Information processing apparatus and data relief method
TW201222554A (en) Handling errors during device bootup from a non-volatile memory
JP2007094766A (en) Controller, upgrade method and program
JP5665923B2 (en) Electronic device capable of updating basic input / output system and update method
US7174549B2 (en) Computer system and method for storing product keys thereof
JP2004046453A (en) Single chip microcomputer and boot sector switching method
WO2000054133A1 (en) Information processor, method for saving/loading data, and information recorded medium
JP2005050079A (en) Server device, bios updating program, bootstrap program, and bios updating method
JP2012194675A (en) Information apparatus and emergency access method for information apparatus
KR101850275B1 (en) Method for generating boot image for fast booting and image forming apparatus for performing the same, method for performing fast booting and image forming apparatus for performing the same
KR101850272B1 (en) Method for updating boot image for fast booting and image forming apparatus for performing the same
KR101845467B1 (en) Method for restoring error of boot image for fast booting and image forming apparatus for performing the same
JPH10187454A (en) Bios reloading system
JPH08161160A (en) Method for updating firmware of optical disk reproducing device
JP2007164392A (en) Computer
JPH09265399A (en) Bios write method
JP2000235483A (en) Information processor
JP6149624B2 (en) Firmware execution apparatus, firmware execution method, computer program, and computer apparatus
JP2005128613A (en) Image forming device
JP2003122575A (en) Information processing unit
TWI240890B (en) Alternative type upgrading method of firmware
JPH09330216A (en) Bios rewriting system
JP2006243810A (en) Microcomputer system
JP2007133602A (en) Information processing system and onboard equipment
JP2005165557A (en) Information processor, control method and control program