TW201301018A - System and method for recovering a master boot record of a disk - Google Patents

System and method for recovering a master boot record of a disk Download PDF

Info

Publication number
TW201301018A
TW201301018A TW100121922A TW100121922A TW201301018A TW 201301018 A TW201301018 A TW 201301018A TW 100121922 A TW100121922 A TW 100121922A TW 100121922 A TW100121922 A TW 100121922A TW 201301018 A TW201301018 A TW 201301018A
Authority
TW
Taiwan
Prior art keywords
hard disk
boot record
master boot
disk master
computer
Prior art date
Application number
TW100121922A
Other languages
Chinese (zh)
Inventor
Yang Zhong
Xin-Qiao Tang
Ji-Bao Chen
Jun Huang
Kai Zhang
Original Assignee
Hon Hai Prec Ind Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hon Hai Prec Ind Co Ltd filed Critical Hon Hai Prec Ind Co Ltd
Publication of TW201301018A publication Critical patent/TW201301018A/en

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The present invention provides a system for recovering a master boot record (MBR) of a disk. The system includes a detection module, a reading module, a storing module, and a transferring module. The detection module detects a count flag of a basic input output system (BIOS) of a computer if the computer is power on self tested (POST). The reading module reads the MBR in a magnetic domain of the disk if the count flag denotes that the computer is started for the first time. The storing module stores the MBT to a baseboard management controller (BMC). The transferring module transfers the MBR stored in the BMC and recovers the MBR to the magnetic domain if a value of an end flag of the MBR is not AA55.

Description

硬碟主啟動記錄的修復系統及方法Hard disk master boot record repair system and method

本發明涉及一種硬碟主啟動記錄的管理系統及方法,尤其涉及一種硬碟主啟動記錄的修復系統及方法。The invention relates to a management system and method for a hard disk master boot record, in particular to a repair system and method for a hard disk master boot record.

電腦電力開啟自我測試 後,主啟動記錄(master boot record,MBR)是被第一個讀取到的磁片位置。硬碟的0磁軌的1磁區稱為MBR,它的大小是512位元組,它是不屬於任何一個作業系統,亦不能用作業系統提供的磁片操作命令來讀取。當MBR被病毒破壞或被其他東西破壞時,電腦就沒有辦法進入作業系統了。現今普遍的做法是將MBR備份到外存中,待需要時恢復。但此類恢復需要定位外存和從外存中獲取資訊,這需要很多時間,操作起來亦較為繁雜。After the computer power turns on self-test, the master boot record (MBR) is the first recorded disk location. The 1 magnetic zone of the 0 track of the hard disk is called MBR, and its size is 512 bytes. It does not belong to any operating system, nor can it be read by the disk operation command provided by the operating system. When the MBR is destroyed by a virus or destroyed by something else, the computer has no way to enter the operating system. It is common practice today to back up the MBR to external storage and restore it when needed. However, such recovery requires localization of external storage and access to information from external storage, which takes a lot of time and is complicated to operate.

鑒於以上內容,有必要提供一種硬碟主啟動記錄的修復系統及方法,能夠有效對硬碟主啟動記錄進行修復。In view of the above, it is necessary to provide a repair system and method for the hard disk master boot record, which can effectively repair the hard disk master boot record.

一種硬碟主啟動記錄的修復系統,該系統包括:檢查模組,用在於電腦電力開啟自我測試 時,查看BIOS的開機計數標誌的值;讀取模組,用於當根據所述開機計數標誌的值判定所述電腦是首次開啟時,從電腦硬碟的相應磁區中讀取硬碟主啟動記錄;儲存模組,用於將該讀取的硬碟主啟動記錄儲存至基板管理控制器中;及調用模組,用於當硬碟主啟動記錄的結束標誌的值不是AA55時,調用儲存於基板管理控制器中的硬碟主啟動記錄,並將所調用的硬碟主啟動記錄恢復到硬碟的相應磁區中。A repair system for a hard disk master boot record, the system comprising: an inspection module, wherein when the computer power is turned on self-test, the value of the BIOS boot count flag is checked; and the read module is configured to be used according to the boot count flag The value determines that the computer is the first time to open, reads the hard disk master boot record from the corresponding magnetic area of the computer hard disk; the storage module is used to store the read hard disk master boot record to the baseboard management controller And calling module for calling the hard disk master boot record stored in the baseboard management controller when the value of the end flag of the hard disk master boot record is not AA55, and restoring the called hard disk master boot record Go to the corresponding magnetic area of the hard drive.

