JP2023076096A - Information processing apparatus and program - Google Patents

Information processing apparatus and program Download PDF

Info

Publication number
JP2023076096A
JP2023076096A JP2021189285A JP2021189285A JP2023076096A JP 2023076096 A JP2023076096 A JP 2023076096A JP 2021189285 A JP2021189285 A JP 2021189285A JP 2021189285 A JP2021189285 A JP 2021189285A JP 2023076096 A JP2023076096 A JP 2023076096A
Authority
JP
Japan
Prior art keywords
external storage
storage medium
specific
information processing
control unit
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
JP2021189285A
Other languages
Japanese (ja)
Inventor
嗣郎 近江
Shiro Omi
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.)
Fujitsu Client Computing Ltd
Original Assignee
Fujitsu Client Computing 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 Fujitsu Client Computing Ltd filed Critical Fujitsu Client Computing Ltd
Priority to JP2021189285A priority Critical patent/JP2023076096A/en
Publication of JP2023076096A publication Critical patent/JP2023076096A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

To update BIOS by means of an external storage, safely in terms of security.SOLUTION: An information processing apparatus 10 includes a control unit 11 and storage units 12, 13. The control unit 11 executes processing to recognize whether an external storage medium has been connected or not when detecting a predetermined user operation during device startup. When detecting that a specific external storage medium 2 including specific information has been connected, the control unit 11 disables an access from the specific external storage medium 2 to the storage unit 12 equipped in the apparatus and executes device startup based on the specific information. The control unit 11 executes startup control to update a device setup program stored in the storage unit 13 using update data stored in the specific external storage medium 2.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置およびプログラムに関する。 The present invention relates to an information processing device and program.

PC(Personal Computer)等の情報処理装置には、ハードウェアを起動させるためのBIOS(Basic Input Output System)が搭載されている。また、BIOSは、更新データによって不具合改修や機能改善等のための更新処理が行われる。 An information processing apparatus such as a PC (Personal Computer) is equipped with a BIOS (Basic Input Output System) for activating hardware. Also, the BIOS undergoes update processing for repairing defects, improving functions, etc., based on update data.

BIOS更新では、通常、メーカからのWebサイト経由で情報処理装置に更新データが提供される。またこれ以外には、更新データが格納されているUSB(Universal Serial Bus)メモリ等の外部ストレージを情報処理装置に接続して、外部ストレージを通じて情報処理装置に更新データを提供することもできる。 In updating the BIOS, update data is usually provided to the information processing device via the website of the manufacturer. Alternatively, an external storage such as a USB (Universal Serial Bus) memory in which update data is stored may be connected to the information processing apparatus, and update data may be provided to the information processing apparatus through the external storage.

関連技術としては、例えば、バックアップ用書き換え可能不揮発性メモリに記憶されているBIOS更新種別情報に応じて、通常使用書き換え可能不揮発性メモリに記憶されているBIOSプログラムを更新する技術が提案されている。 As a related technique, for example, a technique for updating a BIOS program stored in a rewritable nonvolatile memory for normal use according to BIOS update type information stored in a rewritable nonvolatile memory for backup has been proposed. .

特開2015-153334号公報JP 2015-153334 A

外部ストレージを接続可能な情報処理装置では、外部ストレージが情報処理装置に接続されることによって、情報処理装置の内蔵ストレージに格納されているユーザデータ(ユーザプログラム)が不正に取り出されてしまう可能性がある。よって、セキュリティ対策のために、外部ストレージが接続される通信ポートを無効にして外部ストレージの接続を禁止している情報処理装置がある。 In an information processing device to which an external storage can be connected, user data (user programs) stored in the internal storage of the information processing device may be illegally retrieved when the external storage is connected to the information processing device. There is Therefore, for security measures, there is an information processing apparatus that disables the communication port to which the external storage is connected and prohibits the connection of the external storage.

一方、情報処理装置のメンテナンス作業では、カスタマエンジニアや修理部門等が外部ストレージを用いてBIOS更新を実施したい場合がある。しかし、外部ストレージの接続が禁止されている情報処理装置に対しては、外部ストレージを用いてBIOS更新を行うことが困難であるため、メンテナンス作業が滞ってしまうという問題がある。 On the other hand, in the maintenance work of the information processing apparatus, customer engineers, repair departments, etc. may want to update the BIOS using the external storage. However, since it is difficult to update the BIOS using the external storage for the information processing apparatus to which the connection of the external storage is prohibited, there is a problem that the maintenance work is delayed.

1つの側面では、本発明は、外部ストレージからのBIOS更新を禁止している装置に対して、限定的に外部ストレージを用いてセキュリティ上安全にBIOS更新を行うことを可能にした情報処理装置およびプログラムを提供することを目的とする。 According to one aspect, the present invention provides an information processing device and an information processing device that enables a device for which BIOS update from an external storage is prohibited to be updated safely and securely using a limited external storage. The purpose is to provide a program.

