US20050268082A1 - Method and apparatus to boot system from the USB port - Google Patents

Method and apparatus to boot system from the USB port Download PDF

Info

Publication number
US20050268082A1
US20050268082A1 US11/146,490 US14649005A US2005268082A1 US 20050268082 A1 US20050268082 A1 US 20050268082A1 US 14649005 A US14649005 A US 14649005A US 2005268082 A1 US2005268082 A1 US 2005268082A1
Authority
US
United States
Prior art keywords
boot
computer
instructions
bios
usb
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.)
Abandoned
Application number
US11/146,490
Inventor
David Poisner
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Priority to US11/146,490 priority Critical patent/US20050268082A1/en
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: POISNER, DAVID I.
Publication of US20050268082A1 publication Critical patent/US20050268082A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1417Boot up procedures

Definitions

  • This invention relates to computer booting instructions, and more particularly to providing the BIOS instructions through a USB bus.
  • BIOS does not exist or has been corrupted
  • existing systems allow the processor to boot from a peripheral component interconnect (PCI) adapter.
  • PCI peripheral component interconnect
  • FIG. 2 illustrates the boot path of a computer according to one embodiment of the present invention.
  • FIG. 3 is a flowchart showing the boot process used by a computer according to one embodiment of the present invention.
  • FIG. 1 illustrates the boot path 100 of a typical computer according to the prior art.
  • the boot path includes a central processing unit (CPU) 105 , a chipset 110 , and a BIOS EPROM (erasable programmable read-only memory) 125 .
  • CPU central processing unit
  • BIOS EPROM erasable programmable read-only memory
  • the CPU 105 is set to execute instructions that are located at the top of the computers memory located within the chipset 110 . At power-up, there are typically no instructions present at these locations. Thus, the computer cycles forward to the BIOS EPROM 125 .
  • the BIOS EPROM 125 contains an initial set of boot instructions which are transferred to the chipset 110 .
  • the CPU 105 then reads the boot instructions from the chipset 110 and executes the instructions to boot the computer.
  • FIG. 2 illustrates the boot path 200 of a computer according to one embodiment of the present invention.
  • the boot path 200 includes the CPU 105 , a chipset 210 , a Universal Serial Bus (USB) controller 220 , a USB device having BIOS instructions 215 , and the BIOS EPROM 125 .
  • the USB controller 220 is a bus master device that can be incorporated within the chipset 210 or may be separate from the chipset 210 .
  • the USB controller 220 may follow the USB protocol, or may use a different protocol if desired.
  • the USB controller 220 checks the USB port of the computer to determine if any connected USB device contains the BIOS instructions. If the USB device 215 includes BIOS instructions, these instructions are passed via the USB controller 220 through the chipset 210 to the CPU 105 . The CPU 105 can then execute the instructions to boot the computer. Of course, the instructions on the USB port may be used to program the BIOS EPROM 125 in a manner known to one of skill in the art.
  • the USB controller may instruct the computer to cycle forward to the BIOS EPROM 125 . If the BIOS EPROM 124 is present and not corrupted, the CPU 105 executes the instructions in the BIOS EPROM 125 to boot the computer.
  • the boot process 300 used by a computer is shown in FIG. 3 .
  • the process begins in a start state 305 . Proceeding to state 310 , the computer detects whether a USB controller is present. If no USB controller is present, the computer does not attempt the boot process 300 , but proceeds with a normal boot process using the BIOS EPROM.
  • the computer attempts to authenticate any device connected to the USB port.
  • a bootable device on the USB is capable of reprogramming the BIOS EPROM 125 .
  • the authentication procedure ensures that only an authorized device is used. Techniques to accomplish the authentication process are well known in the art, and may include reading a code from the device connected to the USB port, or a challenge and reply system. If the device is not authorized, the computer will not boot using the instruction on the USB device. If the device passed the authentication, the process 300 continues to attempt to boot the computer.
  • state 325 the computer determines if a BIOS EPROM is present and non-corrupt. If the BIOS EPROM is corrupted, the computer treats it as if no BIOS EPROM is present. If no BIOS EPROM is present, the process 300 proceeds along the NO branch to an END state 340 . In this situation, the computer is unable to boot due to the lack of BIOS instructions available on either the USB port or the BIOS EPROM.
  • state 325 if the BIOS EPROM is present, the process 300 proceeds along the YES branch to state 330 .
  • state 330 the initial boot instructions are read into the CPU from the BIOS EPROM.
  • the process 300 proceeds to state 335 .
  • the CPU 105 executes the initial instructions necessary to boot the computer. After the instructions are executed, the computer will boot-up and the boot process 300 terminates in end state 340 .
  • the CPU 105 may be preset to either boot from either the USB port or the BIOS EPROM 125 .
  • the CPU 105 may contain an indicator such as a policy bit that directs the CPU 105 to a desired boot path. For example, if the policy bit was set to a logical high, the CPU 105 may boot through the USB port. However, if the policy bit was set to a logical low, the CPU 105 may boot through the BIOS EPROM 125 .
  • the use of a boot indicator directs the CPU 105 to a specific boot path regardless of whether a bootable device is connected to the USB port.