一種硬碟主啟動記錄的修復方法,該方法包括:檢查步驟,於電腦電力開啟自我測試時,查看BIOS的開機計數標誌的值;讀取步驟,當根據所述開機計數標誌的值判定所述電腦是首次開啟時,從電腦硬碟的相應磁區中讀取硬碟主啟動記錄;儲存步驟,將該讀取的硬碟主啟動記錄儲存至基板管理控制器中;及調用步驟,當硬碟主啟動記錄的結束標誌的值不是AA55時,調用儲存於基板管理控制器中的硬碟主啟動記錄,並將所調用的硬碟主啟動記錄恢復到硬碟的相應磁區中。A method for repairing a hard disk master boot record, the method comprising: an checking step of viewing a value of a BIOS boot count flag when the computer power turns on a self test; and a reading step of determining the value according to the value of the boot count flag When the computer is first turned on, the hard disk master boot record is read from the corresponding magnetic area of the computer hard disk; the storing step is to store the read hard disk master boot record into the baseboard management controller; and the calling step is when the hard When the value of the end flag of the disc master start record is not AA55, the hard disk master boot record stored in the baseboard management controller is called, and the called hard disk master boot record is restored to the corresponding magnetic area of the hard disk.

相較於習知技術,所述硬碟主啟動記錄的修復系統及方法,可以利用BMC對硬碟主啟動記錄進行備份,於硬碟損壞時對該硬碟的主啟動記錄進行有效修復,使得電腦可以正常進入系統。Compared with the prior art, the repair system and method for the hard disk master boot record can use the BMC to back up the hard disk master boot record, and effectively repair the master boot record of the hard disk when the hard disk is damaged, so that The computer can enter the system normally.

如圖1所示,是本發明硬碟主啟動記錄的修復系統較佳實施例的運行環境圖。該硬碟主啟動記錄的修復系統10運行於電腦1中。該電腦1包括基板管理控制器(baseboard management controller,BMC)11、基本輸入輸出系統(basic input output system,BIOS)12和作業系統13。所述硬碟主啟動記錄的修復系統10用在於硬碟(未示出)遭到破壞時,對硬碟主啟動記錄(master boot record,MBR)14進行修復,該硬碟主啟動記錄14儲存於硬碟的0柱面0磁頭1磁區中。該硬碟主啟動記錄14包括結束標誌,該結束標誌的值為AA55時,所述作業系統13才能正常啟動。所述BIOS 12還包括一個開機計數標誌,該開機計數標誌的值表示於硬碟主啟動記錄14被破壞之後是否首次開啟該電腦1,本較佳實施例中,該開機計數標誌的值為0時表示首次開啟電腦1,開機計數標誌的值為1時表示不是首次開啟電腦1。As shown in FIG. 1, it is an operating environment diagram of a preferred embodiment of the repair system for the hard disk master boot record of the present invention. The repair system 10 of the hard disk master boot record runs in the computer 1. The computer 1 includes a baseboard management controller (BMC) 11, a basic input output system (BIOS) 12, and an operating system 13. The hard disk master boot record repair system 10 repairs the hard disk master boot record (MBR) 14 when the hard disk (not shown) is destroyed, and the hard disk master boot record 14 is stored. In the 0 cylinder 0 head 1 magnetic area of the hard disk. The hard disk master boot record 14 includes an end flag, and when the value of the end flag is AA55, the operating system 13 can be normally started. The BIOS 12 further includes a power-on counter flag indicating whether the computer 1 is turned on for the first time after the hard disk master boot record 14 is destroyed. In the preferred embodiment, the boot count flag has a value of 0. It means that the computer 1 is turned on for the first time. When the value of the power-on counter flag is 1, it means that the computer 1 is not turned on for the first time.