上記課題を解決するために、情報処理装置が提供される。情報処理装置は、装置立ち上げ時に所定のユーザ操作を検出した場合に外部記憶媒体の接続有無の認識処理を行い、特定情報を含む特定外部記憶媒体の接続有りを検出した場合、特定外部記憶媒体から装置内蔵の第1の記憶部へのアクセスを無効にして、特定情報にもとづいて装置起動を実行して特定外部記憶媒体に格納される更新データを用いて第2の記憶部に格納された装置セットアッププログラムを更新する起動制御を行う制御部を有する。
また、上記課題を解決するために、コンピュータに上記情報処理装置と同様の制御を実行させるプログラムが提供される。
An information processing device is provided to solve the above problems. The information processing apparatus performs a process of recognizing whether or not an external storage medium is connected when a predetermined user operation is detected when the apparatus is started up. access to the first storage unit built in the device is disabled, the device is started based on the specific information, and the update data stored in the specific external storage medium is used to store the update data stored in the second storage unit. It has a control unit that performs activation control for updating the device setup program.
Also, in order to solve the above problems, there is provided a program that causes a computer to perform control similar to that of the information processing apparatus.

1側面によれば、外部ストレージを用いてセキュリティ上安全にBIOS更新を行うことが可能になる。 According to one aspect, it is possible to securely update the BIOS using the external storage.

情報処理装置の一例を説明するための図である。It is a figure for demonstrating an example of an information processing apparatus. 情報処理装置の機能ブロックの一例を示す図である。It is a figure which shows an example of the functional block of an information processing apparatus. 情報処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of an information processing apparatus. 情報処理装置の動作の一例を示すフローチャートである。4 is a flow chart showing an example of the operation of the information processing device;

以下、本実施の形態について図面を参照して説明する。
図1は情報処理装置の一例を説明するための図である。情報処理装置10は、制御部11、記憶部12(第1の記憶部)および記憶部13(第2の記憶部)を備える。制御部11の機能は、例えば、情報処理装置10が備える図示しないプロセッサが、所定のプログラムを実行することによって実現することができる。記憶部12は、OS(Operating System)のユーザデータや情報処理装置10を運用するための各種制御情報等を記憶する。記憶部13は、装置セットアッププログラム(以下、BIOSと呼ぶ)を記憶する。
Hereinafter, this embodiment will be described with reference to the drawings.
FIG. 1 is a diagram for explaining an example of an information processing apparatus. The information processing apparatus 10 includes a control unit 11, a storage unit 12 (first storage unit), and a storage unit 13 (second storage unit). The functions of the control unit 11 can be realized, for example, by a processor (not shown) included in the information processing apparatus 10 executing a predetermined program. The storage unit 12 stores user data of an OS (Operating System), various control information for operating the information processing apparatus 10, and the like. The storage unit 13 stores a device setup program (hereinafter referred to as BIOS).

〔ステップS1〕制御部11は、装置立ち上げ時に所定のユーザ操作を検出する。
〔ステップS2〕制御部11は、所定のユーザ操作を検出した場合に外部記憶媒体の接続有無の認識処理を行う。
〔ステップS3〕制御部11は、特定情報を含む特定外部記憶媒体2の接続有りを検出する。
[Step S1] The control section 11 detects a predetermined user operation when the apparatus is started up.
[Step S2] When a predetermined user operation is detected, the control section 11 performs a process of recognizing whether or not an external storage medium is connected.
[Step S3] The control unit 11 detects whether the specified external storage medium 2 containing the specified information is connected.

〔ステップS4〕制御部11は、特定外部記憶媒体2の接続有りを検出すると、特定外部記憶媒体2から情報処理装置10内蔵の記憶部12へのアクセスを無効にする。装置内蔵の記憶部12へのアクセスを無効にするとは、例えば記憶部12の存在を制御部11から認識できないようにすることである。
〔ステップS5〕制御部11は、特定外部記憶媒体2に格納されている特定情報にもとづいて装置起動を実行し、特定外部記憶媒体2に格納される更新データを用いて記憶部13に格納されているBIOSを更新する。
[Step S4] When the control unit 11 detects that the specific external storage medium 2 is connected, it disables access from the specific external storage medium 2 to the internal storage unit 12 of the information processing apparatus 10 . To disable access to the storage unit 12 built in the device means, for example, to prevent the control unit 11 from recognizing the existence of the storage unit 12 .
[Step S5] The control unit 11 executes device activation based on the specific information stored in the specific external storage medium 2, and updates the data stored in the storage unit 13 using the update data stored in the specific external storage medium 2. Update your BIOS.

このように、情報処理装置10では、特定情報を含む特定外部記憶媒体2の接続有りを検出した場合、装置内蔵の記憶部12へのアクセスを無効にして、特定情報にもとづいて装置起動を実行し、特定外部記憶媒体2に格納される更新データを用いて記憶部13に格納されているBIOSを更新する。 In this way, when the information processing apparatus 10 detects that the specific external storage medium 2 containing the specific information is connected, it disables access to the internal storage unit 12 and starts the apparatus based on the specific information. Then, the BIOS stored in the storage unit 13 is updated using the update data stored in the specific external storage medium 2 .