Abstract

In one embodiment, a design is described for providing the BIOS instructions to a computer through the USB port. At boot-up, a USB controller checks the USB port for a bootable device containing BIOS instructions. If a bootable device is connected, the USB controller transfers the BIOS instructions through the USB port to the processor. The computer then boots-up using the USB boot instructions. If no bootable device is connected to the USB port, the computer looks to a standard BIOS EPROM for boot instructions.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation application of and claims priority to U.S. patent application Ser. No. 09/560,858, filed Apr. 28, 2000.
  • TECHNICAL FIELD
  • This invention relates to computer booting instructions, and more particularly to providing the BIOS instructions through a USB bus.
  • BACKGROUND
  • The BIOS (basic input/output system) is built-in software that determines what a computer can do without accessing programs from a disk. On PCs, the BIOS contains all the code required to control the keyboard, display screen, disk drives, serial communications, and a number of other functions. The BIOS is typically placed on a writeable chip that comes on the motherboard. This ensures that the BIOS will always be available and will not be damaged by disk failures. The BIOS also contains a boot program that provides the initial instructions to the computer processor at startup. These initial instructions contained in the boot program allow the computer to boot itself.
  • If the BIOS does not exist or has been corrupted, existing systems allow the processor to boot from a peripheral component interconnect (PCI) adapter. This requires a user to open the housing of the computer to access the PCI adapter. It is typically undesirable to have a user open the housing of a computer. Even with trained service personnel, it would be more convenient to boot the computer without accessing the PCI adapter. This is especially true with systems having cases that are sealed or difficult to open, such as notebook computers.
  • DESCRIPTION OF DRAWINGS
  • Features and advantages of the invention will become more apparent upon reading the following detailed description and upon reference to the accompanying drawings.
  • FIG. 1 illustrates the boot path of a computer according to the prior art.
  • FIG. 2 illustrates the boot path of a computer according to one embodiment of the present invention.
  • FIG. 3 is a flowchart showing the boot process used by a computer according to one embodiment of the present invention.
  • DETAILED DESCRIPTION
  • FIG. 1 illustrates the boot path 100 of a typical computer according to the prior art. The boot path includes a central processing unit (CPU) 105, a chipset 110, and a BIOS EPROM (erasable programmable read-only memory) 125. When a computer is first powered on, an initial set of instructions must be executed to allow the computer to boot itself. The CPU 105 is set to execute instructions that are located at the top of the computers memory located within the chipset 110. At power-up, there are typically no instructions present at these locations. Thus, the computer cycles forward to the BIOS EPROM 125. The BIOS EPROM 125 contains an initial set of boot instructions which are transferred to the chipset 110. The CPU 105 then reads the boot instructions from the chipset 110 and executes the instructions to boot the computer.
  • If the BIOS EPROM 125 is corrupted or missing, the initial set of boot instructions cannot be executed by the CPU 105. Thus, the CPU 105 is unable to boot the computer. In this circumstance, some computers allow the system to boot from the peripheral component interconnect (PCI) adapter. To accomplish this, hardware having a PCI interface is connected to the PCI bus. Because connections to the PCI bus are located on the computers motherboard, this procedure requires opening the housing of the computer.
  • FIG. 2 illustrates the boot path 200 of a computer according to one embodiment of the present invention. The boot path 200 includes the CPU 105, a chipset 210, a Universal Serial Bus (USB) controller 220, a USB device having BIOS instructions 215, and the BIOS EPROM 125. The USB controller 220 is a bus master device that can be incorporated within the chipset 210 or may be separate from the chipset 210. The USB controller 220 may follow the USB protocol, or may use a different protocol if desired.
  • When the computer is powered on, the USB controller 220 checks the USB port of the computer to determine if any connected USB device contains the BIOS instructions. If the USB device 215 includes BIOS instructions, these instructions are passed via the USB controller 220 through the chipset 210 to the CPU 105. The CPU 105 can then execute the instructions to boot the computer. Of course, the instructions on the USB port may be used to program the BIOS EPROM 125 in a manner known to one of skill in the art.
  • If none of the devices connected to the USB port include BIOS instructions, the USB controller may instruct the computer to cycle forward to the BIOS EPROM 125. If the BIOS EPROM 124 is present and not corrupted, the CPU 105 executes the instructions in the BIOS EPROM 125 to boot the computer.
  • The boot process 300 used by a computer according to an embodiment of the present invention is shown in FIG. 3. The process begins in a start state 305. Proceeding to state 310, the computer detects whether a USB controller is present. If no USB controller is present, the computer does not attempt the boot process 300, but proceeds with a normal boot process using the BIOS EPROM.
  • Proceeding to state 312, the computer attempts to authenticate any device connected to the USB port. A bootable device on the USB is capable of reprogramming the BIOS EPROM 125. The authentication procedure ensures that only an authorized device is used. Techniques to accomplish the authentication process are well known in the art, and may include reading a code from the device connected to the USB port, or a challenge and reply system. If the device is not authorized, the computer will not boot using the instruction on the USB device. If the device passed the authentication, the process 300 continues to attempt to boot the computer.
  • Proceeding to state 315, the USB controller determines whether any of the devices attached to the USB port is a bootable device containing BIOS instructions. The USB port is capable of interfacing many devices to the computer. At startup, the USB controller is only interested in devices that include boot instructions for the computer. If a bootable device is connected to the USB port, the process 300 proceeds along the YES branch to state 320. In state 320, the process 300 reads the boot instructions from the bootable USB device. The instructions are read through the USB port via the USB controller.
  • Returning to state 315, if no bootable device exists on the USB port, the process 300 proceeds along the NO branch to state 325. In state 325, the computer determines if a BIOS EPROM is present and non-corrupt. If the BIOS EPROM is corrupted, the computer treats it as if no BIOS EPROM is present. If no BIOS EPROM is present, the process 300 proceeds along the NO branch to an END state 340. In this situation, the computer is unable to boot due to the lack of BIOS instructions available on either the USB port or the BIOS EPROM.
  • Returning to state 325, if the BIOS EPROM is present, the process 300 proceeds along the YES branch to state 330. In state 330, the initial boot instructions are read into the CPU from the BIOS EPROM.
  • After the initial boot instructions are read from either the USB port in state 320 or the BIOS EPROM in state 330, the process 300 proceeds to state 335. In state 335, the CPU 105 executes the initial instructions necessary to boot the computer. After the instructions are executed, the computer will boot-up and the boot process 300 terminates in end state 340.
  • In an alternative embodiment, the CPU 105 may be preset to either boot from either the USB port or the BIOS EPROM 125. The CPU 105 may contain an indicator such as a policy bit that directs the CPU 105 to a desired boot path. For example, if the policy bit was set to a logical high, the CPU 105 may boot through the USB port. However, if the policy bit was set to a logical low, the CPU 105 may boot through the BIOS EPROM 125. The use of a boot indicator directs the CPU 105 to a specific boot path regardless of whether a bootable device is connected to the USB port.
  • Numerous variations and modifications of the invention will become readily apparent to those skilled in the art. Accordingly, the invention may be embodied in other specific forms without departing from its spirit or essential characteristics.