如圖2所示,是圖1中硬碟主啟動記錄的修復系統10的功能模組圖。所述硬碟主啟動記錄的修復系統10包括:檢查模組100、第一判斷模組、讀取模組102、儲存模組103、第二判斷模組104、啟動模組105、調用模組106及重啟模組107。所述模組是具有特定功能的軟體程式段,該軟體儲存於電腦可讀儲存介質或其他儲存設備,可被電腦或其他包含處理器的計算裝置執行,從而完成本發明中修復硬碟主啟動記錄14的作業流程。As shown in FIG. 2, it is a functional module diagram of the repair system 10 of the hard disk master boot record of FIG. The repairing system 10 of the hard disk master boot record includes: an inspection module 100, a first determining module, a reading module 102, a storage module 103, a second determining module 104, a starting module 105, and a calling module. 106 and restart module 107. The module is a software program segment with a specific function, and the software is stored in a computer readable storage medium or other storage device, and can be executed by a computer or other computing device including a processor, thereby completing the repair of the hard disk master boot in the present invention. Record the workflow of 14.

檢查模組100用在於電腦1電力開啟自我測試時,查看BIOS 12的開機計數標誌的值。The inspection module 100 is used to check the value of the BIOS 12 power-on counter flag when the computer 1 powers on self-test.

第一判斷模組101用於根據所述BIOS 12的開機計數標誌的值來判斷所述電腦1是否是首次開啟,該首次開啟是指於硬碟主啟動記錄14被破壞之後的首次開啟。The first determining module 101 is configured to determine whether the computer 1 is turned on for the first time according to the value of the power-on counting flag of the BIOS 12. The first opening refers to the first time after the hard disk master boot record 14 is destroyed.

當判定所述電腦1是首次開啟時,讀取模組102用於從硬碟的相應磁區中讀取硬碟主啟動記錄14。本實施例中,該相應的磁區是指硬碟的0柱面0磁頭1磁區。When it is determined that the computer 1 is turned on for the first time, the reading module 102 is configured to read the hard disk master boot record 14 from the corresponding magnetic area of the hard disk. In this embodiment, the corresponding magnetic region refers to the 0 cylinder 0 magnetic head 1 magnetic region of the hard disk.

儲存模組103用於將該讀取的硬碟主啟動記錄14儲存至BMC 11中。The storage module 103 is configured to store the read hard disk master boot record 14 into the BMC 11.

當判定電腦1不是首次開啟時,第二判斷模組104用於判斷硬碟主啟動記錄14的結束標誌的值是否為AA55。若該結束標誌的值為AA55,則啟動模組105啟動所述作業系統13。When it is determined that the computer 1 is not turned on for the first time, the second determining module 104 is configured to determine whether the value of the end flag of the hard disk master boot record 14 is AA55. If the value of the end flag is AA55, the startup module 105 activates the operating system 13.

若所述結束標誌的值不是AA55,則調用模組106用於調用儲存於BMC 11中的硬碟主啟動記錄14,並將所調用的硬碟主啟動記錄14恢復到硬碟的相應磁區中。該恢復到硬碟的相應磁區中是指將該硬碟主啟動記錄14儲存到該相應磁區中。If the value of the end flag is not AA55, the calling module 106 is configured to call the hard disk master boot record 14 stored in the BMC 11, and restore the called hard disk master boot record 14 to the corresponding magnetic area of the hard disk. in. Reverting to the corresponding magnetic zone of the hard disk means storing the hard disk master boot record 14 in the corresponding magnetic zone.

重啟模組107用在於硬碟主啟動記錄14恢復之後重啟該電腦1。The restart module 107 restarts the computer 1 after the hard disk master boot record 14 is restored.

如圖3所示,是本發明硬碟主啟動記錄的修復方法較佳實施例的作業流程圖。As shown in FIG. 3, it is a flowchart of a preferred embodiment of the repair method for the hard disk master boot record of the present invention.

步驟S30,於電腦1電力開啟自我測試 時,檢查模組100查看BIOS 12的開機計數標誌的值。In step S30, when the computer 1 powers on self-test, the check module 100 checks the value of the boot count flag of the BIOS 12.

