US20050144431A1 - IP-based method and apparatus for remote booting computers in wide-area-network environment - Google Patents

IP-based method and apparatus for remote booting computers in wide-area-network environment Download PDF

Info

Publication number
US20050144431A1
US20050144431A1 US11/027,449 US2744904A US2005144431A1 US 20050144431 A1 US20050144431 A1 US 20050144431A1 US 2744904 A US2744904 A US 2744904A US 2005144431 A1 US2005144431 A1 US 2005144431A1
Authority
US
United States
Prior art keywords
boot
data
server
remote
computer
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.)
Granted
Application number
US11/027,449
Other versions
US7418588B2 (en
Inventor
Ray-Hsin Lin
Ching-Tung Lu
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.)
Jade Quantum Tech Inc
Original Assignee
Jade Quantum Tech Inc
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 Jade Quantum Tech Inc filed Critical Jade Quantum Tech Inc
Assigned to JADE QUANTUM TECHNOLOGIES, INC. reassignment JADE QUANTUM TECHNOLOGIES, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LIN, RAY-HSIN, LU, CHING-TUNG
Publication of US20050144431A1 publication Critical patent/US20050144431A1/en
Application granted granted Critical
Publication of US7418588B2 publication Critical patent/US7418588B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/12Arrangements for remote connection or disconnection of substations or of equipment thereof
    • 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
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Definitions

  • the present invention is related to a method to remote boot a diskless computer, and more particularly to a remote boot technique that intercepts the disk interrupt requests, converts these requests to TCP/IP packets, and sends the packets to a remote boot server whereby deriving an operating system (OS) to boot a local computer.
  • OS operating system
  • An operating system is a software program that is used to manage the operation of all components in a computer system, and provides an operation platform through which users are able to control a variety of software and hardwares. For instance, users can access data stored in hard disks, or design an application program to be executed by a central processor and then have the operation results displayed on a monitor screen.
  • the computer When the personal computer is activated, the computer needs a special program, called a boot loader, which is directed by the BIOS (Basic Input Output System), to initialize the OS. Thereafter, the operating system can take full control of all components in the computer.
  • BIOS Basic Input Output System
  • server-client configuration where the server end had a hard disk large enough for holding the operating system, application programs and user data.
  • each client station can individually boot the OS without any disk devices.
  • application programs are downloaded from the server end and independently executed in each client station thus to have higher operating efficiency.
  • the client stations do not need physical disk devices (hard disk drivers), the failure possibility of hardware can be reasonably reduced. Since the OS and application programs for client ends had been installed in the server end, users can simply operate computers just by activating the power even though they do not familiar with any installation skill of the OS.
  • server-client configuration may be more suitable for large enterprises, schools and home users.
  • NovellTM introduced the RPL (Remote Program Load) system and IntelTM also put out a PXE (Pre-boot eXecution Environment) system, both using remote boot technology and able to support graphic mode operation.
  • RPL Remote Program Load
  • PXE Pre-boot eXecution Environment
  • RPL and PXE systems can only be operated in a local area network (LAN) environment.
  • the RPL system relied on data broadcasts through the network to find a boot server, and the PXE system used a DHCP (Dynamic Host Configuration Protocol) to obtain the necessary IP address and then use that to make connection to the server.
  • DHCP Dynamic Host Configuration Protocol
  • an agent/proxy server or a transparent router is needed to enable the personal computer to access the boot server from a different network.
  • the addition of either the proxy server or transparent router will add to the equipment cost and slow down the system performance.
  • RPL and PXE systems need to work with the operating system to produce the image files.
  • the BIOS or the Option ROM on a network interface card is initiated to use Trivial File Transfer Protocol (TFTP) to download the necessary image files from the boot server.
  • TFTP Trivial File Transfer Protocol
  • the operating system can only be initialized once the image files are ready, and then the remote network connection program can be started.
  • the image files have to meet the special requirements of different operating systems, for instance, different languages.
  • the conventional remote boot only provides the basic network connection function, without the error recovery and data restoration functions. Therefore, the chance of data loss in transmission is increased.
  • the complete image file needs to be resent, thus the system performance is slowed down.
  • both the server and the personal computer are controlled by the network file system (NFS).
  • NFS network file system
  • the network disk still employs file-oriented data exchange.
  • an access request is first passed through the operating system to a file system layer to convert to the disk instruction.
  • a network file system layer encapsulates the disk instruction in the TCP/IP packet and then sends the packet to the server through the network interface.
  • the server receives the disk instruction packet, the packet is passed to the file system layer to find the corresponding network disk, and after unpacking the packet format the disk instruction is passed to the actual disk where the requested file is stored and the disk read instruction is executed to get the data from a predetermined file block.
  • the whole process has to go through many data conversion processes, which is a waste of the system resources.
  • the conventional remote boot technique still has drawbacks needed to be solved.
  • the main objective of the present invention is to provide a method to remotely boot a diskless computer over wide area network (WAN), including local area network.
  • WAN wide area network
  • the method in accordance with the present invention comprises the acts of:
  • IP Internet Protocol
  • the above data exchange employs iSCSI (Internet Small Computer Systems Interface), which is a communications protocol in conformance with TCP/IP specifications.
  • iSCSI Internet Small Computer Systems Interface
  • IP Internet protocol
  • the iSCSI protocol can ensure reliable data transmission and high efficiency, as the error detection and data restoration functions are built into the iSCSI specifications.
  • the remote boot in accordance with the present invention possesses the characteristics of high reliability and efficiency.
  • the above data exchange can be implemented through any network transmission media compliant with TCP/IP protocol, such as Ethernet, fiber channel, or in asynchronous transmission mode (ATM).
  • TCP/IP protocol such as Ethernet, fiber channel, or in asynchronous transmission mode (ATM).
  • ATM asynchronous transmission mode
  • the data exchange is not necessarily bound by a current network structure; as long as the network bandwidth is able to support high speed data communications on the WAN.
  • the above data exchange in the present example is based on file blocks, but the data storage format shall not affect the remote boot, as the server directly processes the disk instruction, not through the network file system, nor using image files.
  • the present invention only needs a suitable driver program, and boot loader, that can be operated on different operating systems.
  • Another yet objective of the invention is to provide a remote boot apparatus, which can be constructed either as an embedded interface in the personal computer or an adapter connected to the personal computer. Through the remote boot apparatus, the personal computer is able to make connection to the boot server on the WAN for remote booting.
  • the remote boot apparatus is hardware independent, so it is not necessary to modify the current BIOS or option ROM of the personal computer; instead, a driver program in the boot ROM is executed during the system boot. Therefore, it is compatible with different personal computers, and whatever network adapters or motherboards currently used on personal computers.
  • the remote boot apparatus comprises:
  • the above apparatus is to use an interrupt routine in the boot fireware to intercept the normal disk read issued from the BIOS, generate a corresponding disk instruction in the TCP/IP packet format with the network controller chip, and then make connection to a boot server on the remote end through the network interface, and then wait to receive the requested file block with a Master Boot Record (MBR), which will be loaded into the system memory, and thereafter the system can use the OS loader to bring in the rest of the operating system, thus finishing the system boot procedures.
  • MLR Master Boot Record
  • the processing of TCP/IP packets can be handled by the interface card or adapter independently, without going through the personal computer, so the processor load of the personal computer can be reduced, and the delay in system boot process can be kept to a minimum.
  • the personal computer does not need a hard disk nor maintain one; hence the failure rate can be reduced considerably. Also, the installation procedures for the personal computer can be considerably simplified, making the personal computer easy to operate like home appliances. Such systems are especially suitable for large enterprises and in a distant learning environment.
  • the present invention enables a personal computer to share the resources of a server which manages all the computer resources, such as the operating system, application programs and user data files in large capacity data storage.
  • the personal computer only needs a remote boot apparatus to remote boot and makes connection to the server, so that the personal computer can bring in the operating system and the application programs for local program execution.
  • the present invention can be a model for future computer designs, as the personal computer only needs to maintain minimal hardware and software, with or without a hard disk.
  • FIG. 1 is a block diagram of the system architecture of the present invention
  • FIGS. 2A and 2B show two operation flows respectively for the personal computer and the remote boot apparatus during remote boot.
  • FIG. 3 is a decision chart used by the central processor of the remote boot apparatus during remote boot.
  • a remote boot apparatus can be constructed either as an interface card in a personal computer (PC) or an adapter for connection to the personal computer.
  • the remote boot apparatus of the present invention is implemented as an interface card plugged into one PCI slot on a main board of the personal computer, but not limited to a PCI interface.
  • the components of the interface card, as shown in FIG. 1 comprise:
  • the core firmware ( 12 ) is used to boot the operating system and executing an initiating process.
  • the core firmware ( 12 ) When the core firmware ( 12 ) is loaded in the PC, the system then enters a data-monitoring mode. If data to be processed are detected in the data transmitting queue ( 131 ), the core firmware ( 12 ) will read the first record in the queue ( 131 ) and temporarily stored in an appropriate designated memory. Then, a protocol conversion program is called to convert the record into a packet format in conformance with the standard network protocol. The standard network protocol packet is then transmitted to a buffer of the network interface ( 15 ), and waiting for to be sent out to the remote server through a network system.
  • the core firmware ( 12 ) executed by the central processor ( 11 ) designates an appropriate memory address for saving that reply data packets, and then calls the protocol conversion program.
  • the central processor ( 11 ) first examines whether the reply data packets are valid. Then, the central processor ( 11 ) checks whether there is any disk interrupt request waiting. If the command table shows at least one disk interrupt request exists in the buffer, the reply data packets are unpacked. These unpacked data in company with the disk interrupt request are both saved in the data receiving queue ( 132 ) waiting for the PC to fetch these data and request.
  • FIGS. 2A-2B The interaction between the interface card and the PC is clearly shown by FIGS. 2A-2B .
  • the booting procedures on FIG. 2A are executed by the PC, while the procedures on FIG. 2B are the interactions between the boot apparatus and the PC.
  • the PC system When the personal computer is activated (step 21 ), the PC system first enters a power on self-test routine (POST) to initialize all peripheral devices (step 22 ).
  • POST power on self-test routine
  • the BIOS of the PC loads the boot firmware ( 14 ) in a main memory (step 23 ).
  • the boot firmware ( 14 ) loaded in the main memory will execute an initialization sub-routine (step 24 ).
  • the boot firmware ( 14 ) checks whether the PC is successfully connected to the remote server and declares the amount of the available remote disk devices.
  • the identification information of these available remote disks are registered in a Boot Connection Vector (BCV) table of the BIOS, such that the system BIOS is able to call the boot firmware ( 14 ) of the interface card to arrange a new interrupt service routine (step 25 ). Thereafter, the control is returned to the BIOS.
  • the system BIOS issues an interrupt request to access the Master Boot Record (MBR) (step 26 ), and assigns a proper memory location for saving data and identification information of the available remote disk devices.
  • MLR Master Boot Record
  • the boot firmware ( 14 ) on the interface card intercepts the disk interrupt requests (step 201 ). These disk interrupt requests are properly arranged in the data transmitting queue ( 131 )(step 202 ). Then, when the central processor ( 11 ) detects at least one record, i.e. the disk interrupt request, indeed exists in the data transmitting queue ( 131 ), the central processor ( 11 ) calls the protocol conversion sub-routine (step 203 ) to convert the record to standard network packets (hereinafter command packets) and pass the command packets to the network interface controller ( 15 ). Through the network transmission channel, the command packets are sent to the remote server (step 204 ).
  • the protocol conversion sub-routine step 203
  • the remote server In response to the command packets, the remote server will provide and send data packets to the PC. Meanwhile, the core firmware ( 12 ) then causes the PC to enter a waiting mode to wait for the reply data packets (step 205 ). During this waiting duration, the central processor ( 11 ) uses a preset timeout period to check to check whether the reply data packets are able to arrive within the timeout period (step 206 ). If the reply data packets are not received within the timeout period, the central processor ( 11 ) will request the remote server to re-send the data packets (step 207 ).
  • the reply data packets will be processed and be temporarily saved in the data receiving queue ( 132 ) (step 208 ), waiting for the boot firmware ( 14 ) to fetch the data packets and saved to the assigned memory.
  • the system BIOS executes a load boot program based on the main disk partition table so as to retrieve an operating system loader (OS loader) (step 27 ).
  • OS loader operating system loader
  • a disk interrupt request is still intercepted by the boot firmware ( 14 ) until the reply data packets are successfully loaded in the data receiving queue ( 132 ) (step 208 ) and the retrieved OS loader is loaded in the memory to execute operating system core program thus completing the OS boot procedures.
  • the operation flow of the central processor ( 11 ) during remote boot is shown in FIG. 3 .
  • the central processor ( 11 ) is created on the interface card.
  • the interface card When a personal computer is activated, the interface card is enabled.
  • the interface card enters an initialization stage (step 31 ), in which all peripheral devices are initialized at this time.
  • the apparatus makes connection to the remote server through network system (step 32 ).
  • the system is able to successfully connect to the remote server, where the parameters for network connection and system settings can be dynamically set and verified.
  • the central processor ( 11 ) enters a data-monitoring mode (step 33 ).
  • the central processor ( 11 ) remains in the data-monitoring mode until the core firmware ( 12 ) detects that new record to be processed exists in the buffer ( 13 ) or that when the network interface controller ( 15 ) sends any data packet processing request. In such case, the central processor starts to receive data (step 34 ).
  • the central processor ( 11 ) determines whether the data are disk interrupt requests, and appropriate memory space is allocated for saving the interrupt requests. Then, the central processor ( 11 ) starts to retrieve the first record in the data transmitting queue and calls an interrupt request processing program (step 310 ) to examine the format validity of the retrieved interrupt requests. For example, if the data length of interrupt requests exceeds the tolerable length, it will be sliced into several sections. Thereafter, the central processor ( 11 ) calls the protocol conversion program that converts the interrupt requests to command packets and records the identification information, such as the serial number and sequence order (step 311 ), of these command packets in a command table for use by the core firmware ( 12 ). Thereafter the command packets are passed to a buffer of the network interface controller ( 15 ) (step 312 ).
  • the central processor ( 11 ) receives the data packets (step 35 ), and checks whether the protocol of the data packets is valid (step 36 ). If it is the correct format, the central processor ( 11 ) determines if there is any disk interrupt request waiting by checking said command table (step 37 ). If disk interrupt request to be processed is indeed waiting, the protocol conversion program is called to convert the data packets (step 38 ). The converted data packets are appended to the corresponding disk interrupt request and are temporarily saved in the data receiving queue ( 39 ) waiting for the system BIOS to fetch the data.