Claims (1)

1. A device and/or method substantially as shown and described.
US11/146,490 2000-04-28 2005-06-06 Method and apparatus to boot system from the USB port Abandoned US20050268082A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/146,490 US20050268082A1 (en) 2000-04-28 2005-06-06 Method and apparatus to boot system from the USB port

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/560,858 US6920553B1 (en) 2000-04-28 2000-04-28 Method and apparatus for reading initial boot instructions from a bootable device connected to the USB port of a computer system
US11/146,490 US20050268082A1 (en) 2000-04-28 2005-06-06 Method and apparatus to boot system from the USB port

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/560,858 Continuation US6920553B1 (en) 2000-04-28 2000-04-28 Method and apparatus for reading initial boot instructions from a bootable device connected to the USB port of a computer system

Publications (1)

Publication Number Publication Date
US20050268082A1 true US20050268082A1 (en) 2005-12-01

Family

ID=34738893

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/560,858 Expired - Lifetime US6920553B1 (en) 2000-04-28 2000-04-28 Method and apparatus for reading initial boot instructions from a bootable device connected to the USB port of a computer system
US11/146,490 Abandoned US20050268082A1 (en) 2000-04-28 2005-06-06 Method and apparatus to boot system from the USB port

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/560,858 Expired - Lifetime US6920553B1 (en) 2000-04-28 2000-04-28 Method and apparatus for reading initial boot instructions from a bootable device connected to the USB port of a computer system

Country Status (1)