步驟S31,第一判斷模組101根據所述BIOS 12的開機計數標誌的值判斷所述電腦1是否是首次開啟。該首次開啟是指於硬碟主啟動記錄14被破壞之後的首次開啟。若該電腦1是首次開啟,則執行步驟S32。若該電腦1不是首次開啟,則執行步驟S34。In step S31, the first determining module 101 determines whether the computer 1 is turned on for the first time according to the value of the boot count flag of the BIOS 12. This first opening refers to the first opening after the hard disk master boot record 14 is destroyed. If the computer 1 is turned on for the first time, step S32 is performed. If the computer 1 is not turned on for the first time, step S34 is performed.

步驟S32,讀取模組102從硬碟的相應磁區中讀取硬碟主啟動記錄14。本實施例中,該相應的磁區是指硬碟的0柱面0磁頭1磁區。In step S32, the reading module 102 reads the hard disk master boot record 14 from the corresponding magnetic area of the hard disk. In this embodiment, the corresponding magnetic region refers to the 0 cylinder 0 magnetic head 1 magnetic region of the hard disk.

步驟S33,儲存模組103將該讀取的硬碟主啟動記錄14儲存至BMC 11中。In step S33, the storage module 103 stores the read hard disk master boot record 14 in the BMC 11.

步驟S34,第二判斷模組104判斷硬碟主啟動記錄14的結束標誌的值是否為AA55。若該硬碟主啟動記錄14的結束標誌的值為AA55,則執行步驟S35。若該硬碟主啟動記錄14的結束標誌的值不是AA55,則執行步驟S36。In step S34, the second determining module 104 determines whether the value of the end flag of the hard disk master boot record 14 is AA55. If the value of the end flag of the hard disk master boot record 14 is AA55, step S35 is performed. If the value of the end flag of the hard disk master boot record 14 is not AA55, step S36 is performed.

步驟S35,啟動模組105啟動所述作業系統13。In step S35, the startup module 105 activates the operating system 13.

步驟S36,調用模組106調用儲存於BMC 11中的硬碟主啟動記錄14,並將所調用的硬碟主啟動記錄14恢復到硬碟的相應磁區中。In step S36, the calling module 106 calls the hard disk master boot record 14 stored in the BMC 11 and restores the called hard disk master boot record 14 to the corresponding magnetic area of the hard disk.

步驟S37,重啟模組107重啟該電腦1。In step S37, the restart module 107 restarts the computer 1.

最後所應說明的是,以上實施例僅用以說明本發明的技術方案而非限制,儘管參照以上較佳實施例對本發明進行了詳細說明,本領域的普通技術人員應當理解,可以對本發明的技術方案進行修改或等同替換,而不脫離本發明技術方案的精神和範圍。It should be noted that the above embodiments are only intended to illustrate the technical solutions of the present invention and are not intended to be limiting, and the present invention will be described in detail with reference to the preferred embodiments thereof The technical solutions are modified or equivalently substituted without departing from the spirit and scope of the technical solutions of the present invention.

1...電腦1. . . computer

10...硬碟主啟動記錄的修復系統10. . . Hard disk master boot record repair system

11...基板管理控制器11. . . Baseboard management controller

12...基本輸入輸出系統12. . . Basic input and output system

13...作業系統13. . . working system

14...硬碟主啟動記錄14. . . Hard disk master boot record

100...檢查模組100. . . Inspection module

101...第一判斷模組101. . . First judgment module

102...讀取模組102. . . Read module

103...儲存模組103. . . Storage module

104...第二判斷模組104. . . Second judgment module

105...啟動模組105. . . Startup module

106...調用模組106. . . Call module

107...重啟模組107. . . Restart module

圖1是本發明硬碟主啟動記錄的修復系統較佳實施例的運行環境圖。BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 is a diagram showing the operational environment of a preferred embodiment of a repair system for a hard disk master boot record of the present invention.

圖2是圖1中硬碟主啟動記錄的修復系統10的功能模組圖。2 is a functional block diagram of the repair system 10 of the hard disk master boot record of FIG.

圖3是本發明硬碟主啟動記錄的修復方法較佳實施例的作業流程圖。3 is a flow chart showing the operation of a preferred embodiment of the method for repairing the hard disk master boot record of the present invention.

10...硬碟主啟動記錄的修復系統10. . . Hard disk master boot record repair system

100...檢查模組100. . . Inspection module

101...第一判斷模組101. . . First judgment module

102...讀取模組102. . . Read module