Abstract

A method and an apparatus are provided to remote boot a diskless computer on a WAN and the are disclosed. The remote boot apparatus is constructed as an embedded interface in the computer. The remote boot apparatus has a bi-directional buffer, a central processor, a network interface, a boot ROM and an interface core routine. The remote boot apparatus intercepts normal disk read of an MBR issued by a system BIOS of a personal computer, and then redirects the disk instruction in a form of TCP/IP packet to a boot server to read a corresponded file block from a location of the server. After the file block is received and confirmed by the computer, the received file block is unpacked and supplied to boot the computer.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention is related to a method to remote boot a diskless computer, and more particularly to a remote boot technique that intercepts the disk interrupt requests, converts these requests to TCP/IP packets, and sends the packets to a remote boot server whereby deriving an operating system (OS) to boot a local computer.
  • 2. Description of Related Art
  • An operating system (OS) is a software program that is used to manage the operation of all components in a computer system, and provides an operation platform through which users are able to control a variety of software and hardwares. For instance, users can access data stored in hard disks, or design an application program to be executed by a central processor and then have the operation results displayed on a monitor screen.
  • When the personal computer is activated, the computer needs a special program, called a boot loader, which is directed by the BIOS (Basic Input Output System), to initialize the OS. Thereafter, the operating system can take full control of all components in the computer.
  • Computer users or managers have to spend a considerable amount of time learning how to use the personal computers and manage all the resources in the computers. Large enterprises are concerned with drastic costs of the system down time and the failure rate, and so the system installation and maintenance have become a daunting task in day-to-day operation of the information processing department. Without proper maintenance, all kinds of problems may occur.
  • System designers came up with a server-client configuration, where the server end had a hard disk large enough for holding the operating system, application programs and user data. In the aspect of the client station, each client station can individually boot the OS without any disk devices. It is noted that application programs are downloaded from the server end and independently executed in each client station thus to have higher operating efficiency. Further, because the client stations do not need physical disk devices (hard disk drivers), the failure possibility of hardware can be reasonably reduced. Since the OS and application programs for client ends had been installed in the server end, users can simply operate computers just by activating the power even though they do not familiar with any installation skill of the OS. Such a server-client configuration may be more suitable for large enterprises, schools and home users.
  • This remote boot technique was first introduced by Novell™. However, the remote boot was only limited to terminal mode and the text operation mode at that time. While the users controlled the computer operation through keyboard input, the application programs were actually executed in the main server. As a result, the system efficiency is inversely proportional to the amount of client stations being connected on line.
  • Later, Novell™ introduced the RPL (Remote Program Load) system and Intel™ also put out a PXE (Pre-boot eXecution Environment) system, both using remote boot technology and able to support graphic mode operation.
  • However, the biggest problem of the above RPL and PXE systems is that these systems can only be operated in a local area network (LAN) environment. The RPL system relied on data broadcasts through the network to find a boot server, and the PXE system used a DHCP (Dynamic Host Configuration Protocol) to obtain the necessary IP address and then use that to make connection to the server. But when the target server is beyond the limits of a network router or a virtual local area network (VLAN), an agent/proxy server or a transparent router is needed to enable the personal computer to access the boot server from a different network. However, the addition of either the proxy server or transparent router will add to the equipment cost and slow down the system performance.
  • RPL and PXE systems need to work with the operating system to produce the image files. When the personal computer is turned on, the BIOS or the Option ROM on a network interface card is initiated to use Trivial File Transfer Protocol (TFTP) to download the necessary image files from the boot server. The operating system can only be initialized once the image files are ready, and then the remote network connection program can be started. However, the image files have to meet the special requirements of different operating systems, for instance, different languages.
  • The conventional remote boot only provides the basic network connection function, without the error recovery and data restoration functions. Therefore, the chance of data loss in transmission is increased. When errors are detected during transmission of image files in the network connection mode, the complete image file needs to be resent, thus the system performance is slowed down.
  • In a conventional remote boot, both the server and the personal computer are controlled by the network file system (NFS). Even though the personal computer may create a network disk, the network disk still employs file-oriented data exchange. When the user needs a certain file, an access request is first passed through the operating system to a file system layer to convert to the disk instruction. Then, a network file system layer encapsulates the disk instruction in the TCP/IP packet and then sends the packet to the server through the network interface. When the server receives the disk instruction packet, the packet is passed to the file system layer to find the corresponding network disk, and after unpacking the packet format the disk instruction is passed to the actual disk where the requested file is stored and the disk read instruction is executed to get the data from a predetermined file block. However, the whole process has to go through many data conversion processes, which is a waste of the system resources. As described above, the conventional remote boot technique still has drawbacks needed to be solved.
  • SUMMARY OF THE INVENTION
  • The main objective of the present invention is to provide a method to remotely boot a diskless computer over wide area network (WAN), including local area network.
  • To this end, the method in accordance with the present invention comprises the acts of:
      • the boot apparatus intercepting an interrupt request sent to a disk drive issued from the local computer;
      • converting the interrupt request into a TCP/IP packet;
      • sending the standard TCP/IP packet through a network transmission channel to the boot server so as to read an actual file block where a program is stored;
      • returning the program in a form of a reply packet to the personal computer;
      • receiving and verifying the reply packet from the boot server by the local computer; and
      • unpacking the reply packet to derive the program.
  • The above data exchange with the boot server is based on Internet Protocol (IP) technology. Therefore the personal computer can make connection to a boot server on a WAN, crossing over the limits of local area networks. After setting up the boot firmware with appropriate network parameters, the personal computer is able to reach any point on the WAN to locate the boot server, and then make connection to the boot server.
  • The above data exchange employs iSCSI (Internet Small Computer Systems Interface), which is a communications protocol in conformance with TCP/IP specifications. The iSCSI protocol is used to encapsulate the data in TCP/IP packet, which enables a computer to make connection with any network computer and storage devices supporting Internet protocol (IP). The iSCSI protocol can ensure reliable data transmission and high efficiency, as the error detection and data restoration functions are built into the iSCSI specifications. Thus, the remote boot in accordance with the present invention possesses the characteristics of high reliability and efficiency.
  • The above data exchange can be implemented through any network transmission media compliant with TCP/IP protocol, such as Ethernet, fiber channel, or in asynchronous transmission mode (ATM). The data exchange is not necessarily bound by a current network structure; as long as the network bandwidth is able to support high speed data communications on the WAN.
  • The above data exchange in the present example is based on file blocks, but the data storage format shall not affect the remote boot, as the server directly processes the disk instruction, not through the network file system, nor using image files. The present invention only needs a suitable driver program, and boot loader, that can be operated on different operating systems.
  • Another yet objective of the invention is to provide a remote boot apparatus, which can be constructed either as an embedded interface in the personal computer or an adapter connected to the personal computer. Through the remote boot apparatus, the personal computer is able to make connection to the boot server on the WAN for remote booting.
  • The remote boot apparatus is hardware independent, so it is not necessary to modify the current BIOS or option ROM of the personal computer; instead, a driver program in the boot ROM is executed during the system boot. Therefore, it is compatible with different personal computers, and whatever network adapters or motherboards currently used on personal computers.
  • To this end, the remote boot apparatus comprises:
      • a central processor responsible for system control, processing instructions of a core firmware and controlling data flow;
      • the core firmware, in conjunction with the central processor, responsible for packing and recording data and interrupt requests, unpacking data packets, verifying the accuracy of the data packets, and automatically recovering data packet;
      • a bi-directional buffer, connected to a first input/output port of the central processor, to save disk and data request command from local computer and data responded from remote server;
      • a network interface, connected to a second input/output port of the central processor, for linking to the boot server to transmit and receive the data packets; and
      • a boot firmware, which is applied to assist booting of an operating system (OS) for the computer, provides an interrupt routine that intercepts the OS booting commands, retrieves actual file block from the boot server, and provides an interface program for setting up network parameters.
  • The above apparatus is to use an interrupt routine in the boot fireware to intercept the normal disk read issued from the BIOS, generate a corresponding disk instruction in the TCP/IP packet format with the network controller chip, and then make connection to a boot server on the remote end through the network interface, and then wait to receive the requested file block with a Master Boot Record (MBR), which will be loaded into the system memory, and thereafter the system can use the OS loader to bring in the rest of the operating system, thus finishing the system boot procedures.
  • Since the above apparatus is constructed either as an embedded interface card or adapter with its own processor, the processing of TCP/IP packets can be handled by the interface card or adapter independently, without going through the personal computer, so the processor load of the personal computer can be reduced, and the delay in system boot process can be kept to a minimum.
  • Through the remote boot, the personal computer does not need a hard disk nor maintain one; hence the failure rate can be reduced considerably. Also, the installation procedures for the personal computer can be considerably simplified, making the personal computer easy to operate like home appliances. Such systems are especially suitable for large enterprises and in a distant learning environment.
  • As users only need to turn on the computer equipped with the remote boot apparatus, and the operating system and application programs will be downloaded automatically from the server, users no longer need to carry a portable computer or disk wherever they go; instead, they can use any computer that enables them to log onto the Internet and download the necessary files from the server.
  • The present invention enables a personal computer to share the resources of a server which manages all the computer resources, such as the operating system, application programs and user data files in large capacity data storage. The personal computer only needs a remote boot apparatus to remote boot and makes connection to the server, so that the personal computer can bring in the operating system and the application programs for local program execution. The present invention can be a model for future computer designs, as the personal computer only needs to maintain minimal hardware and software, with or without a hard disk.
  • Other objectives, advantages and novel features of the invention will become more apparent from the following detailed description when taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of the system architecture of the present invention;
  • FIGS. 2A and 2B show two operation flows respectively for the personal computer and the remote boot apparatus during remote boot; and
  • FIG. 3 is a decision chart used by the central processor of the remote boot apparatus during remote boot.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • A remote boot apparatus according to the present invention can be constructed either as an interface card in a personal computer (PC) or an adapter for connection to the personal computer. In the preferred embodiment, the remote boot apparatus of the present invention is implemented as an interface card plugged into one PCI slot on a main board of the personal computer, but not limited to a PCI interface. The components of the interface card, as shown in FIG. 1, comprise:
      • a central processor (11) responsible for system control, processing instructions of a core firmware (12) and controlling data flow;
      • the core firmware (12), in conjunction with the central processor (11), responsible for packing and recording data and interrupt requests, unpacking data packets, verifying the accuracy of the data packets, and automatically recovering data packet;
      • a bi-directional buffer (13), connected to a first input/output port of the central processor (11), to save disk and data request command from local computer and data responded from remote server;
      • a boot firmware (14), which is applied to assist booting of an operating system (OS) for the computer, provides an interrupt routine that intercepts the OS booting commands, retrieves actual file block from the boot server, and provides an interface program for setting up network parameters; and
      • a network interface (15), connected to a second input/output port of the central processor (11), for linking to the boot server to transmit and receive the data packets. The bi-directional buffer (13) includes a data transmitting queue (131) and a data receiving queue (132). The data transmitting queue (131) receives disk interrupt requests issued from the PC. The disk interrupt requests are intercepted and processed by the central processor (11) and then transmitted to and executed by the remote server. The data receiving queue (132) is to receive reply data packets from the remote server. Actually, when the reply data packets are received by the network interface controller (15), these packets are first processed by the central processor (11) and then temporarily saved in the data receiving queue (132) in wait for the boot firmware (14) to retrieve the packets. After the operating system has been successfully loaded in the PC, the data packets (132) stored in the data receiving queue (132) is then able to be retrieved by driving programs.
  • The core firmware (12) is used to boot the operating system and executing an initiating process. When the core firmware (12) is loaded in the PC, the system then enters a data-monitoring mode. If data to be processed are detected in the data transmitting queue (131), the core firmware (12) will read the first record in the queue (131) and temporarily stored in an appropriate designated memory. Then, a protocol conversion program is called to convert the record into a packet format in conformance with the standard network protocol. The standard network protocol packet is then transmitted to a buffer of the network interface (15), and waiting for to be sent out to the remote server through a network system.
  • If there are reply data packets coming from the remote server through the network interface controller (15), the core firmware (12) executed by the central processor (11) designates an appropriate memory address for saving that reply data packets, and then calls the protocol conversion program. The central processor (11) first examines whether the reply data packets are valid. Then, the central processor (11) checks whether there is any disk interrupt request waiting. If the command table shows at least one disk interrupt request exists in the buffer, the reply data packets are unpacked. These unpacked data in company with the disk interrupt request are both saved in the data receiving queue (132) waiting for the PC to fetch these data and request.
  • The interaction between the interface card and the PC is clearly shown by FIGS. 2A-2B. The booting procedures on FIG. 2A are executed by the PC, while the procedures on FIG. 2B are the interactions between the boot apparatus and the PC.
  • When the personal computer is activated (step 21), the PC system first enters a power on self-test routine (POST) to initialize all peripheral devices (step 22). According to the BIOS standard, the BIOS of the PC loads the boot firmware (14) in a main memory (step 23). The boot firmware (14) loaded in the main memory will execute an initialization sub-routine (step 24). During the initialization process, the boot firmware (14) checks whether the PC is successfully connected to the remote server and declares the amount of the available remote disk devices. The identification information of these available remote disks are registered in a Boot Connection Vector (BCV) table of the BIOS, such that the system BIOS is able to call the boot firmware (14) of the interface card to arrange a new interrupt service routine (step 25). Thereafter, the control is returned to the BIOS. The system BIOS issues an interrupt request to access the Master Boot Record (MBR) (step 26), and assigns a proper memory location for saving data and identification information of the available remote disk devices.
  • With reference to FIG. 2B, the boot firmware (14) on the interface card intercepts the disk interrupt requests (step 201). These disk interrupt requests are properly arranged in the data transmitting queue (131)(step 202). Then, when the central processor (11) detects at least one record, i.e. the disk interrupt request, indeed exists in the data transmitting queue (131), the central processor (11) calls the protocol conversion sub-routine (step 203) to convert the record to standard network packets (hereinafter command packets) and pass the command packets to the network interface controller (15). Through the network transmission channel, the command packets are sent to the remote server (step 204). In response to the command packets, the remote server will provide and send data packets to the PC. Meanwhile, the core firmware (12) then causes the PC to enter a waiting mode to wait for the reply data packets (step 205). During this waiting duration, the central processor (11) uses a preset timeout period to check to check whether the reply data packets are able to arrive within the timeout period (step 206). If the reply data packets are not received within the timeout period, the central processor (11) will request the remote server to re-send the data packets (step 207). If the reply data packets arrive before the timeout period expires, the reply data packets will be processed and be temporarily saved in the data receiving queue (132) (step 208), waiting for the boot firmware (14) to fetch the data packets and saved to the assigned memory.
  • Thereafter, the system BIOS executes a load boot program based on the main disk partition table so as to retrieve an operating system loader (OS loader) (step 27). However, such a disk interrupt request is still intercepted by the boot firmware (14) until the reply data packets are successfully loaded in the data receiving queue (132) (step 208) and the retrieved OS loader is loaded in the memory to execute operating system core program thus completing the OS boot procedures.
  • The operation flow of the central processor (11) during remote boot is shown in FIG. 3. The central processor (11) is created on the interface card. When a personal computer is activated, the interface card is enabled. First, the interface card enters an initialization stage (step 31), in which all peripheral devices are initialized at this time. Then, the apparatus makes connection to the remote server through network system (step 32). According to the preset network parameters, the system is able to successfully connect to the remote server, where the parameters for network connection and system settings can be dynamically set and verified. After establishing the remote server connection, the central processor (11) enters a data-monitoring mode (step 33). If no data requests come in, the central processor (11) remains in the data-monitoring mode until the core firmware (12) detects that new record to be processed exists in the buffer (13) or that when the network interface controller (15) sends any data packet processing request. In such case, the central processor starts to receive data (step 34).
  • If data come from the data transmitting queue (131), the central processor (11) determines whether the data are disk interrupt requests, and appropriate memory space is allocated for saving the interrupt requests. Then, the central processor (11) starts to retrieve the first record in the data transmitting queue and calls an interrupt request processing program (step 310) to examine the format validity of the retrieved interrupt requests. For example, if the data length of interrupt requests exceeds the tolerable length, it will be sliced into several sections. Thereafter, the central processor (11) calls the protocol conversion program that converts the interrupt requests to command packets and records the identification information, such as the serial number and sequence order (step 311), of these command packets in a command table for use by the core firmware (12). Thereafter the command packets are passed to a buffer of the network interface controller (15) (step 312).
  • When the data packets come from the network interface controller (15), the central processor (11) receives the data packets (step 35), and checks whether the protocol of the data packets is valid (step 36). If it is the correct format, the central processor (11) determines if there is any disk interrupt request waiting by checking said command table (step 37). If disk interrupt request to be processed is indeed waiting, the protocol conversion program is called to convert the data packets (step 38). The converted data packets are appended to the corresponding disk interrupt request and are temporarily saved in the data receiving queue (39) waiting for the system BIOS to fetch the data.