これにより、通常の使用において外部記憶媒体からのBIOS更新を禁止している情報処理装置であっても、特定情報を含む特定外部記憶媒体2を用いることで、限定的に特定外部記憶媒体2から装置起動してセキュリティ上安全にBIOS更新を行うことが可能になる。 As a result, even in an information processing apparatus that prohibits updating the BIOS from an external storage medium in normal use, by using the specified external storage medium 2 containing the specified information, it is possible to limit the update from the specified external storage medium 2. It becomes possible to boot the device and update the BIOS safely in terms of security.

<機能ブロック>
図2は情報処理装置の機能ブロックの一例を示す図である。以降の説明では、外部記憶媒体を外部ストレージと呼ぶ。情報処理装置10の制御部11は、ユーザ操作検出部11a、外部ストレージ認識部11b、起動モード移行処理部11c、アクセス無効処理部11dおよび外部ストレージ起動処理部11eを含む。
<Functional block>
FIG. 2 is a diagram showing an example of functional blocks of an information processing apparatus. In the following description, the external storage medium will be called external storage. The control unit 11 of the information processing apparatus 10 includes a user operation detection unit 11a, an external storage recognition unit 11b, a boot mode transition processing unit 11c, an access invalidation processing unit 11d, and an external storage activation processing unit 11e.

ユーザ操作検出部11aは、装置立ち上げ時、所定のユーザ操作が実行されたことの検出処理を行う。外部ストレージ認識部11bは、情報処理装置10に対して接続された外部ストレージが特定情報を含む外部ストレージであることの認識処理を行う。外部ストレージとしては例えば、USBである。 The user operation detection unit 11a performs detection processing of execution of a predetermined user operation when the apparatus is started up. The external storage recognition unit 11b performs recognition processing for recognizing that the external storage connected to the information processing apparatus 10 is an external storage containing specific information. For example, the external storage is USB.

起動モード移行処理部11cは、外部ストレージが特定情報を含む場合、特定情報を用いた起動モードの移行処理を行い、ユーザに対して起動パスワード(専用パスワード)の入力を要求する。 When the external storage includes specific information, the startup mode transition processing unit 11c performs startup mode transition processing using the specific information, and requests the user to enter a startup password (dedicated password).

アクセス無効処理部11dは、起動パスワードとユーザから入力されたパスワードとの一致を認識すると、外部ストレージから記憶部12(以下、内蔵ストレージと呼ぶ場合がある)へのアクセスを無効にする。外部ストレージ起動処理部11eは、外部ストレージを介した起動を行い、外部ストレージに格納されているBIOSの更新データを用いて記憶部13に格納されているBIOSを更新する。 When the access invalidation processing unit 11d recognizes that the activation password matches the password input by the user, access from the external storage to the storage unit 12 (hereinafter sometimes referred to as internal storage) is invalidated. The external storage activation processing unit 11e performs activation via the external storage and updates the BIOS stored in the storage unit 13 using the BIOS update data stored in the external storage.

<ハードウェア構成>
図3は情報処理装置のハードウェア構成の一例を示す図である。情報処理装置10は、プロセッサ(コンピュータ)100によって全体制御されている。プロセッサ100は、制御部11の機能を実現する。プロセッサ100には、バス103を介して、メモリ101、入出力インタフェース102、ネットワークインタフェース104、通信ポート105、ストレージ装置106およびBIOS用不揮発性メモリ(フラッシュメモリ)107が接続されている。
<Hardware configuration>
FIG. 3 is a diagram showing an example of the hardware configuration of the information processing apparatus. The information processing apparatus 10 is entirely controlled by a processor (computer) 100 . The processor 100 implements the functions of the control unit 11 . A memory 101 , an input/output interface 102 , a network interface 104 , a communication port 105 , a storage device 106 and a BIOS nonvolatile memory (flash memory) 107 are connected to the processor 100 via a bus 103 .