103...儲存模組103. . . Storage module

104...第二判斷模組104. . . Second judgment module

105...啟動模組105. . . Startup module

106...調用模組106. . . Call module

107...重啟模組107. . . Restart module

Claims (8)

一種硬碟主啟動記錄的修復系統,該系統包括:
檢查模組,用在於電腦電力開啟自我測試時,查看BIOS的開機計數標誌的值;
讀取模組,用於當根據所述開機計數標誌的值判定所述電腦是首次開啟時,從電腦硬碟的相應磁區中讀取硬碟主啟動記錄;
儲存模組,用於將該讀取的硬碟主啟動記錄儲存至基板管理控制器中;及
調用模組,用於當硬碟主啟動記錄的結束標誌的值不是AA55時,調用儲存於基板管理控制器中的硬碟主啟動記錄,並將所調用的硬碟主啟動記錄恢復到硬碟的相應磁區中。
A repair system for a hard disk master boot record, the system comprising:
Check the module, when the computer power is turned on self-test, check the value of the BIOS boot count flag;
a reading module, configured to read a hard disk master boot record from a corresponding magnetic area of the computer hard disk when determining that the computer is turned on for the first time according to the value of the power-on counting flag;
a storage module for storing the read hard disk master boot record in the baseboard management controller; and calling the module for calling the storage on the substrate when the value of the end flag of the hard disk master boot record is not AA55 Manage the hard disk master boot record in the controller and restore the recalled hard disk master boot record to the corresponding disk of the hard disk.
如申請專利範圍第1項所述之硬碟主啟動記錄的修復系統,所述硬碟的相應磁區是指硬碟的0柱面0磁頭1磁區。A repairing system for a hard disk master boot record according to claim 1, wherein the corresponding magnetic region of the hard disk refers to a 0 cylinder 0 magnetic head 1 magnetic region of the hard disk. 如申請專利範圍第1項所述之硬碟主啟動記錄的修復系統,該系統還包括:啟動模組,用於當所述硬碟主啟動記錄的結束標誌的值是AA55時,啟動電腦的作業系統。The repairing system of the hard disk master boot record according to claim 1, wherein the system further comprises: a booting module, configured to start the computer when the value of the end flag of the hard disk master boot record is AA55 working system. 如申請專利範圍第1項所述之硬碟主啟動記錄的修復系統,該系統還包括:重啟模組,用在於硬碟主啟動記錄恢復之後重啟所述電腦。The repair system of the hard disk master boot record described in claim 1 of the patent scope, the system further comprising: a restart module, wherein the computer is restarted after the hard disk master boot record is restored. 一種硬碟主啟動記錄的修復方法,該方法包括:
檢查步驟,於電腦電力開啟自我測試 時,查看BIOS的開機計數標誌的值;
讀取步驟,當根據所述開機計數標誌的值判定所述電腦是首次開啟時,從電腦硬碟的相應磁區中讀取硬碟主啟動記錄;
儲存步驟,將該讀取的硬碟主啟動記錄儲存至基板管理控制器中;及
調用步驟,當硬碟主啟動記錄的結束標誌的值不是AA55時,調用儲存於基板管理控制器中的硬碟主啟動記錄,並將所調用的硬碟主啟動記錄恢復到硬碟的相應磁區中。
A method for repairing a hard disk master boot record, the method comprising:
Check the steps to check the value of the BIOS boot count flag when the computer power turns on the self test.
a reading step of, when determining that the computer is turned on for the first time according to the value of the boot count flag, reading a hard disk master boot record from a corresponding magnetic area of the computer hard disk;
a storing step of storing the read hard disk master boot record to the baseboard management controller; and calling the step of calling the hard memory stored in the baseboard management controller when the value of the end flag of the hard disk master boot record is not AA55 The disc master initiates the recording and restores the called hard disk master boot record to the corresponding magnetic area of the hard disk.
如申請專利範圍第5項所述之硬碟主啟動記錄的修復方法,所述硬碟的相應磁區是指硬碟的0柱面0磁頭1磁區。The method for repairing a hard disk master boot record according to claim 5, wherein the corresponding magnetic region of the hard disk refers to a 0 cylinder 0 head 1 magnetic region of the hard disk. 如申請專利範圍第5項所述之硬碟主啟動記錄的修復方法,該方法還包括:
啟動步驟,當所述硬碟主啟動記錄的結束標誌的值是AA55時,啟動電腦的作業系統。
The method for repairing a hard disk master boot record according to claim 5, wherein the method further comprises:
The startup step starts the operating system of the computer when the value of the end flag of the hard disk master boot record is AA55.
如申請專利範圍第5項所述之硬碟主啟動記錄的修復方法,於調用步驟之後包括:重啟步驟,重啟所述電腦。The repair method of the hard disk master boot record described in claim 5, after the calling step includes: restarting the step, restarting the computer.
TW100121922A 2011-06-17 2011-06-23 System and method for recovering a master boot record of a disk TW201301018A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011101643419A CN102831032A (en) 2011-06-17 2011-06-17 Repair system and method for master boot record of hard disc