Country Link
US (2) US6920553B1 (en)

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060026462A1 (en) * 2004-07-07 2006-02-02 Hon Hai Precision Industry Co., Ltd. Apparatus for recovering BIOS in computer system
US20070136609A1 (en) * 2005-12-13 2007-06-14 Rudelic John C Methods and apparatus for providing a secure channel associated with a flash device
US20080005462A1 (en) * 2006-06-30 2008-01-03 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US20080052452A1 (en) * 2000-01-06 2008-02-28 Chow David Q Electronic data flash card with various flash memory cells
US20080064271A1 (en) * 2005-10-24 2008-03-13 Super Talent Electronics Inc. Plug and cap for a Universal-Serial-Bus (USB) device
US20080082813A1 (en) * 2000-01-06 2008-04-03 Chow David Q Portable usb device that boots a computer as a server with security measure
US20080086631A1 (en) * 2000-01-06 2008-04-10 Chow David Q Flash memory controller controlling various flash memory cells
US20080147964A1 (en) * 2004-02-26 2008-06-19 Chow David Q Using various flash memory cells to build usb data flash cards with multiple partitions and autorun function
US20080177922A1 (en) * 2000-01-06 2008-07-24 Chow David Q Mass production testing of usb flash cards with various flash memory cells
US20080215800A1 (en) * 2000-01-06 2008-09-04 Super Talent Electronics, Inc. Hybrid SSD Using A Combination of SLC and MLC Flash Memory Arrays
US20080232060A1 (en) * 1999-08-04 2008-09-25 Super Talent Electronics, Inc. Multi-Level Cell (MLC) Rotate Flash Memory Device
US20080233798A1 (en) * 1999-08-04 2008-09-25 Super Talent Electronics, Inc. Multi-Level Cell (MLC) Slide Flash Memory
US7440287B1 (en) 2000-01-06 2008-10-21 Super Talent Electronics, Inc. Extended USB PCBA and device with dual personality
US7660938B1 (en) 2004-10-01 2010-02-09 Super Talent Electronics, Inc. Flash card reader and data exchanger utilizing low power extended USB protocol without polling
US7664902B1 (en) 2004-03-16 2010-02-16 Super Talent Electronics, Inc. Extended SD and microSD hosts and devices with USB-like high performance packetized interface and protocol
US20100039225A1 (en) * 2004-02-26 2010-02-18 Super Talent Electronics, Inc. Slide flash memory devices
US7771215B1 (en) 2003-12-02 2010-08-10 Super Talent Electronics, Inc. MLC COB USB flash memory device with sliding plug connector
US7815469B1 (en) 2004-02-12 2010-10-19 Super Talent Electronics, Inc. Dual-personality extended USB plugs and receptacles using with PCBA and cable assembly
US20100268874A1 (en) * 2006-06-30 2010-10-21 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US7850468B2 (en) 2007-06-28 2010-12-14 Super Talent Electronics, Inc. Lipstick-type USB device
US7850082B1 (en) 2004-10-01 2010-12-14 Super Talent Electronics, Inc. Extended universal serial bus (USB) card reader
US7869219B2 (en) 2004-01-20 2011-01-11 Super Talent Electronics, Inc. Flash drive with spring-loaded retractable connector
US20110010926A1 (en) * 2008-04-07 2011-01-20 Toyota Motor Engineering & Manufacturing Microwave antenna and method for making same
US7874067B1 (en) 2000-01-06 2011-01-25 Super Talent Electronics, Inc. Manufacturing method for single chip COB USB devices with optional embedded LED
CN102043638A (en) * 2009-10-21 2011-05-04 华硕电脑股份有限公司 Computer system and computer startup setting method
US7944702B2 (en) 2007-08-27 2011-05-17 Super Talent Electronics, Inc. Press-push flash drive apparatus with metal tubular casing and snap-coupled plastic sleeve
US7984303B1 (en) 2000-01-06 2011-07-19 Super Talent Electronics, Inc. Flash memory devices with security features
US8014130B1 (en) 2004-02-26 2011-09-06 Super Talent Electronics, Inc. Pen-like universal serial bus (USB) flash drive with deploying and retracting functionalities
US8021166B1 (en) 2004-02-12 2011-09-20 Super Talent Electronics, Inc. Extended USB plug, USB PCBA, and USB flash drive with dual-personality for embedded application with mother boards
US8043099B1 (en) 2004-02-12 2011-10-25 Super Talent Electronics, Inc. Extended USB plug, USB PCBA, and USB flash drive with dual-personality
US8073985B1 (en) 2004-02-12 2011-12-06 Super Talent Electronics, Inc. Backward compatible extended USB plug and receptacle with dual personality
US8102662B2 (en) 2007-07-05 2012-01-24 Super Talent Electronics, Inc. USB package with bistable sliding mechanism
US8116083B2 (en) 2007-12-04 2012-02-14 Super Talent Electronics, Inc. Lipstick-type USB device with tubular housing
US8241047B2 (en) 2007-10-30 2012-08-14 Super Talent Electronics, Inc. Flash drive with spring-loaded swivel connector
US8240034B1 (en) 2000-01-06 2012-08-14 Super Talent Electronics, Inc. High throughput manufacturing method for micro flash memory cards
US8625270B2 (en) 1999-08-04 2014-01-07 Super Talent Technology, Corp. USB flash drive with deploying and retracting functionalities using retractable cover/cap
US8677084B2 (en) 2006-06-30 2014-03-18 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US10467018B2 (en) 2015-12-02 2019-11-05 Samsung Electronics Co., Ltd. System and method for booting a host device from a mobile device
US10963037B2 (en) * 2002-04-29 2021-03-30 Apple Inc. Conserving power by reducing voltage supplied to an instruction-processing portion of a processor