プロセッサ100は、マルチプロセッサであってもよい。プロセッサ100は、例えば、CPU(Central Processing Unit)、FPGA、MPU(Micro Processing Unit)、DSP(Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、またはPLD(Programmable Logic Device)である。またプロセッサ100は、CPU、FPGA、MPU、DSP、ASIC、PLDのうちの2以上の要素の組み合わせであってもよい。 Processor 100 may be a multiprocessor. The processor 100 is, for example, a CPU (Central Processing Unit), FPGA, MPU (Micro Processing Unit), DSP (Digital Signal Processor), ASIC (Application Specific Integrated Circuit), or PLD (Programmable Logic Device). Processor 100 may also be a combination of two or more of CPU, FPGA, MPU, DSP, ASIC, and PLD.

メモリ101は、情報処理装置10の主記憶装置として使用される。メモリ101には、プロセッサ100に実行させるOSのプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、メモリ101には、プロセッサ100による処理に要する各種データが格納される。 The memory 101 is used as a main storage device of the information processing device 10 . The memory 101 temporarily stores at least part of an OS program and application programs to be executed by the processor 100 . Various data required for processing by the processor 100 are stored in the memory 101 .

ストレージ装置106は、アクセス無効処理対象の記憶部12に対応し、OSのプログラム、アプリケーションプログラム、および各種データが格納される。ストレージ装置106は、例えば、補助記憶装置として、フラッシュメモリやSSD(Solid State Drive)等の半導体記憶装置やHDD(Hard Disk Drive)等の磁気記録媒体を含んでもよい。BIOS用不揮発性メモリ107は、記憶部13に対応し、BIOSを格納する。 The storage device 106 corresponds to the storage unit 12 subject to access invalidation processing, and stores OS programs, application programs, and various data. The storage device 106 may include, for example, semiconductor storage devices such as flash memories and SSDs (Solid State Drives), and magnetic recording media such as HDDs (Hard Disk Drives), as auxiliary storage devices. The BIOS nonvolatile memory 107 corresponds to the storage unit 13 and stores the BIOS.

バス103に接続されている周辺機器としては、入出力インタフェース102、ネットワークインタフェース104および通信ポート105がある。入出力インタフェース102は、情報処理装置10との入出力インタフェース制御を行う。また、入出力インタフェース102は、ディスプレイ、キーボードやマウス等の情報入力装置を接続可能であって、情報入力装置から送られてくる信号をプロセッサ100に送信する。 Peripheral devices connected to bus 103 include input/output interface 102 , network interface 104 and communication port 105 . The input/output interface 102 performs input/output interface control with the information processing apparatus 10 . Also, the input/output interface 102 can be connected to an information input device such as a display, a keyboard, and a mouse, and transmits signals sent from the information input device to the processor 100 .

さらに、入出力インタフェース102は、周辺機器を接続するための通信インタフェースとしても機能する。例えば、入出力インタフェース102は、レーザ光等を利用して、光ディスクに記録されたデータの読み取りを行う光学ドライブ装置を接続することができる。光ディスクには、Blu-rayDisc(登録商標)、CD-ROM(Compact Disc Read Only Memory)、CD-R(Recordable)/RW(Rewritable)等がある。 Furthermore, the input/output interface 102 also functions as a communication interface for connecting peripheral devices. For example, the input/output interface 102 can be connected to an optical drive device that reads data recorded on an optical disc using a laser beam or the like. Optical discs include Blu-ray Disc (registered trademark), CD-ROM (Compact Disc Read Only Memory), CD-R (Recordable)/RW (Rewritable), and the like.

また、入出力インタフェース102は、メモリ装置やメモリリーダライタを接続することができる。メモリ装置は、入出力インタフェース102との通信機能を搭載した記録媒体である。メモリリーダライタは、メモリカードへのデータの書き込み、またはメモリカードからのデータの読み出しを行う装置である。メモリカードは、カード型の記録媒体である。 Also, the input/output interface 102 can connect a memory device and a memory reader/writer. The memory device is a recording medium equipped with a communication function with the input/output interface 102 . A memory reader/writer is a device that writes data to a memory card or reads data from a memory card. A memory card is a card-type recording medium.

ネットワークインタフェース104は、ネットワークに接続してネットワークインタフェース制御を行う。ネットワークインタフェース104は、例えば、NIC(Network Interface Card)、無線LAN(Local Area Network)カード等を使用することもできる。ネットワークインタフェース104で受信されたデータは、メモリ101やプロセッサ100に出力される。通信ポート105は、外部ストレージ20に接続するポートであり、例えば、USBポートである。通信ポート105は、USB等の外部ストレージ20に接続し、外部ストレージ20に格納されているデータは、通信ポート105を介してメモリ101やプロセッサ100に出力される。 A network interface 104 is connected to a network and controls the network interface. The network interface 104 can also use, for example, a NIC (Network Interface Card), a wireless LAN (Local Area Network) card, or the like. Data received by network interface 104 is output to memory 101 and processor 100 . The communication port 105 is a port for connecting to the external storage 20, such as a USB port. A communication port 105 is connected to an external storage 20 such as a USB, and data stored in the external storage 20 is output to the memory 101 and processor 100 via the communication port 105 .

以上のようなハードウェア構成によって、情報処理装置10の処理機能を実現することができる。例えば、情報処理装置10は、プロセッサ100が所定のプログラムを実行することで、本発明の処理を実行することができる。 The processing functions of the information processing apparatus 10 can be realized by the hardware configuration as described above. For example, the information processing device 10 can execute the processing of the present invention by the processor 100 executing a predetermined program.

情報処理装置10は、例えば、コンピュータで読み取り可能な記録媒体に記録されたプログラムを実行することにより、本発明の処理機能を制御部11に実行させることができる。情報処理装置10に実行させる処理内容を記述したプログラムは、様々な記録媒体に記録しておくことができる。 The information processing apparatus 10 can cause the control unit 11 to execute the processing functions of the present invention by executing a program recorded in a computer-readable recording medium, for example. A program describing the contents of processing to be executed by the information processing apparatus 10 can be recorded in various recording media.

例えば、情報処理装置10に実行させるプログラムを補助記憶装置に格納しておくことができる。プロセッサ100は、補助記憶装置内のプログラムの少なくとも一部を主記憶装置にロードし、プログラムを実行する。 For example, a program to be executed by the information processing device 10 can be stored in the auxiliary storage device. The processor 100 loads at least part of the program in the auxiliary storage device into the main storage device and executes the program.

また、光ディスク、メモリ装置、メモリカード等の可搬型記録媒体に記録しておくこともできる。可搬型記録媒体に格納されたプログラムは、例えば、プロセッサ100からの制御により、補助記憶装置にインストールされた後、実行可能となる。またプロセッサ100が、可搬型記録媒体から直接プログラムを読み出して実行することもできる。 It can also be recorded in a portable recording medium such as an optical disc, memory device, or memory card. A program stored in a portable recording medium can be executed after being installed in an auxiliary storage device under the control of the processor 100, for example. Alternatively, the processor 100 can read and execute the program directly from the portable recording medium.

<フローチャート>
図4は情報処理装置の動作の一例を示すフローチャートである。
〔ステップS10〕情報処理装置10に対してユーザにより外部ストレージが接続される。
〔ステップS11〕制御部11は、所定のユーザ操作が実行されたか否かを判定する。所定のユーザ操作が実行された場合はステップS12に処理が進み、所定のユーザ操作が実行されない場合はステップS20に処理が進む。なお、外部ストレージの接続後に所定のユーザ操作の実行判定を行う流れとしたが、所定のユーザ操作の実行判定後に外部ストレージが接続されてもよい。
<Flowchart>
FIG. 4 is a flow chart showing an example of the operation of the information processing apparatus.
[Step S10] An external storage is connected to the information processing apparatus 10 by the user.
[Step S11] The control unit 11 determines whether or not a predetermined user operation has been performed. If the predetermined user operation has been performed, the process proceeds to step S12, and if the predetermined user operation has not been performed, the process proceeds to step S20. It should be noted that although the flow is such that execution of a predetermined user operation is determined after connection of the external storage, the external storage may be connected after execution of a predetermined user operation is determined.

また、所定のユーザ操作とは、ユーザが情報処理装置10のキーボードの任意の複数キーを押下しながら電源ボタンを押下する操作である。例えば、キーボードの「r」、「m」、「d」、「b」を同時に押した状態で電源ボタンが押される操作が該当する。複数キーの組み合わせは、BIOSセットアップで任意に変更できる。 The predetermined user operation is an operation in which the user presses the power button while pressing arbitrary multiple keys on the keyboard of the information processing apparatus 10 . For example, this corresponds to the operation of pressing the power button while simultaneously pressing "r", "m", "d", and "b" on the keyboard. Multiple key combinations can be arbitrarily changed in the BIOS setup.

〔ステップS12〕制御部11は、所定のユーザ操作の実行を検出すると、接続された外部ストレージの認識処理を行う。ここで、制御部11は、装置立ち上げ時において外部ストレージが接続される通信ポートの機能を無効にしており、所定のユーザ操作を検出した場合は該通信ポートの機能を有効にして外部ストレージの接続有無の認識処理を行う。これにより、所定のユーザ操作が検出されない場合は、通信ポートの無効状態が継続されて外部ストレージからのアクセスを禁止するので、セキュリティの向上を図ることができる。 [Step S12] When detecting execution of a predetermined user operation, the control unit 11 performs recognition processing of the connected external storage. Here, the control unit 11 disables the function of the communication port to which the external storage is connected when the device is started up, and when a predetermined user operation is detected, enables the function of the communication port to enable the external storage. Recognize whether or not there is a connection. As a result, when a predetermined user operation is not detected, the disabled state of the communication port continues and access from the external storage is prohibited, thereby improving security.

なお、OSのうちでは(例えば、Windows(登録商標))、起動時間の低減のためにデフォルトで高速起動モードが設定されて、高速起動モードが外部ストレージの認識処理をスキップしている場合がある。
制御部11では、このような高速起動モードが設定されている場合であっても所定のユーザ操作の実行を検出すると、高速起動モードを無効にして、外部ストレージの認識処理を実行する。
It should be noted that, in the OS (for example, Windows (registered trademark)), the fast startup mode is set by default to reduce the startup time, and the fast startup mode may skip the external storage recognition process. .
Even when such a fast start mode is set, the control unit 11 disables the fast start mode and executes external storage recognition processing upon detecting execution of a predetermined user operation.

〔ステップS13〕制御部11は、接続された外部ストレージが特定情報を含む外部ストレージであるか否かを判定する。特定情報を含む外部ストレージ(以下、特定外部ストレージと呼ぶ場合がある)の接続を検出した場合はステップS14に処理が進み、特定外部ストレージの接続を検出しない場合はステップS20に処理が進む。 [Step S13] The controller 11 determines whether the connected external storage is an external storage containing specific information. When the connection of the external storage containing the specific information (hereinafter sometimes referred to as the specific external storage) is detected, the process proceeds to step S14, and when the connection of the specific external storage is not detected, the process proceeds to step S20.

〔ステップS14〕制御部11は、特定外部ストレージに格納される特定情報を認識すると、特定情報を用いた起動モードに移行する。なお、特定外部ストレージの固定パスには、特定外部ストレージによって装置起動を行うことが定義された特定情報(起動用ファイルまたは起動用フラグ)が格納されており、制御部11は、この特定情報を検出することで、特定外部ストレージを用いた起動モードに移行する。 [Step S14] When the control unit 11 recognizes the specific information stored in the specific external storage, it shifts to a startup mode using the specific information. The fixed path of the specific external storage stores specific information (startup file or startup flag) defining that the device is started by the specific external storage. By detecting it, it shifts to boot mode using the specific external storage.

〔ステップS15〕制御部11には、特定外部ストレージから起動するための起動パスワードがBIOSセットアップによってあらかじめ設定されている。制御部11は、特定外部ストレージを用いた起動モードに移行すると、パスワード入力欄を画面上に表示する。 [Step S15] The boot password for booting from the specific external storage is preset in the control unit 11 by the BIOS setup. When the controller 11 shifts to the boot mode using the specific external storage, the controller 11 displays a password entry field on the screen.

なお、PCのBIOSセットアップでは、通常、BIOSセットアップのパスワード、OS起動パスワード、HDDパスワード等が備わっているが、これらに加えて、特定外部ストレージから起動するための起動パスワードを設けておくことになる。 The BIOS setup of a PC usually has a password for BIOS setup, an OS startup password, an HDD password, etc. In addition to these, a startup password for booting from a specific external storage is provided. .

〔ステップS16〕制御部11は、起動パスワードと、パスワード入力欄に入力されたパスワードとが一致するか否かを判定する。起動パスワードと入力されたパスワードが一致する場合はステップS17に処理が進み、不一致の場合はステップS20に処理が進む。 [Step S16] The control unit 11 determines whether or not the activation password matches the password entered in the password entry field. If the activation password and the entered password match, the process proceeds to step S17, and if they do not match, the process proceeds to step S20.

〔ステップS17〕制御部11は、内蔵ストレージへのアクセスを無効にする。例えば、PCIe(Peripheral Component Interconnect Express:登録商標)等の拡張バスのポート先に内蔵ストレージが接続されている場合、制御部11は、その接続インタフェースを論理的に切断することで、内蔵ストレージへのアクセスを無効にする。また、内蔵ストレージとしては、例えば、ユーザデータ(OS等)がインストールされているSSDや、データ格納用の拡張HDD等が該当する。 [Step S17] The controller 11 disables access to the internal storage. For example, when internal storage is connected to a port of an expansion bus such as PCIe (Peripheral Component Interconnect Express: registered trademark), the control unit 11 logically disconnects the connection interface to prevent access to the internal storage. Disable access. Also, the built-in storage corresponds to, for example, an SSD in which user data (such as an OS) is installed, an extended HDD for storing data, and the like.

このように、特定外部ストレージを用いた起動モードに移行すると、内蔵ストレージへのアクセスを無効にする処理が実行されるので、例えば、特定外部ストレージにウイルスが入っているような場合であっても、内蔵ストレージに格納されているユーザデータに影響を及ぼさないため、セキュリティを確保することができる。 In this way, when the boot mode using the specific external storage is entered, the process of disabling access to the internal storage is executed, so even if the specific external storage contains a virus, for example, , security can be ensured because it does not affect user data stored in the built-in storage.

〔ステップS18〕制御部11は、特定外部ストレージを用いた起動モードにより起動する。
〔ステップS19〕制御部11は、特定外部ストレージに格納されているBIOSの更新データを用いてBIOS更新を行う。なお、特定外部ストレージには、EFI(Extensible Firmware Interface) Shellが格納されており、EFI Shellを用いてBIOS更新が行われることになる。特定外部ストレージによる起動プログラム(例えば、EFI/Boot/bootx64.efi)や起動バッチ(例えば、startup.nsh)はEFI Shellの仕組みに準ずる。
[Step S18] The controller 11 is activated in the activation mode using the specified external storage.
[Step S19] The controller 11 updates the BIOS using the BIOS update data stored in the specified external storage. An EFI (Extensible Firmware Interface) Shell is stored in the specific external storage, and the BIOS is updated using the EFI Shell. A boot program (eg, EFI/Boot/bootx64.efi) or boot batch (eg, startup.nsh) by a specific external storage conforms to the mechanism of EFI Shell.

〔ステップS20〕制御部11は、通常の起動モードにより起動する。通常の起動モードで起動してBIOS更新を行う場合は、例えば、Web経由で更新データを取得してBIOS更新を行う。なお、ステップS11からステップS18およびステップS20の処理は、更新前のBIOSのプログラムを実行することで実現される。 [Step S20] The control unit 11 is activated in a normal activation mode. When booting in the normal boot mode and updating the BIOS, for example, update data is acquired via the Web and the BIOS is updated. The processing of steps S11 to S18 and step S20 is realized by executing the BIOS program before updating.

一方、上記において、制御部11は、特定情報を含まない非特定外部ストレージ(非特定外部記憶媒体)の接続を検出した場合は、非特定外部ストレージからの装置起動は禁止して装置起動禁止画面を表示する。 On the other hand, in the above, when the control unit 11 detects the connection of a non-specific external storage (non-specific external storage medium) that does not contain specific information, it prohibits device startup from the non-specific external storage and displays the device startup prohibition screen. display.

また、制御部11は、装置起動禁止画面の表示中に、ユーザによって非特定外部ストレージから特定外部ストレージへの接続に切り替えられた場合は、上記のステップS14からステップS19の起動制御を実行する。これにより、装置起動禁止画面が表示されることにより、例えば、ユーザは誤って非特定外部ストレージを接続したことを容易に認識して特定外部ストレージへの接続に切り替えることができるので、安全に迅速なメンテナンス作業が可能になる。 Further, when the connection is switched from the non-specified external storage to the specified external storage by the user while the device activation prohibition screen is being displayed, the control unit 11 executes the activation control from step S14 to step S19. As a result, by displaying the device start-up prohibition screen, for example, the user can easily recognize that he/she has accidentally connected a non-specific external storage and switch to the connection to the specific external storage. maintenance work becomes possible.

以上説明したように、本発明によれば、外部ストレージからのBIOS更新が禁止されている情報処理装置に対しても、特定情報を含む外部ストレージを用いることで、内蔵ストレージ内のユーザデータにアクセスすることなく装置起動してBIOS更新を安全に実施することができる。このため、メンテナンス作業の効率化を図ることが可能になる。 As described above, according to the present invention, user data in the internal storage can be accessed by using the external storage containing the specific information even for an information processing apparatus in which updating the BIOS from the external storage is prohibited. It is possible to boot the device and safely update the BIOS without Therefore, it is possible to improve the efficiency of maintenance work.

上記で説明した本発明の情報処理装置10の処理機能は、コンピュータによって実現することができる。この場合、情報処理装置10が有すべき機能の処理内容を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。 The processing functions of the information processing apparatus 10 of the present invention described above can be realized by a computer. In this case, a program describing the processing contents of the functions that the information processing apparatus 10 should have is provided. By executing the program on a computer, the above processing functions are realized on the computer.

処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体としては、磁気記憶部、光ディスク、光磁気記録媒体、半導体メモリ等がある。磁気記憶部には、ハードディスク装置(HDD)、フレキシブルディスク(FD)、磁気テープ等がある。光ディスクには、CD-ROM/RW等がある。光磁気記録媒体には、MO(Magneto Optical disk)等がある。 A program describing the processing content can be recorded in a computer-readable recording medium. Computer-readable recording media include a magnetic storage unit, an optical disk, a magneto-optical recording medium, a semiconductor memory, and the like. The magnetic storage unit includes a hard disk device (HDD), flexible disk (FD), magnetic tape, and the like. Optical disks include CD-ROM/RW and the like. Magneto-optical recording media include MO (Magneto Optical disk) and the like.

プログラムを流通させる場合、例えば、そのプログラムが記録されたCD-ROM等の可搬型記録媒体が販売される。また、プログラムをサーバコンピュータの記憶部に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することもできる。 When distributing a program, for example, portable recording media such as CD-ROMs on which the program is recorded are sold. It is also possible to store the program in the storage unit of the server computer and transfer the program from the server computer to another computer via the network.

プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラムもしくはサーバコンピュータから転送されたプログラムを、自己の記憶部に格納する。そして、コンピュータは、自己の記憶部からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。 A computer that executes a program stores, for example, a program recorded on a portable recording medium or a program transferred from a server computer in its own storage unit. Then, the computer reads the program from its own storage unit and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program.

また、コンピュータは、ネットワークを介して接続されたサーバコンピュータからプログラムが転送される毎に、逐次、受け取ったプログラムに従った処理を実行することもできる。また、上記の処理機能の少なくとも一部を、DSP、ASIC、PLD等の電子回路で実現することもできる。 The computer can also execute processing according to the received program every time the program is transferred from a server computer connected via a network. At least part of the processing functions described above can also be realized by electronic circuits such as DSPs, ASICs, and PLDs.

以上、実施の形態を例示したが、実施の形態で示した各部の構成は同様の機能を有する他のものに置換することができる。また、他の任意の構成物や工程が付加されてもよい。さらに、前述した実施の形態のうちの任意の2以上の構成(特徴)を組み合わせたものであってもよい。 Although the embodiment has been illustrated above, the configuration of each unit shown in the embodiment can be replaced with another one having the same function. Also, any other components or steps may be added. Furthermore, any two or more configurations (features) of the above-described embodiments may be combined.

10 情報処理装置
11 制御部
12 記憶部(第1の記憶部)
13 記憶部(第2の記憶部)
2 特定外部記憶媒体
10 information processing device 11 control unit 12 storage unit (first storage unit)
13 storage unit (second storage unit)
2 Specified external storage medium

Claims (6)

装置立ち上げ時に所定のユーザ操作を検出した場合に外部記憶媒体の接続有無の認識処理を行い、特定情報を含む特定外部記憶媒体の接続有りを検出した場合、前記特定外部記憶媒体から装置内蔵の第1の記憶部へのアクセスを無効にして、前記特定情報にもとづいて装置起動を実行して前記特定外部記憶媒体に格納される更新データを用いて第2の記憶部に格納された装置セットアッププログラムを更新する起動制御を行う制御部、
を有する情報処理装置。
When a predetermined user operation is detected at the time of device startup, the presence or absence of connection of an external storage medium is recognized, and when the presence of connection of a specific external storage medium containing specific information is detected, the device internal storage medium is read from the specific external storage medium. Disabling access to the first storage unit, executing device startup based on the specified information, and using update data stored in the specified external storage medium to set up the device stored in the second storage unit A control unit that performs start control for updating the program,
Information processing device having
前記制御部は、装置立ち上げ時において前記外部記憶媒体が接続される通信ポートの機能を無効にしており、前記所定のユーザ操作を検出した場合は前記通信ポートの機能を有効にして前記外部記憶媒体の接続有無の認識処理を行う請求項1記載の情報処理装置。 The control unit disables the function of the communication port to which the external storage medium is connected when the device is started up, and enables the function of the communication port when detecting the predetermined user operation. 2. The information processing apparatus according to claim 1, wherein a process of recognizing whether or not a medium is connected is performed. 前記制御部は、前記特定情報を含まない非特定外部記憶媒体の接続を検出した場合は前記非特定外部記憶媒体からの装置起動は禁止して装置起動禁止画面を表示し、前記装置起動禁止画面の表示中に前記非特定外部記憶媒体から前記特定外部記憶媒体への接続に切り替えられた場合は前記起動制御を実行する請求項2記載の情報処理装置。 When detecting connection of a non-specific external storage medium that does not contain the specific information, the control unit prohibits device startup from the non-specific external storage medium, displays a device startup prohibition screen, and displays the device startup prohibition screen. 3. The information processing apparatus according to claim 2, wherein said activation control is executed when connection is switched from said non-specified external storage medium to said specified external storage medium during the display of . 前記制御部は、キーボード上のあらかじめ設定された組み合わせの複数キーの押下と電源ボタンの押下とを前記所定のユーザ操作として検出する請求項1記載の情報処理装置。 2. The information processing apparatus according to claim 1, wherein the control unit detects pressing of a preset combination of keys on a keyboard and pressing of a power button as the predetermined user operation. 前記制御部は、前記特定外部記憶媒体の接続有りを検出した場合、前記特定外部記憶媒体の専用パスワードの入力欄を表示し、前記専用パスワードと入力されたパスワードとが一致することを検出した場合に前記起動制御を実行する請求項1記載の情報処理装置。 When detecting that the specific external storage medium is connected, the control unit displays an input field for a dedicated password of the specific external storage medium, and detects that the dedicated password matches the input password. 2. The information processing apparatus according to claim 1, wherein said start-up control is executed at a time. コンピュータに、
装置立ち上げ時に所定のユーザ操作を検出した場合に外部記憶媒体の接続有無の認識処理を行い、
特定情報を含む特定外部記憶媒体の接続有りを検出した場合、前記特定外部記憶媒体から装置内蔵の第1の記憶部へのアクセスを無効にして、前記特定情報にもとづいて装置起動を実行して前記特定外部記憶媒体に格納される更新データを用いて第2の記憶部に格納された装置セットアッププログラムを更新する起動制御を行う、
処理を実行させるプログラム。
to the computer,
When a predetermined user operation is detected when the device is started up, a process of recognizing whether or not an external storage medium is connected is performed,
When it is detected that a specific external storage medium containing specific information is connected, access from the specific external storage medium to a first storage unit built in the apparatus is disabled, and the apparatus is started based on the specific information. performing start control for updating the device setup program stored in the second storage unit using the update data stored in the specific external storage medium;
A program that causes an action to take place.
JP2021189285A 2021-11-22 2021-11-22 Information processing apparatus and program Pending JP2023076096A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021189285A JP2023076096A (en) 2021-11-22 2021-11-22 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021189285A JP2023076096A (en) 2021-11-22 2021-11-22 Information processing apparatus and program

Publications (1)

Publication Number Publication Date
JP2023076096A true JP2023076096A (en) 2023-06-01

Family

ID=86547755

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021189285A Pending JP2023076096A (en) 2021-11-22 2021-11-22 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP2023076096A (en)

Similar Documents

Publication Publication Date Title
US7647491B2 (en) System and method for selectively starting one of a plurality of operating systems according to whether or not the system is connected to a docking station
JP3539907B2 (en) Computer with bootable program
JP6096301B2 (en) Theft prevention in firmware
KR101602360B1 (en) System fast booting apparatus and method
JP5216024B2 (en) USB portable device
JP7146812B2 (en) Auxiliary storage device with independent restoration area and equipment to which this is applied
TWI499911B (en) Methods and systems to selectively scrub a system memory
JP2003280914A (en) Information equipment, storage medium, and method for restoring initial condition
JP2017528816A (en) System and method for improved security for a processor in a portable computing device (PCD)
US20120278598A1 (en) Disabling communication ports
US20090037610A1 (en) Electronic device interface control system
JP2003108274A (en) Computer apparatus, method for control of augmented device and computer program
JP2023076096A (en) Information processing apparatus and program
US20060080518A1 (en) Method for securing computers from malicious code attacks
JP2005346172A (en) Computer, method for preventing removal of removable device, and program
JP2009251680A (en) Method and program for starting information processor
JP4403221B2 (en) Device control apparatus, computer, and device control method
JPH0793241A (en) Portable computer system
JP2008009494A (en) Image forming device
US20240005002A1 (en) Information processing apparatus and control method for information processing apparatus
JP2009064301A (en) Removable memory unit
JP4968634B1 (en) Computer system
JP2010211406A (en) Removable memory unit
JP2018036695A (en) Information processing monitoring device, information processing monitoring method, monitoring program, recording medium, and information processing apparatus
KR100392453B1 (en) computer and controling method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20240226