Claims (13)

1. A method to boot a local computer via IP networks, the local computer connected with a boot apparatus, the method comprising the acts of:
the boot apparatus intercepting an interrupt request sent to a disk drive issued from the local computer;
converting the interrupt request into a TCP/IP packet;
sending the standard TCP/IP packet through a network transmission channel to the boot server so as to read an actual file block where a program is stored;
returning the program in a form of a reply packet to the personal computer;
receiving and verifying the reply packet from the boot server by the local computer; and
unpacking the replay packet to derive the program.
2. The method as claimed in claim 1, wherein when the local computer is actuated, the method further comprises the acts of:
the local computer initializing all peripherals connected to the local computer and executing a self-test routine;
a system BIOS of the local computer retrieving a boot firmware of the boot apparatus and executing an initialization sub-routine;
the boot firmware checking connection status between the local computer and the remote server and declaring the amount of available remote disk devices;
registering identification information of the available remote disk devices in a boot connection vector (BCV) table of the system BIOS;
arranging a new interrupt service routine;
the system BIOS issuing the interrupt request, wherein the interrupt request intend to read a master boot record (MBR) and is intercepted by the boot apparatus; and
assigning a memory location for saving data and parameters.
3. The method as claimed in claim 2, wherein after the interrupt request is intercepted by the boot firmware of the boot apparatus, the method further comprises the acts of:
the boot firmware creating an access command and saving this command to a first buffer;
the boot apparatus detecting whether the first buffer has at least one access command stored therein waiting to be processed;
converting the access command to a packet of a communication protocol;
transferring the packet via internet to the boot server;
the boot apparatus detecting whether there is any data sent back from the boot server; and receiving the data sent from the boot server and storing the received data in a second buffer, wherein the received data in the second buffer is waiting to be retrieved by the boot firmware and saved to the assigned memory location.
4. The method as claimed in claim 1, wherein the communications protocol is an iSCSI (Internet Small Computer Systems Interface).
5. The method as claimed in claim 2, wherein the communications protocol is an iSCSI (Internet Small Computer Systems Interface).
6. The method as claimed in claim 3, wherein the communications protocol is an iSCSI (Internet Small Computer Systems Interface).
7. The method as claimed in claim 1, wherein the data exchange is based on standard file blocks.
8. The method as claimed in claim 2, wherein the data exchange is based on standard file blocks.
9. The method as claimed in claim 3, wherein the data exchange is based on standard file blocks.
10. A remote boot apparatus installable as an adapter to a computer, the remote boot apparatus comprising:
a central processor (11) responsible for system control, processing instructions of a core firmware (12) and controlling data flow;
the core firmware (12), in conjunction with the central processor (11), responsible for packing and recording data and interrupt requests, unpacking data packets, verifying the accuracy of the data packets, and automatically recovering data packet;
a bi-directional buffer (13), connected to a first input/output port of the central processor (11), to save disk and data request command from local computer and data responded from remote server;
a network interface (15), connected to a second input/output port of the central processor (11), for linking to the boot server to transmit and receive the data packets; and
a boot firmware (14), which is applied to assist booting of an operating system (OS) for the computer, provides an interrupt routine that intercepts the OS booting commands, retrieves actual file block from the boot server, and provides an interface program for setting up network parameters.
11. The remote boot apparatus as claimed in claim 10, wherein the core firmware (12) is to convert disk instruction and data into a standard TCP/IP packet.
12. A remote boot interface card to be installed in a computer, the remote boot interface card comprising:
a central processor (11) responsible for system control, processing instructions of a core firmware (12) and controlling data flow;
the core firmware (12), in conjunction with the central processor (11), responsible for packing and recording data and interrupt requests, unpacking data packets, verifying the accuracy of the data packets, and automatically recovering data packet;
a bi-directional buffer (13), connected to a first input/output port of the central processor (11), to save disk and data request command from local computer and data responded from remote server;
a network interface (15), connected to a second input/output port of the central processor (11), for linking to the boot server to transmit and receive the data packets; and
a boot firmware (14), which is applied to assist booting of an operating system (OS) for the computer, provides an interrupt routine that intercepts the OS booting commands, retrieves actual file block from the boot server, and provides an interface program for setting up network parameters.
13. The remote boot interface card as claimed in claim 12, wherein the core firmware (12) is to convert disk instruction and data into a standard TCP/IP packet.
US11/027,449 2003-12-31 2004-12-28 Method and apparatus for redirecting a local boot request to a remote location Expired - Fee Related US7418588B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
TW092137558A TWI239160B (en) 2003-12-31 2003-12-31 Remote booting method and apparatus applied in WAN based on IP technique
TW092137558 2003-12-31

Publications (2)

Publication Number Publication Date
US20050144431A1 true US20050144431A1 (en) 2005-06-30
US7418588B2 US7418588B2 (en) 2008-08-26

Family

ID=34699403

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/027,449 Expired - Fee Related US7418588B2 (en) 2003-12-31 2004-12-28 Method and apparatus for redirecting a local boot request to a remote location

Country Status (3)

Country Link
US (1) US7418588B2 (en)
JP (2) JP2005196733A (en)
TW (1) TWI239160B (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060143432A1 (en) * 2004-12-29 2006-06-29 Rothman Michael A Method and apparatus to enhance platform boot efficiency
US20060155838A1 (en) * 2004-12-31 2006-07-13 Inventec Corporation Program installation system and method using the same
US20060271672A1 (en) * 2005-05-24 2006-11-30 Chih-Chiang Liu System and method for loading various operating systems from a remote console
US20070268917A1 (en) * 2006-05-16 2007-11-22 Oracle International Corporation Methods and systems for enabling remote booting of remote boot clients in a switched network defining a plurality of virtual local area networks (VLANS)
US20090113029A1 (en) * 2007-10-30 2009-04-30 Dell Products L.P. System and method for the provision of secure network boot services
US20090138876A1 (en) * 2007-11-22 2009-05-28 Hsuan-Yeh Chang Method and system for delivering application packages based on user demands
WO2009139408A1 (en) * 2008-05-13 2009-11-19 株式会社バッファロー Method for starting os, and protocol converter
US20090307481A1 (en) * 2004-12-14 2009-12-10 Wisecup George D Apparatus and method for booting a system
US20100217948A1 (en) * 2009-02-06 2010-08-26 Mason W Anthony Methods and systems for data storage
US20110040857A1 (en) * 2009-08-12 2011-02-17 Mark Collins Automated Services Procurement Through Multi-Stage Process
CN102624942A (en) * 2012-03-30 2012-08-01 浪潮电子信息产业股份有限公司 Method for solving internet protocol (IP) conflict of diskless nodes
US8386757B1 (en) * 2009-02-13 2013-02-26 Unidesk Corporation Managed desktop system
US20140065958A1 (en) * 2012-08-29 2014-03-06 Jiwen Yao Method, apparatus and system of recovering an operating system on a portable communication device
US8898355B2 (en) 2007-03-29 2014-11-25 Lenovo (Singapore) Pte. Ltd. Diskless client using a hypervisor
CN107621952A (en) * 2017-09-01 2018-01-23 联想(北京)有限公司 A kind of device management method and electronic equipment
CN108073420A (en) * 2016-11-07 2018-05-25 杭州海康威视数字技术股份有限公司 A kind of system non-disk startup method and device
US10503487B2 (en) 2017-11-30 2019-12-10 Industrial Technology Research Institute System and method for deploying and controlling mobile operating system on a platform

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3677252B2 (en) 2002-03-22 2005-07-27 株式会社東芝 Information device, storage medium, and initial state restoration method
TWI275032B (en) * 2005-01-28 2007-03-01 Lite On Technology Corp Embedded system, automatic loading system and method capable of automatically loading a root file system
US7747847B2 (en) * 2005-03-25 2010-06-29 Broadcom Corporation Method and system for iSCSI boot in which an iSCSI client loads boot code from a host bus adapter and/or network interface card
US8521752B2 (en) 2005-06-03 2013-08-27 Osr Open Systems Resources, Inc. Systems and methods for arbitrary data transformations
TWI416320B (en) * 2006-04-21 2013-11-21 Hon Hai Prec Ind Co Ltd System and method for testing computer
TWI483584B (en) * 2007-06-04 2015-05-01 Graco Minnesota Inc Distributed monitoring and control fluid handling system
JP2009176096A (en) * 2008-01-25 2009-08-06 Jade Quantum Technologies Inc System and method for installing operating system on data preservation server at remote end from computer including no hard disk drive
US20090248784A1 (en) * 2008-03-28 2009-10-01 Lenovo (Singapore) Pte. Ltd. Diskless image boot outside of lan
US8055893B2 (en) * 2008-08-28 2011-11-08 Lenovo (Singapore) Pte. Ltd. Techniques for booting a stateless client
US8688812B2 (en) * 2010-09-23 2014-04-01 Intel Corporation Cluster computing—NIC based OS provision
US8966236B2 (en) 2011-05-05 2015-02-24 Microsoft Technology Licensing, Llc Dynamically redirecting boot to another operating system
US8903874B2 (en) 2011-11-03 2014-12-02 Osr Open Systems Resources, Inc. File system directory attribute correction
TWI450194B (en) * 2011-11-10 2014-08-21 Inst Information Industry Method and system for processing operating system, computer readable storage medium storing the method
US9292312B2 (en) 2012-03-22 2016-03-22 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Simulated network boot environment for bootstrap redirection
US9830329B2 (en) 2014-01-15 2017-11-28 W. Anthony Mason Methods and systems for data storage

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5577210A (en) * 1991-10-17 1996-11-19 Bull S.A. Remote booting of an operating system by a network
US5974547A (en) * 1998-03-20 1999-10-26 3Com Corporation Technique for reliable network booting of an operating system to a client computer
US6282641B1 (en) * 1998-11-18 2001-08-28 Phoenix Technologies Ltd. System for reconfiguring a boot device by swapping the logical device number of a user selected boot drive to a currently configured boot drive
US6463530B1 (en) * 1999-06-10 2002-10-08 International Business Machines Corporation Method and apparatus for remotely booting a client computer from a network by emulating remote boot chips
US20040078521A1 (en) * 2002-10-17 2004-04-22 International Business Machines Corporation Method, apparatus and computer program product for emulating an iSCSI device on a logical volume manager
US20040267926A1 (en) * 2003-06-26 2004-12-30 Rothman Michael A. Accessing firmware of a remote computer system using a remote firmware interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5577210A (en) * 1991-10-17 1996-11-19 Bull S.A. Remote booting of an operating system by a network
US5974547A (en) * 1998-03-20 1999-10-26 3Com Corporation Technique for reliable network booting of an operating system to a client computer
US6282641B1 (en) * 1998-11-18 2001-08-28 Phoenix Technologies Ltd. System for reconfiguring a boot device by swapping the logical device number of a user selected boot drive to a currently configured boot drive
US6463530B1 (en) * 1999-06-10 2002-10-08 International Business Machines Corporation Method and apparatus for remotely booting a client computer from a network by emulating remote boot chips
US20040078521A1 (en) * 2002-10-17 2004-04-22 International Business Machines Corporation Method, apparatus and computer program product for emulating an iSCSI device on a logical volume manager
US20040267926A1 (en) * 2003-06-26 2004-12-30 Rothman Michael A. Accessing firmware of a remote computer system using a remote firmware interface

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8200955B2 (en) * 2004-12-14 2012-06-12 Hewlett-Packard Development Company, L.P. Apparatus and method for booting a system
US20090307481A1 (en) * 2004-12-14 2009-12-10 Wisecup George D Apparatus and method for booting a system
US20060143432A1 (en) * 2004-12-29 2006-06-29 Rothman Michael A Method and apparatus to enhance platform boot efficiency
US7398382B2 (en) * 2004-12-29 2008-07-08 Intel Corporation Method and apparatus to enhance platform boot efficiency
US20060155838A1 (en) * 2004-12-31 2006-07-13 Inventec Corporation Program installation system and method using the same
US20060271672A1 (en) * 2005-05-24 2006-11-30 Chih-Chiang Liu System and method for loading various operating systems from a remote console
US20070268917A1 (en) * 2006-05-16 2007-11-22 Oracle International Corporation Methods and systems for enabling remote booting of remote boot clients in a switched network defining a plurality of virtual local area networks (VLANS)
US7512139B2 (en) 2006-05-16 2009-03-31 Oracle International Corporation Methods and systems for enabling remote booting of remote boot clients in a switched network defining a plurality of virtual local area networks (VLANS)
US8898355B2 (en) 2007-03-29 2014-11-25 Lenovo (Singapore) Pte. Ltd. Diskless client using a hypervisor
US8260891B2 (en) 2007-10-30 2012-09-04 Dell Products L.P. System and method for the provision of secure network boot services
US20090113029A1 (en) * 2007-10-30 2009-04-30 Dell Products L.P. System and method for the provision of secure network boot services
US9805349B1 (en) 2007-11-22 2017-10-31 Hsuan-Yeh Chang Method and system for delivering application packages based on user demands
US20090138876A1 (en) * 2007-11-22 2009-05-28 Hsuan-Yeh Chang Method and system for delivering application packages based on user demands
CN102007472A (en) * 2008-05-13 2011-04-06 巴比禄股份有限公司 Method for activating os, and protocol converter
JP2009276909A (en) * 2008-05-13 2009-11-26 Buffalo Inc Os boot method and protocol converter
WO2009139408A1 (en) * 2008-05-13 2009-11-19 株式会社バッファロー Method for starting os, and protocol converter
US20110055542A1 (en) * 2008-05-13 2011-03-03 Buffalo Inc. Method for activating os, and protocol converter
US8539215B2 (en) 2008-05-13 2013-09-17 Buffalo Inc. Protocol converter for performing protocol conversion between loading an OS image using a first protocol in communication with a remote disk drive and second protocol to be used to load boot loader in communication with a memory
US20100217948A1 (en) * 2009-02-06 2010-08-26 Mason W Anthony Methods and systems for data storage
US8386757B1 (en) * 2009-02-13 2013-02-26 Unidesk Corporation Managed desktop system
US8543797B1 (en) * 2009-02-13 2013-09-24 Unidesk Corporation Managed desktop system
US20110040857A1 (en) * 2009-08-12 2011-02-17 Mark Collins Automated Services Procurement Through Multi-Stage Process
US8176150B2 (en) 2009-08-12 2012-05-08 Dell Products L.P. Automated services procurement through multi-stage process
CN102624942A (en) * 2012-03-30 2012-08-01 浪潮电子信息产业股份有限公司 Method for solving internet protocol (IP) conflict of diskless nodes
US20140065958A1 (en) * 2012-08-29 2014-03-06 Jiwen Yao Method, apparatus and system of recovering an operating system on a portable communication device
US9270339B2 (en) * 2012-08-29 2016-02-23 Intel Corporation Method, apparatus and system of recovering an operating system on a portable communication device
CN108073420A (en) * 2016-11-07 2018-05-25 杭州海康威视数字技术股份有限公司 A kind of system non-disk startup method and device
CN107621952A (en) * 2017-09-01 2018-01-23 联想(北京)有限公司 A kind of device management method and electronic equipment
US10503487B2 (en) 2017-11-30 2019-12-10 Industrial Technology Research Institute System and method for deploying and controlling mobile operating system on a platform

Also Published As

Publication number Publication date
TWI239160B (en) 2005-09-01
TW200522583A (en) 2005-07-01
US7418588B2 (en) 2008-08-26
JP2005196733A (en) 2005-07-21
JP3138119U (en) 2007-12-20

Similar Documents

Publication Publication Date Title
US7418588B2 (en) Method and apparatus for redirecting a local boot request to a remote location
US10445258B1 (en) Method for creation of device drivers and device objects for peripheral devices
US5872968A (en) Data processing network with boot process using multiple servers
US6954852B2 (en) System for and method of network booting of an operating system to a client computer using hibernation
KR100620216B1 (en) Network Enhanced BIOS Enabling Remote Management of a Computer Without a Functioning Operating System
US20070005867A1 (en) Virtual peripheral device interface and protocol for use in peripheral device redirection communication
US6857069B1 (en) Modified operating system boot sequence for iSCSI device support
EP3495938B1 (en) Raid configuration
CN101207516B (en) Remote installation performance improvement on management controllers in monolithic and modular systems
US20030200428A1 (en) Method and system for booting a client computer system over a network
US6263388B1 (en) Data processing system and method for remotely disabling network activity in a client computer system
CA2578017A1 (en) Iscsi boot drive system and method for a scalable internet engine
US20090254641A1 (en) Network card capable of remote boot and method thereof
US20100205420A1 (en) System and method for realizing remote test on computer apparatus without storage device
KR100586309B1 (en) network terminal working by downloadable Operating System and method thereof
CN107247596B (en) Starting method and device and electronic equipment
US10824486B1 (en) Two-way clipboard exchange in virtual console
US20070155422A1 (en) Method for controlling mobile data connection through USB Ethernet management of mobile station
CN112948008A (en) Ironic based physical bare computer management method
JP2000112866A (en) Improvement of input/output performance by storing packeted operation information in local memory
CN107659621A (en) A kind of RAID control cards collocation method and device
US20050132084A1 (en) Method and apparatus for providing server local SMBIOS table through out-of-band communication
US10599588B1 (en) Interconnection of peripheral devices on different electronic devices

Legal Events

Date Code Title Description
AS Assignment

Owner name: JADE QUANTUM TECHNOLOGIES, INC., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIN, RAY-HSIN;LU, CHING-TUNG;REEL/FRAME:016415/0770

Effective date: 20041223

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362