Families Citing this family (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6148354A (en) 1999-04-05 2000-11-14 M-Systems Flash Disk Pioneers Ltd. Architecture for a universal serial bus-based PC flash disk
US20020144104A1 (en) * 2001-04-02 2002-10-03 Springfield Randall Scott Method and system for providing a trusted flash boot source
CN1122281C (en) * 2001-06-30 2003-09-24 深圳市朗科科技有限公司 Multifunctional semiconductor storage device
US20030084307A1 (en) * 2001-10-30 2003-05-01 Schwartz Jeffrey D. Secure boot device selection method and system
JP2003196096A (en) * 2001-12-07 2003-07-11 Internatl Business Mach Corp <Ibm> Computer system, its starting control method and program
JP3863447B2 (en) * 2002-03-08 2006-12-27 インターナショナル・ビジネス・マシーンズ・コーポレーション Authentication system, firmware device, electrical device, and authentication method
US7237103B2 (en) * 2004-02-18 2007-06-26 Wyse Technology, Inc. Computing device deployment using mass storage device
KR101038567B1 (en) * 2004-07-13 2011-06-02 엘지전자 주식회사 Apparatus for System crisis and Method thereof
TWI259400B (en) * 2004-08-04 2006-08-01 Via Tech Inc Automatic detection boot method and system
US7591018B1 (en) * 2004-09-14 2009-09-15 Trend Micro Incorporated Portable antivirus device with solid state memory
US7624452B2 (en) * 2004-10-20 2009-11-24 Digi International Automatic device configuration using removable storage
US7308570B2 (en) * 2004-10-20 2007-12-11 Digi International Inc. System and method for booting embedded systems using removable storage
CN100426228C (en) * 2005-05-20 2008-10-15 鸿富锦精密工业(深圳)有限公司 System and method for switching computer start sequence
US7640424B2 (en) * 2005-10-13 2009-12-29 Sandisk Corporation Initialization of flash storage via an embedded controller
US20070094489A1 (en) * 2005-10-21 2007-04-26 Sony Corporation Embedded system that boots from USB flash drive
US7725701B2 (en) 2006-03-03 2010-05-25 Hewlett-Packard Development Company, L.P. Portable device comprising a BIOS setting
US7743422B2 (en) * 2006-08-21 2010-06-22 International Business Machines Corporation System and method for validating a computer platform when booting from an external device
US20080163208A1 (en) * 2006-12-29 2008-07-03 Jeremy Burr Virtual machine creation for removable storage devices
US20080168310A1 (en) * 2007-01-05 2008-07-10 Microsoft Corporation Hardware diagnostics and software recovery on headless server appliances
US7953967B2 (en) * 2007-01-12 2011-05-31 Konica Minolta Business Technologies, Inc. Information processing apparatus and program
US20080172555A1 (en) * 2007-01-17 2008-07-17 Erink Technologies, Llc Bootable thin client personal initialization device
US7913295B2 (en) * 2007-04-04 2011-03-22 Microsoft Corporation Method and apparatus to enable a securely provisioned computing environment
EP2188710A1 (en) 2007-09-01 2010-05-26 D2Audio Corporation Systems and methods for controlling hda system capabilities
WO2009029917A1 (en) * 2007-09-01 2009-03-05 D2Audio Corporation Systems and methods for communication between a pc application and the dsp in an hda audio codec
CN101790842A (en) 2007-09-01 2010-07-28 D2影音公司 Be used for controlling the system and method for volume of the processor of high definition audio coding decoder
US8219226B2 (en) 2007-09-01 2012-07-10 D2Audio Corporation Systems and methods for overriding hardwired responses in an HDA codec
US8249730B2 (en) * 2007-09-01 2012-08-21 D2Audio Corporation Systems and methods for shadowing an HDA codec
EP2188716A1 (en) * 2007-09-01 2010-05-26 D2Audio Corporation Systems and methods for booting a codec processor over a high definition audio bus
TW200917123A (en) * 2007-10-03 2009-04-16 Guo-Lang Zhang USB flash disk for computer boot up and method of loading programs in the USB flash disk
US9298479B2 (en) * 2007-12-31 2016-03-29 Datalogic ADC, Inc. Systems and methods for configuring, updating, and booting an alternate operating system on a portable data reader
US7984285B2 (en) * 2008-02-26 2011-07-19 Dell Products L.P. Information handling system port security
US7900073B2 (en) * 2008-03-28 2011-03-01 Lenovo (Singapore) Pte. Ltd. Apparatus for storing management information in a computer system
CN101587443B (en) * 2008-05-23 2012-08-22 联想(北京)有限公司 Starting method and starting equipment
US8335931B2 (en) * 2008-06-20 2012-12-18 Imation Corp. Interconnectable personal computer architectures that provide secure, portable, and persistent computing environments
US20100019409A1 (en) * 2008-07-24 2010-01-28 Cathy Dawn Santa Cruz Method for fabricating a hollow replica of a pre-existing object and converting the replica into a lighted interchanging aesthetic display device
US20100058288A1 (en) * 2008-09-03 2010-03-04 Alexander Von Zitzewitz Method And System for Structuring a Software Implementation
EP2378417A1 (en) 2010-04-16 2011-10-19 Accenture Global Services Limited Extending the functionality of an embedded system
CN102906698A (en) * 2010-05-20 2013-01-30 杉中顺子 External boot device, external boot method, information processing device and network communication system
US8966236B2 (en) * 2011-05-05 2015-02-24 Microsoft Technology Licensing, Llc Dynamically redirecting boot to another operating system
SE539724C2 (en) * 2016-05-13 2017-11-07 Oniteo Ab Method and system for fail-safe booting
CN108763099B (en) * 2018-04-18 2020-05-08 华为技术有限公司 System starting method and device, electronic equipment and storage medium
US11526414B2 (en) 2020-10-06 2022-12-13 Lenovo (Singapore) Pte. Ltd. Running computer diagnostics using downloaded disk images and USB hub

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5325529A (en) * 1990-05-18 1994-06-28 Compaq Computer Corporation External boot information loading of a personal computer
US5680556A (en) * 1993-11-12 1997-10-21 International Business Machines Corporation Computer system and method of operation thereof wherein a BIOS ROM can be selectively locatable on diffeent buses
US5694600A (en) * 1996-02-09 1997-12-02 Iomega Corporation Methods and apparatus for booting a computer having a removable media disk drive
US5805882A (en) * 1996-07-19 1998-09-08 Compaq Computer Corporation Computer system and method for replacing obsolete or corrupt boot code contained within reprogrammable memory with new boot code supplied from an external source through a data port
US5854905A (en) * 1996-09-03 1998-12-29 Intel Corporation Extensible bios for boot support of devices on multiple hierarchical buses
US6263381B1 (en) * 1998-11-13 2001-07-17 Tommyca Freadman Preconditioning system for facilitating switching between electronic devices using automatic peripheral connection button to download predetermined software/parameters and automatically activating microphone and plurality of speakers
US6317828B1 (en) * 1998-11-13 2001-11-13 Dell Usa, L.P. BIOS/utility setup display
US6366583B2 (en) * 1996-08-07 2002-04-02 Cisco Technology, Inc. Network router integrated onto a silicon chip
US6480914B1 (en) * 1999-12-03 2002-11-12 Inventec Corporation Method for supporting USB input devices via BIOS
US6513113B1 (en) * 1998-06-19 2003-01-28 Ricoh Company, Ltd. Electronic instrument adapted to be selectively booted either from externally-connectable storage unit or from internal nonvolatile rewritable memory
US6813725B1 (en) * 2000-01-26 2004-11-02 Hewlett-Packard Development Company, L.P. Method for restoring an operating system utilizing a storage device on a USB bus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04205627A (en) * 1990-11-30 1992-07-27 Toshiba Corp Personal computer system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5325529A (en) * 1990-05-18 1994-06-28 Compaq Computer Corporation External boot information loading of a personal computer
US5680556A (en) * 1993-11-12 1997-10-21 International Business Machines Corporation Computer system and method of operation thereof wherein a BIOS ROM can be selectively locatable on diffeent buses
US5694600A (en) * 1996-02-09 1997-12-02 Iomega Corporation Methods and apparatus for booting a computer having a removable media disk drive
US5805882A (en) * 1996-07-19 1998-09-08 Compaq Computer Corporation Computer system and method for replacing obsolete or corrupt boot code contained within reprogrammable memory with new boot code supplied from an external source through a data port
US6366583B2 (en) * 1996-08-07 2002-04-02 Cisco Technology, Inc. Network router integrated onto a silicon chip
US5854905A (en) * 1996-09-03 1998-12-29 Intel Corporation Extensible bios for boot support of devices on multiple hierarchical buses
US6513113B1 (en) * 1998-06-19 2003-01-28 Ricoh Company, Ltd. Electronic instrument adapted to be selectively booted either from externally-connectable storage unit or from internal nonvolatile rewritable memory
US6263381B1 (en) * 1998-11-13 2001-07-17 Tommyca Freadman Preconditioning system for facilitating switching between electronic devices using automatic peripheral connection button to download predetermined software/parameters and automatically activating microphone and plurality of speakers
US6317828B1 (en) * 1998-11-13 2001-11-13 Dell Usa, L.P. BIOS/utility setup display
US6480914B1 (en) * 1999-12-03 2002-11-12 Inventec Corporation Method for supporting USB input devices via BIOS
US6813725B1 (en) * 2000-01-26 2004-11-02 Hewlett-Packard Development Company, L.P. Method for restoring an operating system utilizing a storage device on a USB bus

Cited By (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080232060A1 (en) * 1999-08-04 2008-09-25 Super Talent Electronics, Inc. Multi-Level Cell (MLC) Rotate Flash Memory Device
US7744387B2 (en) 1999-08-04 2010-06-29 Super Talent Electronics, Inc. Multi-level cell (MLC) rotate flash memory device
US8625270B2 (en) 1999-08-04 2014-01-07 Super Talent Technology, Corp. USB flash drive with deploying and retracting functionalities using retractable cover/cap
US7628622B2 (en) 1999-08-04 2009-12-08 Super Talent Electronics, Inc. Multi-level cell (MLC) slide flash memory
US20080233798A1 (en) * 1999-08-04 2008-09-25 Super Talent Electronics, Inc. Multi-Level Cell (MLC) Slide Flash Memory
US20080086631A1 (en) * 2000-01-06 2008-04-10 Chow David Q Flash memory controller controlling various flash memory cells
US20080177922A1 (en) * 2000-01-06 2008-07-24 Chow David Q Mass production testing of usb flash cards with various flash memory cells
US20080071975A1 (en) * 2000-01-06 2008-03-20 Chow David Q Electronic data flash card with various flash memory cells
US20080071973A1 (en) * 2000-01-06 2008-03-20 Chow David Q Electronic data flash card with various flash memory cells
US20080071977A1 (en) * 2000-01-06 2008-03-20 Chow David Q Electronic data flash card with various flash memory cells
US20080071976A1 (en) * 2000-01-06 2008-03-20 Chow David Q Electronic data flash card with various flash memory cells
US20080082813A1 (en) * 2000-01-06 2008-04-03 Chow David Q Portable usb device that boots a computer as a server with security measure
US7676640B2 (en) 2000-01-06 2010-03-09 Super Talent Electronics, Inc. Flash memory controller controlling various flash memory cells
US8078794B2 (en) 2000-01-06 2011-12-13 Super Talent Electronics, Inc. Hybrid SSD using a combination of SLC and MLC flash memory arrays
US20080071978A1 (en) * 2000-01-06 2008-03-20 Chow David Q Electronic data flash card with various flash memory cells
US20080215800A1 (en) * 2000-01-06 2008-09-04 Super Talent Electronics, Inc. Hybrid SSD Using A Combination of SLC and MLC Flash Memory Arrays
US20080071974A1 (en) * 2000-01-06 2008-03-20 Chow David Q Electronic data flash card with various flash memory cells
US8240034B1 (en) 2000-01-06 2012-08-14 Super Talent Electronics, Inc. High throughput manufacturing method for micro flash memory cards
US7440287B1 (en) 2000-01-06 2008-10-21 Super Talent Electronics, Inc. Extended USB PCBA and device with dual personality
US20080313388A1 (en) * 2000-01-06 2008-12-18 Chow David Q Electronic data flash card with various flash memory cells
US7984303B1 (en) 2000-01-06 2011-07-19 Super Talent Electronics, Inc. Flash memory devices with security features
US20080052452A1 (en) * 2000-01-06 2008-02-28 Chow David Q Electronic data flash card with various flash memory cells
US7874067B1 (en) 2000-01-06 2011-01-25 Super Talent Electronics, Inc. Manufacturing method for single chip COB USB devices with optional embedded LED
US7788553B2 (en) 2000-01-06 2010-08-31 Super Talent Electronics, Inc. Mass production testing of USB flash cards with various flash memory cells
US10963037B2 (en) * 2002-04-29 2021-03-30 Apple Inc. Conserving power by reducing voltage supplied to an instruction-processing portion of a processor
US7771215B1 (en) 2003-12-02 2010-08-10 Super Talent Electronics, Inc. MLC COB USB flash memory device with sliding plug connector
US7869219B2 (en) 2004-01-20 2011-01-11 Super Talent Electronics, Inc. Flash drive with spring-loaded retractable connector
US8043099B1 (en) 2004-02-12 2011-10-25 Super Talent Electronics, Inc. Extended USB plug, USB PCBA, and USB flash drive with dual-personality
US8297987B2 (en) 2004-02-12 2012-10-30 Super Talent Electronics, Inc. Extended USB plug, USB PCBA, and USB flash drive with dual-personality for embedded application with mother boards
US8021166B1 (en) 2004-02-12 2011-09-20 Super Talent Electronics, Inc. Extended USB plug, USB PCBA, and USB flash drive with dual-personality for embedded application with mother boards
US7815469B1 (en) 2004-02-12 2010-10-19 Super Talent Electronics, Inc. Dual-personality extended USB plugs and receptacles using with PCBA and cable assembly
US8073985B1 (en) 2004-02-12 2011-12-06 Super Talent Electronics, Inc. Backward compatible extended USB plug and receptacle with dual personality
US8444423B2 (en) 2004-02-12 2013-05-21 Super Talent Electronics, Inc. Dual-personality extended USB plugs and receptacles using with PCBA and cable assembly
US8262416B2 (en) 2004-02-12 2012-09-11 Super Talent Electronics, Inc. Dual-personality extended USB plugs and receptacles using with PCBA and cable assembly
US8301831B2 (en) 2004-02-12 2012-10-30 Super Talent Electronics, Inc. Backward compatible extended USB plug and receptacle with dual personality
US8014130B1 (en) 2004-02-26 2011-09-06 Super Talent Electronics, Inc. Pen-like universal serial bus (USB) flash drive with deploying and retracting functionalities
US7806705B2 (en) 2004-02-26 2010-10-05 Super Talent Electronics, Inc. Slide flash memory devices
US20100039225A1 (en) * 2004-02-26 2010-02-18 Super Talent Electronics, Inc. Slide flash memory devices
US20080147964A1 (en) * 2004-02-26 2008-06-19 Chow David Q Using various flash memory cells to build usb data flash cards with multiple partitions and autorun function
US7664902B1 (en) 2004-03-16 2010-02-16 Super Talent Electronics, Inc. Extended SD and microSD hosts and devices with USB-like high performance packetized interface and protocol
US20060026462A1 (en) * 2004-07-07 2006-02-02 Hon Hai Precision Industry Co., Ltd. Apparatus for recovering BIOS in computer system
US7660938B1 (en) 2004-10-01 2010-02-09 Super Talent Electronics, Inc. Flash card reader and data exchanger utilizing low power extended USB protocol without polling
US7850082B1 (en) 2004-10-01 2010-12-14 Super Talent Electronics, Inc. Extended universal serial bus (USB) card reader
US7547218B2 (en) 2005-10-24 2009-06-16 Super Talent Electronics Inc. Plug and cap for a universal-serial-bus (USB) device
US20080064271A1 (en) * 2005-10-24 2008-03-13 Super Talent Electronics Inc. Plug and cap for a Universal-Serial-Bus (USB) device
US20070136609A1 (en) * 2005-12-13 2007-06-14 Rudelic John C Methods and apparatus for providing a secure channel associated with a flash device
US8296521B2 (en) 2006-06-30 2012-10-23 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US20080005462A1 (en) * 2006-06-30 2008-01-03 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US8677084B2 (en) 2006-06-30 2014-03-18 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US20100268874A1 (en) * 2006-06-30 2010-10-21 Mosaid Technologies Incorporated Method of configuring non-volatile memory for a hybrid disk drive
US7850468B2 (en) 2007-06-28 2010-12-14 Super Talent Electronics, Inc. Lipstick-type USB device
US8102662B2 (en) 2007-07-05 2012-01-24 Super Talent Electronics, Inc. USB package with bistable sliding mechanism
US7944702B2 (en) 2007-08-27 2011-05-17 Super Talent Electronics, Inc. Press-push flash drive apparatus with metal tubular casing and snap-coupled plastic sleeve
US8241047B2 (en) 2007-10-30 2012-08-14 Super Talent Electronics, Inc. Flash drive with spring-loaded swivel connector
US8116083B2 (en) 2007-12-04 2012-02-14 Super Talent Electronics, Inc. Lipstick-type USB device with tubular housing
US20110010926A1 (en) * 2008-04-07 2011-01-20 Toyota Motor Engineering & Manufacturing Microwave antenna and method for making same
CN102043638A (en) * 2009-10-21 2011-05-04 华硕电脑股份有限公司 Computer system and computer startup setting method
US10467018B2 (en) 2015-12-02 2019-11-05 Samsung Electronics Co., Ltd. System and method for booting a host device from a mobile device

Also Published As

Publication number Publication date
US6920553B1 (en) 2005-07-19

Similar Documents

Publication Publication Date Title
US20050268082A1 (en) Method and apparatus to boot system from the USB port
US6038320A (en) Computer security key
US9052916B2 (en) System ROM with an embedded disk image
US5946469A (en) Computer system having a controller which emulates a peripheral device during initialization
US7769993B2 (en) Method for ensuring boot source integrity of a computing system
US5748888A (en) Method and apparatus for providing secure and private keyboard communications in computer systems
US5729767A (en) System and method for accessing peripheral devices on a non-functional controller
KR100262677B1 (en) ADD-IN Board With Enable/Disable Expansion ROM for PCI BUS Computer
US6188602B1 (en) Mechanism to commit data to a memory device with read-only access
US5920709A (en) Bus interface for IDE device
US20010018721A1 (en) Upgrade card for a computer system
US5852743A (en) Method and apparatus for connecting a plug-and-play peripheral device to a computer
US20030065915A1 (en) Method for initializing computer system
US20030159056A1 (en) Method and system for securing enablement access to a data security device
MXPA02008913A (en) System and method for connecting a universal serial bus device to a host computer system.
US5911042A (en) Computer system having expansion unit
US20030005259A1 (en) System and method for device support
JP4117193B2 (en) How to enable a port on a computing device
EP2631840A1 (en) Authentication device and authentication method
US7080164B2 (en) Peripheral device having a programmable identification configuration register
US10796002B1 (en) Method and apparatus for establishing a root-of-trust path for a secure computer
US5692189A (en) Method and apparatus for isolating circuit boards in a computer system
US20030154339A1 (en) System and method for interface isolation and operating system notification during bus errors
KR100977267B1 (en) Physical presence determination in a trusted platform
US20050144613A1 (en) Update firmware method and apparatus

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:POISNER, DAVID I.;REEL/FRAME:016794/0014

Effective date: 20000905

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION