EP1759284A1 - Method and apparatus for booting a computer system - Google Patents

Method and apparatus for booting a computer system

Info

Publication number
EP1759284A1
EP1759284A1 EP04748817A EP04748817A EP1759284A1 EP 1759284 A1 EP1759284 A1 EP 1759284A1 EP 04748817 A EP04748817 A EP 04748817A EP 04748817 A EP04748817 A EP 04748817A EP 1759284 A1 EP1759284 A1 EP 1759284A1
Authority
EP
European Patent Office
Prior art keywords
memory
image
computer system
memory image
boot
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.)
Withdrawn
Application number
EP04748817A
Other languages
German (de)
French (fr)
Other versions
EP1759284A4 (en
Inventor
Daniel James O'connell
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.)
TI Technologies Ltd
Original Assignee
TI Technologies 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 TI Technologies Ltd filed Critical TI Technologies Ltd
Publication of EP1759284A1 publication Critical patent/EP1759284A1/en
Publication of EP1759284A4 publication Critical patent/EP1759284A4/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping

Definitions

  • This invention relates to booting a computer system or other digital processing device, and has particular relevance to desktop computer systems and personal computers including mobile computing devices.
  • ROM Read Only Memory
  • EEPROM Electrically Erasable Read Only Memory
  • RAM Random Access Memory
  • the continuing functionality of a computer system or other digital processing device can be very important, for example the control of a communication system or a production process. Therefore, down time resulting from a system failure or "crash" must be kept to a minimum.
  • ACPI Advanced Configuration and Power Interface
  • US application 2002/0078338 stores a boot image in secondary memory, and boots from this if detected, however it has no security and is unable to detect changes in configuration.
  • US application 2001/0039612 provides a boot image in memory at power down but has no provision for security of the image, nor does it appear to require more than the working memory to be stored.
  • US application 20002/0169950 provides a boot image of the initial boot process and a compressed boot image of the middle part as well as providing a copyright check on the initial boot image, but has no other apparent security or hardware check.
  • WO 01/13221 uses a ROM to store a boot image, including user programs but has no apparent security, although it does store a compressed OS on disk.
  • US patent 71673417 provides a boot image stored on hard disk in compressed state, but updated for configuration changes. It has no apparent security or hardware check.
  • a method of booting a computer system having a system working memory to a level where the operating system is fully loaded including the steps of providing a memory image of desired contents of the system working memory, loading the memory image in non-volatile reprogrammable memory, and upon the system being required to boot, loading the memory image from the non-volatile reprogrammable memory into the system working memory characterised in that upon reloading the memory image the loader recognizes changed hardware in the computer system incompatible with portions of the memory image, and processes initialization for this changed hardware before proceeding with unaffected portions of the memory image.
  • the method includes the step of encrypting and compressing the memory image and loading the encrypted compressed memory image into the non-volatile reprogrammable memory, and upon reloading, decompressing and decrypting the compressed memory image so that the decompressed memory image is loaded into the working memory.
  • the step of providing a memory image of desired contents of the system working memory includes the step of providing a memory image of post-boot contents of the system working memory, the contents of CPU registers and the contents of other chipset devices.
  • the step of providing a memory image of desired contents of the system working memory includes the step of providing a memory image which is an image of all data stored in the system working memory and other hardware device registers prior to the computer system last being shut down.
  • the memory image includes pages from virtual memory or the volatile page file.
  • Preferably it includes the step of creating the memory image during the set up process of the operating system.
  • the updating step includes the step of archiving the last known good memory image.
  • the non- volatile reprogrammable memory is flash memory and the method includes the step of modifying the operating system source code to support a flash file system and/or a Flash Translation Layer (FTL).
  • FTL Flash Translation Layer
  • a password is required for the firmware to boot from the memory image.
  • failure to supply a correct password deletes any and all stored memory images.
  • the memory image is an image including all system settings and memory contents relating to a logged in user.
  • the invention relates to a computer system including a digital processing means, a working memory for the digital processing means, a non-volatile reprogrammable memory including a memory image of desired contents of the system working memory and other portions of memory, the nonvolatile reprogrammable memory being capable of transferring the memory image to the system working memory in order to boot the computer system characterised in that the memory image includes hardware configuration and hardware context information.
  • those portions of the image relating to changed hardware are not loaded, and the changed hardware is recognised and initialised before the remainder of the memory image is processed.
  • the system includes a disk drive or other memory storage device including at least one archive copy of the memory image.
  • the memory image is an image of desired post-boot contents of the existing working memory, the CPU registers, other chipset registers and any temporarily stored memory pages.
  • the memory image is an image of all data stored in the working memory prior to the computer system being shut down.
  • the memory image was created during a setup process of an operating system of the computer system.
  • the system includes a disk drive or other memory storage device including at least one "last known good” copy of the memory image.
  • non- volatile reprogrammable memory uses Flash memory.
  • the invention relates to a method of shutting down a computer system having a system working memory, the method including the steps of creating a memory image of the contents of the system working memory, the hardware configuration and context, CPU registers, chipset registers and volatile page file memory, loading the memory image in a non-volatile reprogrammable memory in a compressed form, and shutting down the computer system.
  • the memory image is additionally encrypted.
  • Figure 1 is a flow diagram of a computer boot or start-up process according to the invention for an operating system driven computer
  • Figure 2 is a flow diagram of a computer boot or start-up process according to the invention for a firmware driven computer
  • FIG. 3 is a flow diagram of a shutdown process according to the invention
  • Figure 4 is a flow diagram of a shutdown process for a firmware driven computer according to the invention.
  • Figure 5 is a diagram of the contents of a compressed memory image file
  • Figure 6 is a flow diagram of the swap operations involved in paging data between the various memory or virtual memory locations.
  • Figure 7 is a diagram of the data flow within the computer
  • the examples referred to below relate to use of the invention to boot a personal computer and to a personal computer having a non-volatile reprogrammable memory configured to effect booting the computer.
  • the invention is also applicable to other digital processing devices which require an operating system to be loaded for use, for example computer game machines, business machines and telecommunication apparatus.
  • FIG. 1 a flow diagram of a boot or start up process for a computer system according to the invention is illustrated.
  • the method described with reference to Figure 1 assumes that a "cold” or “hard” boot is being performed. Those skilled in the art will see that the method is also applicable to situations where a “warm” or “soft” boot is performed.
  • a user activates the system power button for example in step 1.
  • the firmware either: a) looks to the hard drive of the system for the operating system boot loader, as occurs in existing boot sequences; or (b) alternatively, the firmware looks to a non- olatile reprogrammable memory provided in the computer system.
  • the boot loader Even if the firmware initially looks to the hard drive for the operating system boot loader, the boot loader still directs the system to download a memory image from the non-volatile reprogrammable memory, as will be described further below, though this may be conditional on the user entering a password stored in firmware.
  • the non- volatile reprogrammable memory is provided as an integrated circuit, which is accessible to the computer system, for example being provided on the motherboard of the personal computer. Alternatively, it is provided as a PCI add-in card to retrofit to an existing machine.
  • the non- volatile reprogrammable memory may also be provided in other ways, so long as it satisfies requirements of being accessible to the system to enable its contents to be accessed sufficiently quickly by the system to make the boot method of the present invention worthwhile.
  • step 3 the operating system boot loader therefore starts the boot process either directly from the contents of the non- volatile reprogrammable memory, or from the hard drive of the system.
  • the non- volatile reprogrammable memory contains a memory image of the contents of RAM which are sufficient, when loaded into system memory, to enable the computer system to be provided in a useable state for a user i.e. to boot the computer system.
  • the memory image that is captured and provided in the non-volatile reprogrammable memory may take a variety of forms.
  • the non-volatile reprogrammable memory may contain a memory image of the post-boot system working memory (i.e. RAM) contents.
  • Another alternative is to load the non-volatile reprogrammable memory with a preferably compressed memory image of all data currently stored in RAM.
  • this compressed memory image is stored from a previous shutdown procedure similar to a State S4 shutdown procedure in the current ACPI 2.0a specifications. This includes computer and/or operating system settings of the computer system where it is in a state ready for use by a user, and is preferably provided to a user for a user to resume use of the system where it is in a condition which is the same or substantially the same as it was when the user commenced shutdown.
  • the memory image may also be only a partial image of the system memory. Therefore, the image may comprise data relating to the bulk of the operating system for example, and the remainder of the information necessary to build or establish the system working memory may be loaded into the working memory from another memory storage device such as the system hard disk.
  • This arrangement may be preferable where the size of the non- volatile reprogrammable memory needs to be limited, for example due to cost constraints, but the invention is still worthwhile because the overall time taken to perform a boot process is still significantly reduced as compared to known boot processes.
  • the memory image may be initially created during the set up process of the operating system, or may alternatively be replaced whenever a user makes a significant change to the configuration of the computer. Also, the memory image may be captured every time the user initiates a shut down sequence.
  • the memory image is preferably compressed, so that a compressed memory image (CMI) is stored in the non-volatile reprogrammable memory and retrieved from the non-volatile reprogrammable memory when required.
  • CMI compressed memory image
  • Compression can save a significant amount of memory space without the decompression process adding significantly to the reduced boot time provided by the present invention.
  • a compression algorithm such as that available in the open source zlib library may be used.
  • the memory image may also be encrypted to the same standard as the hard drive to prevent attempts to recover information from the memory where the hard drive carrying the same data is secured.
  • step 6 where it has been determined that a compressed memory image exists (step 6), the user is required to choose (step 7) among CMI files if there are multiple files (as, for instance, for multiple users or different operating systems) and is prompted for a password (step 8). If an incorrect password is supplied (step 9) the logon attempt may be retried (step 11) but if it eventually fails (step 12) the computer deletes the compressed memory image (step 13) and any data in the volatile page file (the temporary storage on the hard disk) and shuts down (step 15). These precautions render it difficult to break the fast boot system. If the CMI is deleted the next boot will be a normal boot sequence (steps 4-5, 36-39).
  • the boot loader checks for any major changes in hardware from that of the compressed memory image (step 17). If there are none the CMI located in the non-volatile reprogrammable memory is decompressed, and the computer system settings and full memory contents are loaded into RAM from the decompressed CMI (step 21), thus providing all the applications, services and device drivers.
  • the operating system then takes over from the previously stored state, clears the volatile page file (step 23) and checks for any changes in the hot pluggable hardware configuration. If it finds any it will set the modification flag to FALSE (step 25) so that on close down a new image will be made.
  • step 17 the boot loader clears all temporary data but processes the memory image to the point where the hardware change needs servicing (step 30). Any changed device drivers are then loaded (step31) and the memory image decompression and loading is then resumed, jumping over the inapplicable portion (step 32).
  • the OS is thus instantiated and the PC boots fully, as previously, however the modification flag will be set so that a new memory image will be saved at shut down.
  • the firmware checks the non-volatile reprogrammable memory for boot information first, and loads the windows boot files and kernel into memory.
  • the registry hives may be created and stored in non-volatile reprogrammable memory if storage space permits, or they may be created and stored on the local hard drive, as is the case with existing systems. While Windows is loading, device drivers will be loaded into RAM from nonvolatile reprogrammable memory. Services and third party start-up applications will be preloaded from the local hard drive.
  • a typical personal computer may be physically modified to implement this process by providing 64 megabyte or upwards of non-volatile reprogrammable memory chip(s) added to the motherboard of the machine.
  • the firmware on the PC is modified to allow booting from the non-volatile reprogrammable memory using built in support for a flash file system (FFS) and Flash Translation Layer (FTL).
  • FFS flash file system
  • FTL Flash Translation Layer
  • Microsoft WindowsTM for example Windows XP, may be modified to support the FFS/FTL through internal drivers (e.g. FAT16/32, NTFS, and FFS/FTL) or third party drivers.
  • Hardware support can be provided through an add-on PCI based product. Windows boot files and device drivers are added to the non- volatile reprogrammable memory, and third party start up programs are physically moved to the start of the hard drive.
  • the firmware boots from non- volatile reprogrammable memory, and loads and decompresses the memory image into RAM. Minor environmental changes are loaded or created from the beginning of the hard drive after the memory image is in RAM.
  • Figure 2 shows an alternative sequence for those computers which use a firmware which checks for component changes. This sequence differs from that of Figure 1 only in that the ZBIOS performs the hardware configuration checks rather than using an operating system which provides the checks.
  • shut down process for a computer system according to the invention is diagrammatically illustrated.
  • the process begins in step 1 with the user selecting a shut down command from the operating system.
  • the operating system as part of the shut down process, then checks for a modification flag in step 3.
  • the modification flag is one that is set by the operating system whenever a significant change is made to the configuration of the computer.
  • a significant change may include (without limitation) the following:
  • the modification flag is set to false. Then, when a significant change occurs, such as changes listed above for example, then the flag is set to true.
  • a significant change such as changes listed above for example.
  • the list of significant changes provided above is not exhaustive. Furthermore, a user may wish to exclude some of the actions from the list provided above.
  • step 5 if the modification flag is false as shown in step 5, then the operating system closes all open files, devices and services but does not save any system configuration data, since nothing in that area has changed, as shown in step 14.
  • the operating system then continues its normal shut down process, currently implemented in the ACPI 2.0a specifications as a State S5 Shutdown, in step 15.
  • the computer is then in a state where it either switches itself off or reboots.
  • step 6 If the modification flag is true as shown by step 4 in Figure 3, then the "last known good" (LKG) compressed memory image is archived to an appropriate storage means such as the system's local hard drive. This occurs in step 6.
  • an appropriate storage means such as the system's local hard drive.
  • step 7 the CMI that was used to last boot the system, being the active CMI, is now used as the LKG CMI.
  • the operating system then initiates a modified shut down procedure, beginning with step 8.
  • step 8 a new encryption key is generated and stored in a new CMI.
  • the current hardware information is written to the new file and then at step 10 all data currently stored in RAM is compressed and encrypted using an appropriate compression algorithm and stored.
  • any paging data in the volatile page file is loaded into the Paging Data subsection of the new CMI file at step 11 and then the current hardware context is loaded at step 12.
  • the loading process then completes and the final file in non- olatile RAM is marked as the new Active CMI at step 13.
  • the operating system then finishes the modified shut down process as described above with reference to step 15.
  • Figure 4 shows a similar shutdown sequence, but this time for a firmware controlled computer, where the initial and final parts of the modified shutdown procedure are under firmware control.
  • FIG. 5 shows the layout of a typical compressed memory image (CMI) file, where the encryption key and authentication information are stored first, followed by the hardware configuration information, then the RAM contents, the paging data from the virtual memory file (or volatile page contents) and finally the hardware context of the current hardware.
  • CMS compressed memory image
  • Figure 7 shows the three operations relating to the storage of the paging files (volatile page file or virtual memory file) where these may have been stored in the compressed memory image.
  • Step 1 the system requests a page (Step 1) which should be in the volatile page file it is retrieved from the CMI paging data, decompressed and decrypted before being exported to RAM as at step 2. If the page ages out in RAM, because pages with a higher priority must be stored, it will be swapped out to the volatile page file as at steps 3 and 4. Subsequently, as in normal operation, where the system again requests that memory page it will be swapped in from the volatile page file as shown by steps 5 and 6.
  • the system has a central processing unit (CPU) 701 within which is provided a control unit 702.
  • Working memory in the form of random access memory (RAM) 403 is provided, as is non-volatile reprogrammable memory 704.
  • a data bus 705 allows data to be interchanged between RAM 703 and the CPU 701 under control of the control unit 702 via address data control bus 706.
  • a data bus 707 allows data to be interchanged between the non-volatile reprogrammable memory 703 and the CPU under control of the control unit 402 via address data control bus 708.
  • bus 707 allows information in RAM comprising the entire memory content to be transferred to non-volatile reprogrammable memory 704.
  • Buses 705 and 707 may comprise a system bus.
  • the content of RAM 703 may have been subject to compression whereby the compressed image may be transferred via bus 707 to be stored in non-volatile reprogrammable memory 704. Then, when required, the memory image stored in nonvolatile reprogrammable memory 704 may be transferred directly to RAM 703, or may firstly be compressed and then installed in RAM 703.
  • the non-volatile reprogrammable memory 704 has the advantage that it is essentially a solid state device which is non-volatile so the contents of the non-volatile reprogrammable memory are retained when the power supply is removed from the computer system.
  • references in this document to nonvolatile reprogrammable memory include the use of flash RAM i.e. the forms of non- volatile reprogrammable memory which require a source of external power such as a battery for example in order to maintain the memory content.
  • a non- volatile reprogrammable memory device may be provided as an integrated circuit on the system motherboard for example, or on a separate board or card.
  • non-volatile reprogrammable memory may be provided on a card such as those referred to under the trade marks SmartMedia or CompactFlash.
  • Some non-volatile reprogrammable memory products that are currently available have load times orders of magnitude faster than hard drives, so it will be seen that the method and system according to the present invention provides significant advantages in terms of boot times compared with prior art systems.
  • Flash Memory Other types of non- volatile memory and Solid State Disks may be used with or instead of Flash Memory, such as Magnetic RAM (MRAM) which boasts transfer speeds exponentially faster in both read and write operations than Flash Memory. MRAM is expected to be mass produced in 2005.
  • MRAM Magnetic RAM
  • the set-up application for the desired operating system additionally creates a
  • CMI Compressed Memory Image
  • RAM Random Access Memory Image
  • ACPI 2.0a Currently available from http://www.acpi.info
  • This file is stored in the non-volatile reprogrammable memory, but the set-up application does not shut the computer down as is the case for a State S4 system context file creation in the current ACPI 2.0a specifications, rather it follows a programmed shut down procedure.
  • the operating system source code is modified to internally support a flash file system (FFS) through a Flash Translation Layer (FTL), such as Intel's own FTL specification (http://www.intel.com/design/flcomp/applnots/297816.htm).
  • FTL Flash Translation Layer
  • the compressed memory image has the compressed version of all data currently stored in RAM resulting from a previous shut down procedure, similar to a State S4 shutdown procedure in the current ACPI 2.0a specifications.
  • the previous CMI is archived to installed and non- volatile reprogrammable memory to be used as a "last known good" CMI.
  • references in this document to computer systems include digital data processing systems generally.
  • the invention provides a method of allowing a computer to boot up considerably more quickly than a standard hard disk boot even if the computer configuration has changed since the last good boot, thereby providing a reduced level of expenditure on user time wasted waiting for a computer to load software to the point at which a user can carry out useful work on it. Additionally it provides for doing this in a secure manner.

Abstract

A method for quickly booting a personal computer system using a non-volatile reprogrammable memory device. A compressed memory image of the contents of the system working memory, hardware configuration and other information stored in memory when the system is in a desired operational state is stored in the non-volatile reprogrammable memory. When rebooting the process detects changed hardware and diverts from the reboot to identify the hardware before continuing.

Description

TITLE
METHOD AND APPARATUS FOR BOOTING A COMPUTER SYSTEM
FIELD OF THE INVENTION
This invention relates to booting a computer system or other digital processing device, and has particular relevance to desktop computer systems and personal computers including mobile computing devices.
BACKGROUND OF THE INVENTION
From a cold or hard boot the first program that a personal computer typically runs is a set of instructions loaded in Read Only Memory (ROM) or Electrically Erasable Read Only Memory (EEPROM) which contains the information required to initialise the system hardware and enable the machine to activate a hard disk drive to find the boot-strap loader.
Therefore, at present, operating systems load boot information and files from the local hard disk drive into the working or system memory, commonly called Random Access Memory (RAM). This information usually includes file system drivers, the operating system kernel, and configuration and device information that have to be parsed into useful information, and general cosmetic customisations.
Because of the sheer number and size of these files, computers often take several minutes to boot i.e. to get to a useable state, which end users often find very frustrating.
The time taken to boot a personal computer can have a significant impact on worker productivity. Personal computers are widely used in workplaces, particularly in office environments. In a large office the time spent waiting for computers to boot can result in a large quantity of unproductive time. If personnel are using mobile personal computers which are taken to meetings throughout the working day, then the problem is magnified. Furthermore, it is not uncommon to have to re-boot a personal computer due to an operating system error that simply occurs as a result of use of the computer.
Furthermore, in some environments the continuing functionality of a computer system or other digital processing device can be very important, for example the control of a communication system or a production process. Therefore, down time resulting from a system failure or "crash" must be kept to a minimum.
The Advanced Configuration and Power Interface (ACPI) specification enables boot times to be reduced, but even systems that implement this specification usually require users to wait at least 30 seconds before they can use their computers.
To achieve this it is known to provide an "image" of the booted computer memory and to store this to hard disk or in memory as in US 6446203. This patent specification still requires that the operating system be booted sufficiently to identify the area of the disk to be read, and it provides no security for the image, nor any provision for changing the image, nor any reference to storing other than the working memory.
US application 2002/0078338 stores a boot image in secondary memory, and boots from this if detected, however it has no security and is unable to detect changes in configuration.
US application 2001/0039612 provides a boot image in memory at power down but has no provision for security of the image, nor does it appear to require more than the working memory to be stored.
US application 20002/0169950 provides a boot image of the initial boot process and a compressed boot image of the middle part as well as providing a copyright check on the initial boot image, but has no other apparent security or hardware check.
WO 01/13221 uses a ROM to store a boot image, including user programs but has no apparent security, although it does store a compressed OS on disk.
US patent 71673417 provides a boot image stored on hard disk in compressed state, but updated for configuration changes. It has no apparent security or hardware check.
It is therefore an additional problem with a computer storing an image which boots on power up that there is held in the computer an insecure version of the booted computer memory data, possibly including data held securely elsewhere. This therefore would allow extraction of the memory image to be one means of bypassing whatever security is involved in the normal booting process. Still further, it is possible that hardware on the computer has changed while the computer was switched off. In such cases the computer either recognises that the hardware has changed, and abandons the boot image for a full boot, or fails to recognise that changes have occurred and attempts to boot normally. Both courses will result in extended boot periods.
OBJECT OF THE INVENTION
It is an object of the present invention to provide a method and apparatus for booting a computer system which will reduce the time required for existing systems to boot, meanwhile providing a secure environment for data stored within the computer memory.
It is a further object of the present invention to provide measures which will allow changes in the configuration of the computer system but which will not cause a total abandonment of a fast boot procedure because of such changes.
These objects of the present invention will at least go some way toward overcoming disadvantages of the prior art, or will provide the public with a useful choice.
SUMMARY OF THE INVENTION
A method of booting a computer system having a system working memory to a level where the operating system is fully loaded, including the steps of providing a memory image of desired contents of the system working memory, loading the memory image in non-volatile reprogrammable memory, and upon the system being required to boot, loading the memory image from the non-volatile reprogrammable memory into the system working memory characterised in that upon reloading the memory image the loader recognizes changed hardware in the computer system incompatible with portions of the memory image, and processes initialization for this changed hardware before proceeding with unaffected portions of the memory image. Preferably the method includes the step of encrypting and compressing the memory image and loading the encrypted compressed memory image into the non-volatile reprogrammable memory, and upon reloading, decompressing and decrypting the compressed memory image so that the decompressed memory image is loaded into the working memory. Preferably the step of providing a memory image of desired contents of the system working memory includes the step of providing a memory image of post-boot contents of the system working memory, the contents of CPU registers and the contents of other chipset devices.
Preferably the step of providing a memory image of desired contents of the system working memory includes the step of providing a memory image which is an image of all data stored in the system working memory and other hardware device registers prior to the computer system last being shut down.
Preferably the memory image includes pages from virtual memory or the volatile page file.
Preferably it includes the step of creating the memory image during the set up process of the operating system.
Preferably it includes the step of updating the memory image in response to a significant change to the configuration of the system.
Preferably the updating step includes the step of archiving the last known good memory image.
Preferably the non- volatile reprogrammable memory is flash memory and the method includes the step of modifying the operating system source code to support a flash file system and/or a Flash Translation Layer (FTL).
Preferably it includes the step of modifying the firmware or BIOS to boot from the nonvolatile reprogrammable memory.
Preferably a password is required for the firmware to boot from the memory image.
Preferably failure to supply a correct password deletes any and all stored memory images.
Preferably the memory image is an image including all system settings and memory contents relating to a logged in user.
Alternatively the invention relates to a computer system including a digital processing means, a working memory for the digital processing means, a non-volatile reprogrammable memory including a memory image of desired contents of the system working memory and other portions of memory, the nonvolatile reprogrammable memory being capable of transferring the memory image to the system working memory in order to boot the computer system characterised in that the memory image includes hardware configuration and hardware context information.
Preferably where the computer hardware configuration has altered from that in the memory image, those portions of the image relating to changed hardware are not loaded, and the changed hardware is recognised and initialised before the remainder of the memory image is processed.
Preferably the system includes a disk drive or other memory storage device including at least one archive copy of the memory image.
Preferably the memory image is an image of desired post-boot contents of the existing working memory, the CPU registers, other chipset registers and any temporarily stored memory pages.
Preferably the memory image is an image of all data stored in the working memory prior to the computer system being shut down.
Preferably the memory image was created during a setup process of an operating system of the computer system.
Preferably the system includes a disk drive or other memory storage device including at least one "last known good" copy of the memory image.
Preferably the non- volatile reprogrammable memory uses Flash memory.
Alternatively the invention relates to a method of shutting down a computer system having a system working memory, the method including the steps of creating a memory image of the contents of the system working memory, the hardware configuration and context, CPU registers, chipset registers and volatile page file memory, loading the memory image in a non-volatile reprogrammable memory in a compressed form, and shutting down the computer system.
Preferably the memory image is additionally encrypted.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a flow diagram of a computer boot or start-up process according to the invention for an operating system driven computer
Figure 2 is a flow diagram of a computer boot or start-up process according to the invention for a firmware driven computer
Figure 3 is a flow diagram of a shutdown process according to the invention
Figure 4 is a flow diagram of a shutdown process for a firmware driven computer according to the invention.
Figure 5 is a diagram of the contents of a compressed memory image file
Figure 6 is a flow diagram of the swap operations involved in paging data between the various memory or virtual memory locations.
Figure 7 is a diagram of the data flow within the computer
DETAILED DESCRIPTION
The examples referred to below relate to use of the invention to boot a personal computer and to a personal computer having a non-volatile reprogrammable memory configured to effect booting the computer. However, the invention is also applicable to other digital processing devices which require an operating system to be loaded for use, for example computer game machines, business machines and telecommunication apparatus.
Referring to Figure 1, a flow diagram of a boot or start up process for a computer system according to the invention is illustrated. The method described with reference to Figure 1 assumes that a "cold" or "hard" boot is being performed. Those skilled in the art will see that the method is also applicable to situations where a "warm" or "soft" boot is performed.
Referring to Figure 1, a user activates the system power button for example in step 1. This applies power to the system and, in the usual way, the firmware software initiates the boot sequence. Therefore in step 2, the firmware is activated, performs its usual POST initialisation sequence, and then does one of two things. The firmware either: a) looks to the hard drive of the system for the operating system boot loader, as occurs in existing boot sequences; or (b) alternatively, the firmware looks to a non- olatile reprogrammable memory provided in the computer system. Even if the firmware initially looks to the hard drive for the operating system boot loader, the boot loader still directs the system to download a memory image from the non-volatile reprogrammable memory, as will be described further below, though this may be conditional on the user entering a password stored in firmware.
The non- volatile reprogrammable memory is provided as an integrated circuit, which is accessible to the computer system, for example being provided on the motherboard of the personal computer. Alternatively, it is provided as a PCI add-in card to retrofit to an existing machine. The non- volatile reprogrammable memory may also be provided in other ways, so long as it satisfies requirements of being accessible to the system to enable its contents to be accessed sufficiently quickly by the system to make the boot method of the present invention worthwhile.
Turning now to step 3, the operating system boot loader therefore starts the boot process either directly from the contents of the non- volatile reprogrammable memory, or from the hard drive of the system.
The non- volatile reprogrammable memory contains a memory image of the contents of RAM which are sufficient, when loaded into system memory, to enable the computer system to be provided in a useable state for a user i.e. to boot the computer system.
Depending upon the requirements of the user, the memory image that is captured and provided in the non-volatile reprogrammable memory may take a variety of forms. For example, the non-volatile reprogrammable memory may contain a memory image of the post-boot system working memory (i.e. RAM) contents.
Another alternative, for example, is to load the non-volatile reprogrammable memory with a preferably compressed memory image of all data currently stored in RAM. In a preferred form, this compressed memory image is stored from a previous shutdown procedure similar to a State S4 shutdown procedure in the current ACPI 2.0a specifications. This includes computer and/or operating system settings of the computer system where it is in a state ready for use by a user, and is preferably provided to a user for a user to resume use of the system where it is in a condition which is the same or substantially the same as it was when the user commenced shutdown.
Details of a standard ACPI S4 shutdown can be found from the current ACPI specification, Revision 2.0, which is available at url http://www.acpi.info.
The memory image may also be only a partial image of the system memory. Therefore, the image may comprise data relating to the bulk of the operating system for example, and the remainder of the information necessary to build or establish the system working memory may be loaded into the working memory from another memory storage device such as the system hard disk. This arrangement may be preferable where the size of the non- volatile reprogrammable memory needs to be limited, for example due to cost constraints, but the invention is still worthwhile because the overall time taken to perform a boot process is still significantly reduced as compared to known boot processes.
The memory image may be initially created during the set up process of the operating system, or may alternatively be replaced whenever a user makes a significant change to the configuration of the computer. Also, the memory image may be captured every time the user initiates a shut down sequence. These options are discussed further with reference to Figure 2.
The memory image is preferably compressed, so that a compressed memory image (CMI) is stored in the non-volatile reprogrammable memory and retrieved from the non-volatile reprogrammable memory when required. Compression can save a significant amount of memory space without the decompression process adding significantly to the reduced boot time provided by the present invention. A compression algorithm such as that available in the open source zlib library may be used.
In addition to compression the memory image may also be encrypted to the same standard as the hard drive to prevent attempts to recover information from the memory where the hard drive carrying the same data is secured.
In Figure 1, where it has been determined that a compressed memory image exists (step 6), the user is required to choose (step 7) among CMI files if there are multiple files (as, for instance, for multiple users or different operating systems) and is prompted for a password (step 8). If an incorrect password is supplied (step 9) the logon attempt may be retried (step 11) but if it eventually fails (step 12) the computer deletes the compressed memory image (step 13) and any data in the volatile page file (the temporary storage on the hard disk) and shuts down (step 15). These precautions render it difficult to break the fast boot system. If the CMI is deleted the next boot will be a normal boot sequence (steps 4-5, 36-39).
When a password is supplied and correct the boot loader checks for any major changes in hardware from that of the compressed memory image (step 17). If there are none the CMI located in the non-volatile reprogrammable memory is decompressed, and the computer system settings and full memory contents are loaded into RAM from the decompressed CMI (step 21), thus providing all the applications, services and device drivers.
The operating system then takes over from the previously stored state, clears the volatile page file (step 23) and checks for any changes in the hot pluggable hardware configuration. If it finds any it will set the modification flag to FALSE (step 25) so that on close down a new image will be made.
The quicker boot process is now completed.
If a changed hardware configuration is found at the hardware check (step 17) the boot loader clears all temporary data but processes the memory image to the point where the hardware change needs servicing (step 30). Any changed device drivers are then loaded (step31) and the memory image decompression and loading is then resumed, jumping over the inapplicable portion (step 32). The OS is thus instantiated and the PC boots fully, as previously, however the modification flag will be set so that a new memory image will be saved at shut down.
Because the memory contents are loaded very quickly from the non-volatile reprogrammable memory into RAM, rather than being searched for and transferred from the system hard disk, the time required for the boot process is dramatically reduced.
In one example of booting a personal computer (PC) using the Microsoft Windows™ operating system, the firmware checks the non-volatile reprogrammable memory for boot information first, and loads the windows boot files and kernel into memory. The registry hives may be created and stored in non-volatile reprogrammable memory if storage space permits, or they may be created and stored on the local hard drive, as is the case with existing systems. While Windows is loading, device drivers will be loaded into RAM from nonvolatile reprogrammable memory. Services and third party start-up applications will be preloaded from the local hard drive. A typical personal computer may be physically modified to implement this process by providing 64 megabyte or upwards of non-volatile reprogrammable memory chip(s) added to the motherboard of the machine. The firmware on the PC is modified to allow booting from the non-volatile reprogrammable memory using built in support for a flash file system (FFS) and Flash Translation Layer (FTL). Microsoft Windows™, for example Windows XP, may be modified to support the FFS/FTL through internal drivers (e.g. FAT16/32, NTFS, and FFS/FTL) or third party drivers. Hardware support can be provided through an add-on PCI based product. Windows boot files and device drivers are added to the non- volatile reprogrammable memory, and third party start up programs are physically moved to the start of the hard drive.
In another example using a Windows operating system, the firmware boots from non- volatile reprogrammable memory, and loads and decompresses the memory image into RAM. Minor environmental changes are loaded or created from the beginning of the hard drive after the memory image is in RAM. These include (but are not limited to) the following:
Application installations
Non-critical start-up applications
Registry hives Page file (virtual memory).
Physical modifications to a typical personal computer running Microsoft Windows operating system are similar to those referred to in the example above, however a user customised compressed Windows memory image is created during Windows setup, and is stored in non- volatile reprogrammable memory. Further customised settings are stored at the beginning of the hard drive.
Figure 2 shows an alternative sequence for those computers which use a firmware which checks for component changes. This sequence differs from that of Figure 1 only in that the ZBIOS performs the hardware configuration checks rather than using an operating system which provides the checks.
Turning now to Figure 3, a shut down process for a computer system according to the invention is diagrammatically illustrated. The process begins in step 1 with the user selecting a shut down command from the operating system. The operating system, as part of the shut down process, then checks for a modification flag in step 3. The modification flag is one that is set by the operating system whenever a significant change is made to the configuration of the computer. A significant change may include (without limitation) the following:
a) new application installations i) application installations that require components to load once the operating system boots. b) changes to registry hives c) device driver upgrades d) service pack/hotfix installations e) service modifications f) user environment customisations (i) desktop (ϋ) wallpaper (iii) themes (iv) sounds (v) icons (vi) colour schemes.
Therefore, with each new user session from a boot up the modification flag is set to false. Then, when a significant change occurs, such as changes listed above for example, then the flag is set to true. For purposes of clarity, the list of significant changes provided above is not exhaustive. Furthermore, a user may wish to exclude some of the actions from the list provided above.
Returning to Figure 3, if the modification flag is false as shown in step 5, then the operating system closes all open files, devices and services but does not save any system configuration data, since nothing in that area has changed, as shown in step 14. The operating system then continues its normal shut down process, currently implemented in the ACPI 2.0a specifications as a State S5 Shutdown, in step 15. The computer is then in a state where it either switches itself off or reboots.
If the modification flag is true as shown by step 4 in Figure 3, then the "last known good" (LKG) compressed memory image is archived to an appropriate storage means such as the system's local hard drive. This occurs in step 6.
Then, in step 7, the CMI that was used to last boot the system, being the active CMI, is now used as the LKG CMI.
The operating system then initiates a modified shut down procedure, beginning with step 8.
In step 8 a new encryption key is generated and stored in a new CMI. Subsequent to this at step 9 the current hardware information is written to the new file and then at step 10 all data currently stored in RAM is compressed and encrypted using an appropriate compression algorithm and stored. Next, any paging data in the volatile page file is loaded into the Paging Data subsection of the new CMI file at step 11 and then the current hardware context is loaded at step 12. The loading process then completes and the final file in non- olatile RAM is marked as the new Active CMI at step 13. The operating system then finishes the modified shut down process as described above with reference to step 15.
From the method shown in Figure 3 it can be seen that an archive of compressed memory- images which may be used to boot the system is retained. In this way, if a user makes a significant change which is deleterious to the operation of the machine i.e. is undesirable, or if the system crashes, a user will always have at least one compressed memory image from which the machine may be rebooted.
Figure 4 shows a similar shutdown sequence, but this time for a firmware controlled computer, where the initial and final parts of the modified shutdown procedure are under firmware control.
Figure 5 shows the layout of a typical compressed memory image (CMI) file, where the encryption key and authentication information are stored first, followed by the hardware configuration information, then the RAM contents, the paging data from the virtual memory file (or volatile page contents) and finally the hardware context of the current hardware. The reloading of the compressed and encrypted information is sufficient to return the computer to a full working state if no changes have been made to its configuration since last shutdown.
Figure 7 shows the three operations relating to the storage of the paging files (volatile page file or virtual memory file) where these may have been stored in the compressed memory image. The first time the system requests a page (Step 1) which should be in the volatile page file it is retrieved from the CMI paging data, decompressed and decrypted before being exported to RAM as at step 2. If the page ages out in RAM, because pages with a higher priority must be stored, it will be swapped out to the volatile page file as at steps 3 and 4. Subsequently, as in normal operation, where the system again requests that memory page it will be swapped in from the volatile page file as shown by steps 5 and 6.
Turning now to Figure 7, the basic processor and memory components of an example of a computer system according to the present invention are shown. To those skilled in the art to which the invention relates, other arrangements and communication paths for the memory devices are possible. The system has a central processing unit (CPU) 701 within which is provided a control unit 702. Working memory in the form of random access memory (RAM) 403 is provided, as is non-volatile reprogrammable memory 704. A data bus 705 allows data to be interchanged between RAM 703 and the CPU 701 under control of the control unit 702 via address data control bus 706. Similarly, a data bus 707 allows data to be interchanged between the non-volatile reprogrammable memory 703 and the CPU under control of the control unit 402 via address data control bus 708. Therefore, bus 707 allows information in RAM comprising the entire memory content to be transferred to non-volatile reprogrammable memory 704. Buses 705 and 707 may comprise a system bus. Furthermore, the content of RAM 703 may have been subject to compression whereby the compressed image may be transferred via bus 707 to be stored in non-volatile reprogrammable memory 704. Then, when required, the memory image stored in nonvolatile reprogrammable memory 704 may be transferred directly to RAM 703, or may firstly be compressed and then installed in RAM 703.
The non-volatile reprogrammable memory 704 has the advantage that it is essentially a solid state device which is non-volatile so the contents of the non-volatile reprogrammable memory are retained when the power supply is removed from the computer system. However, those skilled in the art will appreciate that references in this document to nonvolatile reprogrammable memory include the use of flash RAM i.e. the forms of non- volatile reprogrammable memory which require a source of external power such as a battery for example in order to maintain the memory content.
A non- volatile reprogrammable memory device according to the invention may be provided as an integrated circuit on the system motherboard for example, or on a separate board or card. In particular, if desired, non-volatile reprogrammable memory may be provided on a card such as those referred to under the trade marks SmartMedia or CompactFlash.
Some non-volatile reprogrammable memory products that are currently available have load times orders of magnitude faster than hard drives, so it will be seen that the method and system according to the present invention provides significant advantages in terms of boot times compared with prior art systems.
Other types of non- volatile memory and Solid State Disks may be used with or instead of Flash Memory, such as Magnetic RAM (MRAM) which boasts transfer speeds exponentially faster in both read and write operations than Flash Memory. MRAM is expected to be mass produced in 2005.
Preferably the set-up application for the desired operating system additionally creates a
Compressed Memory Image (CMI), containing a compressed image of all data currently stored in RAM, such as is currently implemented in the ACPI 2.0a specifications (currently available from http://www.acpi.info) as a State S4 system context file. This file is stored in the non-volatile reprogrammable memory, but the set-up application does not shut the computer down as is the case for a State S4 system context file creation in the current ACPI 2.0a specifications, rather it follows a programmed shut down procedure.
Preferably the operating system source code is modified to internally support a flash file system (FFS) through a Flash Translation Layer (FTL), such as Intel's own FTL specification (http://www.intel.com/design/flcomp/applnots/297816.htm).
Conveniently the compressed memory image (CMI) has the compressed version of all data currently stored in RAM resulting from a previous shut down procedure, similar to a State S4 shutdown procedure in the current ACPI 2.0a specifications.
In the most preferred embodiment the previous CMI is archived to installed and non- volatile reprogrammable memory to be used as a "last known good" CMI.
References in this document to computer systems include digital data processing systems generally.
Throughout the description and claims of this specification the word "comprise" and variations of that word, such as "comprises" and "comprising", are not intended to exclude other additives, components, integers or steps.
INDUSTRIAL APPLICABILITY
The invention provides a method of allowing a computer to boot up considerably more quickly than a standard hard disk boot even if the computer configuration has changed since the last good boot, thereby providing a reduced level of expenditure on user time wasted waiting for a computer to load software to the point at which a user can carry out useful work on it. Additionally it provides for doing this in a secure manner.

Claims

CLAIMS:
1. A method of booting a computer system having a system working memory to a level where the operating system is fully loaded, including the steps of providing a memory image of desired contents of the system working memory, loading the memory image in non- volatile reprogrammable memory, and upon the system being required to boot, loading the memory image from the nonvolatile reprogrammable memory into the system working memory characterised in that upon reloading the memory image the loader recognizes changed hardware in the computer system incompatible with portions of the memory image, and processes initialization for this changed hardware before proceeding with unaffected portions of the memory image.
2. A method as claimed in claim 1 characterised in that it includes the step of encrypting and compressing the memory image and loading the encrypted compressed memory image into the non-volatile reprogrammable memory, and upon reloading, decompressing and decrypting the compressed memory image so that the decompressed memory image is loaded into the working memory.
3. A method as claimed in claim 1 characterised in that the step of providing a memory image of desired contents of the system working memory includes the step of providing a memory image of post-boot contents of the system working memory, the contents of CPU registers and the contents of other chipset devices.
4. A method of booting a computer system as claimed in claim 1 characterised in that the step of providing a memory image of desired contents of the system working memory includes the step of providing a memory image which is an image of all data stored in the system working memory and other hardware device registers prior to the computer system last being shut down.
5. A method of booting a computer system as claimed in claim 4 characterised in that the memory image includes pages from virtual memory or the volatile page file.
6. A method as claimed in claim 1 characterised in that it includes the step of creating the memory image during the set up process of the operating system.
7. A method as claimed in claim 1 characterised in that it includes the step of updating the memory image in response to a significant change to the configuration of the system.
8. A method as claimed in claim 7 characterised in that the updating step includes the step of archiving the last known good memory image.
9. A method as claimed in claim 1 characterised in that the non- volatile reprogrammable memory is flash memory and the method includes the step of modifying the operating system source code to support a flash file system and/or a Flash Translation Layer (FTL).
10. A method as claimed in claim 1 characterised in that it includes the step of modifying the firmware to boot from the non- volatile reprogrammable memory.
11. A method as claimed in claim 10 characterised in that a password is required for the firmware to boot from the memory image.
12. A method as claimed in claim 11 wherein failure to supply a correct password deletes any and all stored memory images.
13. A method as claimed in claim 1 characterised in that the memory image is an image including all system settings and memory contents relating to a logged in user.
14. A computer system including a digital processing means, a working memory for the digital processing means, a non-volatile reprogrammable memory including a memory image of desired contents of the system working memory and other portions of memory, the nonvolatile reprogrammable memory being capable of transferring the memory image to the system working memory in order to boot the computer system characterised in that the memory image includes hardware configuration and hardware context information.
15. A computer system as claimed in claim 14 characterised in that where the computer hardware configuration has altered from that in the memory image, those portions of the image relating to changed hardware are not loaded, and the changed hardware is recognised and initialised before the remainder of the memory image is processed.
16. A computer system as claimed in claim 14 characterised in that the system includes a disk drive or other memory storage device including at least one archive copy of the memory image.
17. A computer system as claimed in claim 14 characterised in that the memory image is an image of desired post-boot contents of the existing working memory, the CPU registers, other chipset registers and any temporarily stored memory pages.
18. A computer system as claimed in claim 14 characterised in that the memory image is an image of all data stored in the working memory prior to the computer system being shut down.
19. A computer system as claimed in claim 14 characterised in that the memory image was created during a setup process of an operating system of the computer system.
20. A computer system as claimed in claim 14 characterised in that the system includes a disk drive or other memory storage device including at least one "last known good" copy of the memory image.
21. A computer system as claimed in claim 14 characterised in that the non- volatile reprogrammable memory uses Flash memory.
22. A method of shutting down a computer system having a system working memory, the method including the steps of creating a memory image of the contents of the system working memory, the hardware configuration and context, CPU registers, chipset registers and volatile page file memory, loading the memory image into a non-volatile reprogrammable memory in a compressed form, and shutting down the computer system.
23. The method as claimed in claim 22 wherein the memory image is additionally encrypted.
EP04748817A 2004-06-15 2004-06-15 Method and apparatus for booting a computer system Withdrawn EP1759284A4 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/NZ2004/000122 WO2005124540A1 (en) 2004-06-15 2004-06-15 Method and apparatus for booting a computer system

Publications (2)

Publication Number Publication Date
EP1759284A1 true EP1759284A1 (en) 2007-03-07
EP1759284A4 EP1759284A4 (en) 2007-07-25

Family

ID=35509886

Family Applications (1)

Application Number Title Priority Date Filing Date
EP04748817A Withdrawn EP1759284A4 (en) 2004-06-15 2004-06-15 Method and apparatus for booting a computer system

Country Status (5)

Country Link
EP (1) EP1759284A4 (en)
JP (1) JP2008502988A (en)
CN (1) CN100489768C (en)
IL (1) IL179954A0 (en)
WO (1) WO2005124540A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8560760B2 (en) * 2007-01-31 2013-10-15 Microsoft Corporation Extending flash drive lifespan
JP5494134B2 (en) * 2010-03-31 2014-05-14 株式会社リコー Control apparatus and control method
JP5773773B2 (en) * 2011-06-22 2015-09-02 キヤノン株式会社 Image forming apparatus, start control method of image forming apparatus, program, and storage medium
US20150032945A1 (en) * 2012-01-29 2015-01-29 Thomson Licensing Method for flash compressed instruction caching for limited ram/flash device architectures
CN104272250A (en) * 2012-04-30 2015-01-07 惠普发展公司,有限责任合伙企业 Configurable computer memory
KR101987144B1 (en) 2012-10-10 2019-06-11 삼성전자주식회사 Main memory system storing Operating System program and computer system including the same
CN113569277B (en) * 2021-06-25 2024-01-26 北京鼎普科技股份有限公司 Method and device for checking security document data and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802365A (en) * 1995-05-05 1998-09-01 Apple Computer, Inc. Dynamic device matching using driver candidate lists
US6134616A (en) * 1996-10-28 2000-10-17 International Business Machines Corporation Method and apparatus for dynamic re-enumeration and reconfiguration of computer devices after system hibernation

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6379120A (en) * 1986-09-22 1988-04-09 Nec Corp Quick start-up system
JP3102455B2 (en) * 1993-07-26 2000-10-23 インターナショナル・ビジネス・マシーンズ・コーポレ−ション Information processing system
US5710930A (en) * 1995-08-04 1998-01-20 Intel Corporation Apparatus and a method for allowing an operating system of a computer system to persist across a power off and on cycle
US6173417B1 (en) * 1998-04-30 2001-01-09 Intel Corporation Initializing and restarting operating systems
US6209088B1 (en) * 1998-09-21 2001-03-27 Microsoft Corporation Computer hibernation implemented by a computer operating system
US6636963B1 (en) * 1999-12-30 2003-10-21 Cardiac Pacemakers, Inc. Quick starting for microprocessor-based system by retrieving a target state memory image and a target state data structure from an image storage medium
JP2004038546A (en) * 2002-07-03 2004-02-05 Fuji Xerox Co Ltd Start control method, start control system, and image processor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802365A (en) * 1995-05-05 1998-09-01 Apple Computer, Inc. Dynamic device matching using driver candidate lists
US6134616A (en) * 1996-10-28 2000-10-17 International Business Machines Corporation Method and apparatus for dynamic re-enumeration and reconfiguration of computer devices after system hibernation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2005124540A1 *

Also Published As

Publication number Publication date
WO2005124540A1 (en) 2005-12-29
CN1997961A (en) 2007-07-11
JP2008502988A (en) 2008-01-31
CN100489768C (en) 2009-05-20
IL179954A0 (en) 2007-05-15
EP1759284A4 (en) 2007-07-25

Similar Documents

Publication Publication Date Title
US7313684B2 (en) Method and apparatus for booting a computer system
US20080059785A1 (en) Method and apparatus for shutting down a computer system
WO2005029325A1 (en) Method and apparatus for booting a computer system
US20040034765A1 (en) Method and apparatus for booting a computer system
US20070112899A1 (en) Method and apparatus for fast boot of an operating system
JP4932781B2 (en) Method, system and program for creating a reduced operating system image on a target medium
EP1634170B1 (en) Method for firmware variable storage with eager compression, fail-safe extraction and restart time compression scan
US7136994B2 (en) Recovery images in an operational firmware environment
KR101232558B1 (en) Automated modular and secure boot firmware update
US8539213B2 (en) Manageability extension mechanism for system firmware
US20140115316A1 (en) Boot loading of secure operating system from external device
CN102193817B (en) Simplify the management of physics and virtual deployment
US20050005076A1 (en) Mass storage device with boot code
WO2006075048A1 (en) Method and system for preserving crash dump in a diskless system
CN107003863B (en) Booting a system-on-a-chip device
US11704198B2 (en) Method and apparatus for providing recovery from a computing device boot up error
EP1685482A1 (en) Method and apparatus for booting a computer system
WO2005124540A1 (en) Method and apparatus for booting a computer system
US20040243385A1 (en) Emulation of hardware devices in a pre-boot environment
NZ533549A (en) Method and apparatus for booting a computer system
US9202058B1 (en) Root volume encryption mechanism in para-virtualized virtual machine
KR20070041515A (en) Method and apparatus for booting a computer system
JP7355876B2 (en) Program startup method, equipment, and storage medium
US20220108017A1 (en) Firmware to restore configurable option

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20061207

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PL PT RO SE SI SK TR

A4 Supplementary search report drawn up and despatched

Effective date: 20070627

DAX Request for extension of the european patent (deleted)
17Q First examination report despatched

Effective date: 20080513

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20110301