Publications (1)

Publication Number Publication Date
TW201301018A true TW201301018A (en) 2013-01-01

Family

ID=47334181

Family Applications (1)

Application Number Title Priority Date Filing Date
TW100121922A TW201301018A (en) 2011-06-17 2011-06-23 System and method for recovering a master boot record of a disk

Country Status (2)

Country Link
CN (1) CN102831032A (en)
TW (1) TW201301018A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI738178B (en) * 2020-01-15 2021-09-01 立端科技股份有限公司 Method and system of automatic repair master boot record of the boot system

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107153600B (en) * 2016-03-02 2021-07-09 昆达电脑科技(昆山)有限公司 Method for recording system log when system is started
CN113157213B (en) * 2021-04-30 2021-09-17 深圳市数存科技有限公司 Method for extracting and reconstructing partition based on guidance

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1932777A (en) * 2005-09-15 2007-03-21 鸿富锦精密工业(深圳)有限公司 Hard disk main guiding recording recovery system and method
KR100746032B1 (en) * 2006-01-04 2007-08-06 삼성전자주식회사 Storage medium for managing master boot record and method for booting of computer system using the storage medium
CN100437503C (en) * 2006-03-15 2008-11-26 联想(北京)有限公司 Memory device key data backup and recovering system and method thereof
CN101470649B (en) * 2007-12-26 2011-03-09 英业达股份有限公司 Automatic reboot test method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI738178B (en) * 2020-01-15 2021-09-01 立端科技股份有限公司 Method and system of automatic repair master boot record of the boot system

Also Published As

Publication number Publication date
CN102831032A (en) 2012-12-19

Similar Documents

Publication Publication Date Title
US9417967B2 (en) Computing device and method for automatically recovering bios of computing device
TWI584196B (en) Bios recovery management system, computer program product and method for bios restoration
TWI588649B (en) Hardware recovery methods, hardware recovery systems, and computer-readable storage device
US8607227B2 (en) Electronic device and method for burning firmware to embedded device
US9003118B2 (en) Systems and methods for non-volatile cache control
US20150095632A1 (en) Computer booting system and method for computer system
TW201011538A (en) Managing cache data and metadata
CN104461947A (en) Power failure protection method and solid-state disk
TW201828071A (en) Switching device and method for detecting i2c bus
KR101799292B1 (en) Electronic device and booting method thereof
CN109614130A (en) A kind of cloud broadcast upgrade method and system with trial operation, self-check
CN101441589A (en) Detection method of substrate management controller and server thereof
JP2018022333A (en) Storage controller and storage unit management program
WO2017080225A1 (en) Data partition recovery method and apparatus and terminal
US9250942B2 (en) Hardware emulation using on-the-fly virtualization
TW201301018A (en) System and method for recovering a master boot record of a disk
TW201616273A (en) System and method for recovering BIOS data of a computer
CN104657232A (en) BIOS automatic recovery system and BIOS automatic recovery method
US8370815B2 (en) Electronic device and method for debugging programs
TW201301023A (en) System and method for testing a mother board
US20130321944A1 (en) Server and method for preventing the server from vibration damage
CN105630523A (en) Computer BIOS data recovery system and method
CN111984195A (en) Method and device for improving stability of embedded Linux system
JP2010257340A (en) Information processor, information processing method and program
TW201426282A (en) Access system and method for accessing basic input output system