UEFI on ThinkServer TS430. Lenovo ThinkServer

Size: px
Start display at page:

Download "UEFI on ThinkServer TS430. Lenovo ThinkServer"

Transcription

1 Lenovo ThinkServer December 14, 2011

2 Contents Overview... 3 What is UEFI... 3 The Benefits of UEFI... 3 UEFI Implementation on ThinkServer... 4 Boot Process... 4 Configuring Boot Options... 4 Option ROMs... 6 The UEFI shell... 6 Starting the UEFI Shell... 7 Installing a UEFI Aware Operating System... 8 Configuring the SATA Controller Mode... 9 Configuring the RAID Configuring RAID 500 in Legacy Mode Configuring RAID 500 in UEFI Mode Booting the EFI Installation Media and Installing the OS

3 Overview This paper Introduces and describes key features of the UEFI firmware implementation found on the ThinkServer TS430. It also describes the procedures for configuring the system to install UEFI aware Operating Systems that take advantage of the new features available in the UEFI standard. What is UEFI The Unified Extensible Firmware Interface (UEFI) specification describes an interface between an Operating System and the system firmware. UEFI firmware replaces the basic input/output system (BIOS), which has been in place for x86 personal computers and servers for decades, and provides advantages not possible with the older technology. At system power-on, BIOS identifies and initializes the system s hardware devices (such as the hard disk, video adapter, keyboard, and mouse). BIOS then loads the operating system from local storage (floppy, hard disk, CD-ROM, USB) or network, and passes control to it. BIOS is specific to the Intel x86 processor architecture, and it relies on the 16-bit "real mode" interface supported by x86 processors. UEFI defines a similar interface that operates between the operating system and the platform firmware, but is standards based, and not specific to any processor architecture. UEFI provides data tables that contain system information, plus boot and runtime services that are available to the operating system and its loader. The UEFI standard was preceded by Extensible Firmware Interface Specification (EFI), developed by Intel in the mid 1990s to support the Itanium class of processors. In 2005 the EFI standard was contributed to the UEFI Forum Inc. which now manages and evolves the UEFI specification. The UEFI Forum is an active standards body with many industry participants of which Lenovo is a contributing member, and a member of the Board of Directors. The Benefits of UEFI A significant benefit of UEFI is that it is designed to overcome limitations imposed by the older BIOS architecture. Because BIOS is limited to a 16-bit processor mode and 1 MB of addressable space, space for advanced BIOS functionality is limited. Space for PCI option ROMs is also limited, restricting the number of adapters that can be installed, and how much functionality each Option ROM can contain. UEFI in comparison supports either 32-bit or 64-bit processor modes. In 64-bit mode, UEFI applications in the pre-boot execution environment have direct access to all of the memory in the system using 64- bit addressing. BIOS systems also support only disks that use the master boot record (MBR) partitioning scheme, which limits the maximum size of a disk to approximately 2.2 terabytes (TB), and a maximum of 4 primary partitions. UEFI supports a more flexible partitioning scheme that uses a GUID Partition Table (GPT), which uses 64-bit values to describe partitions, allowing a maximum disk size of approximately 9.4 ZB, 3

4 and 128 primary hard disk partitions. UEFI GPT support is therefore required to use boot disks greater than 2.2 TB in size. In addition to providing standard boot services and support, UEFI provides a rich pre-boot environment that is independent of the operating system. With support for networking, USB, high resolution graphics, file system capabilities, and access to all devices, UEFI is capable enough to be called OS like. This environment enables UEFI applications to be executed, including the UEFI shell (a command-line environment) that supports both human interaction and scripting. UEFI Implementation on ThinkServer UEFI firmware on the ThinkServer TS430 conforms to the UEFI standard version 2.1. It includes a Compatibility Support Module (CSM) that emulates Legacy BIOS. This allows the server to boot operating systems that are UEFI-aware as well as older operating systems that support only 16-bit BIOS. Boot Process The Legacy BIOS boot process boots selected devices (e.g. a DVD drive or HDD). In contrast, UEFI boots specific files (targets) from physical or logical device paths, so boot media can contain virtually unlimited boot targets (operating-system instances). In UEFI bootable media, a special partition exists that contains the main UEFI boot loader located in the path \efi\boot\bootx64.efi. If the boot loader there is valid, the firmware will boot it automatically. Configuring Boot Options During POST, the Boot Manager will identify and enumerate any bootable device or UEFI boot target found on any device, and create boot options for these entries. When a UEFI aware OS is installed, boot options for that OS are also automatically entered into the Boot Manager that point to the OS boot loader file. During a normal boot, boot options for a device will auto select based on the boot record(s) found on the device. For example, if a CD or DVD contains a UEFI boot record, the CD/DVD boots using UEFI. If the CD or DVD does not contain a UEFI boot record but instead contains an x86 boot record, the CD/DVD uses BIOS to boot (via the CSM). If both UEFI and x86 boot records are found on the device, Legacy BIOS will boot by default. This automatic selection behavior can be overridden in the Boot Options screen (Figure 1) or the Boot Manager (Figure 3). Other devices that can contain two bootable partitions (MBR and GPT) include diskette drives and removable USB drives. Hard disk drives can contain either a MBR or GPT partition table; MBR partitions and GPT partitions cannot coexist on the same volume, so hard disk drives cannot be dual booted (legacy and UEFI). However, multiple bootable UEFI partitions can be created on the same hard drive, and the Boot Manager will list each GPT partition on the hard disk drive that also includes a UEFI boot record. 4

5 The Boot Options screen (Figure 1) displays a list of all bootable devices and UEFI targets discovered during POST. The Boot Options (#n) define the desired order in which boot devices are to be tried. The UEFI Boot Device Priority (Figure 2), and Drive and Device Priority settings allow configuring the order of precedence when one or more UEFI targets, or hardware devices exist within a category. UEFI Boot Device Priority lists the sequence that UEFI boot targets will be tried (regardless of device). Drive and Device Priority similarly specifies the boot device priority sequence from available hard drives, optical drives, etc. Figure 1 Boot Options Figure 2 UEFI Boot Device Priority The Boot Manager provides a single list of all boot options from which a one-time boot selection can be made. The Boot Manager is accessible from the BIOS Setup Utility (shown in Figure 3), or by pressing F12 at system startup. 5

6 Figure 3 Boot Manager Although ThinkServer UEFI firmware supports both UEFI and BIOS boot processes through the Boot Manager, once a BIOS device is booted and the UEFI CSM is invoked for the boot, the system cannot return to the UEFI Boot Manager. Option ROMs HBA s, Network adapters, and other PCI devices that support both UEFI and BIOS, will determine their mode of operation depending on which Option ROM is loaded at initialization. This is controlled in the BIOS PCI ROM Priority setting (see Installing a UEFI Aware Operating System on page 8 for more information). If PCI ROM Priority is set (in BIOS) to UEFI, the firmware will load the UEFI option ROM if one is available, otherwise it will load the legacy option ROM. The UEFI shell The UEFI shell is a UEFI application that provides a command-line interface, as well as a set of APIs, builtin commands, library support for external commands, and scripting capabilities. The shell is intended for advanced management and scripting of pre-boot functions and can be used to execute other UEFI applications. UEFI on ThinkServer complies with Shell Specification version 1.0, and supports Shell Level 3. Shell Levels describe the main features supported by the Shell: o o o o Level 0 Launching a single application Level 1 Adds scripting Level 2 Adds file manipulation Level 3 Adds UI and information retrieval ThinkServer UEFI firmware also supports the four standard Shell Profiles specified by the Shell Specification. Shell Profiles describe additional capabilities that are available: 6

7 o o o o Install Adds OS loader configuration Debug Adds debug capability Driver Adds driver manipulation Network Adds network configuration and test Commands supported by the Shell can be obtained by typing Help b at the Shell command prompt. Starting the UEFI Shell To start the shell, start the BIOS Setup Utility and select Boot Manager, or access the Boot Manager menu by pressing F12 at boot. Select the EFI Shell as the boot target. The system will boot the UEFI application startup.nsh and launch into the Shell. The following steps describe the process. 1. Power on the TS Press the F1 key to enter the BIOS Setup Utility. 3. Select Boot Manager from the menu. From the Boot manager, select Built-in EFI Shell and press ENTER. 7

8 4. The UEFI Shell is displayed. Installing a UEFI Aware Operating System As of this writing, only certain Operating Systems are UEFI aware and can take advantage of the benefits of UEFI, in particular GPT support for boot drives. The following Server OS s are UEFI aware: Microsoft Windows Server 2008 (64-bit) Microsoft Windows Server 2008 SP2 (64-bit) Microsoft Windows Server 2008 R2 (64-bit) SUSE Linux Enterprise Server (SLES) 11 (64-bit) RedHat Enterprise Linux 6.0 (64-bit) VMWare ESXi 5.0 ThinkServer TS430 UEFI support is available for systems that are configured with the SATA Controller in IDE or AHCI mode, or use the ThinkServer RAID 500 adapter to manage RAID arrays. Due to limitations in driver support, the ThinkServer Embedded RAID 100 does not support UEFI and GPT boot drives. When using the ThinkServer RAID 500 adapter, the UEFI option ROM must also be used. Table 1 summarizes the supported configurations. Storage Mode PCI ROM Priority UEFI / GPT Boot Drive Support SATA Controller = Any Legacy No SATA Controller = IDE Legacy or UEFI Yes SATA Controller = AHCI Legacy or UEFI Yes SATA Controller = RAID Legacy or UEFI No ThinkServer RAID 500 UEFI Yes Table 1 - Supported TS430 UEFI Configurations A BIOS-bootable operating system can only be installed to a master boot record (MBR) partition. An EFIbootable operating system can only be installed to a GPT partition. Therefore, if a selected partition is 8

9 MBR, it is BIOS-booted; if it is GPT, it is EFI-booted. Before installing a UEFI-aware operating system on a hard disk that is already formatted with an MBR, delete all partitions from the disk, or reformat the disk with GPT. The basic steps to configure UEFI firmware and install Windows or Linux UEFI aware Operating Systems include: 1. Configure SATA Controller mode 2. Set PCI Option ROM Priority to EFI compatible ROM and configure the RAID 500 RAID array if required 3. Boot to EFI installation media The following example describes the steps for installing Windows Server 2008 R2 into a GPT partition on ThinkServer TS430. These steps are similar for installing UEFI aware Linux distributions. Configuring the SATA Controller Mode If using Direct Connect or Hot Swappable SATA drives without a RAID 500 adapter, configure the SATA controller mode as follows: 1. Power on the TS Press the F1 key to enter the BIOS Setup Utility. 9

10 3. Select the Advanced tab from the Setup Utility menu and select SATA Configuration. 4. Set the SATA Mode from the drop down. Select either IDE or AHCI mode and press ENTER. Press F10 to save the settings and exit the BIOS Setup Utility. Configuring the RAID 500 If using a RAID 500 adapter to manage storage, configure the BIOS and RAID settings as follows. The RAID array can be configured either in Legacy (BIOS) mode or in UEFI mode, and both options are described. Configuring RAID 500 in Legacy Mode This procedure uses legacy BIOS to access the LSI WebBIOS Configuration Utility to configure the RAID array. Before the Operating System can be installed, however, BIOS must be reconfigured to use the UEFI option ROM. 10

11 1. From the BIOS Setup Utility, select the Advanced tab from the menu, and then select PCI Configuration. 2. Select PCI ROM Priority and choose Legacy ROM and press ENTER. Press F10 to save the settings and reboot the server. 3. At the prompt, type CTRL-H to launch the LSI WebBIOS Configuration Utility. The Adapter Selection screen will be displayed. 11

12 4. The Adapter Selection screen displays the RAID adapters installed in the ThinkServer. Select the Adapter No. to configure. Click Start to continue. The WebBIOS Configuration Utility main screen will be displayed. Complete configuration of the RAID array. 5. After completing the RAID array configuration, exit the Configuration Utility, and when prompted, press CTRL-ALT-DEL to reboot the system. Reenter the BIOS Setup Utility and reconfigure the PCI ROM Priority to EFI Compatible ROM. Press F10 to save the settings and exit the BIOS Setup Utility. Configuring RAID 500 in UEFI Mode This procedure uses the UEFI Shell to discover the RAID 500 adapter properties and access the LSI UEFI Configuration Utility to configure the RAID array. This procedure could be scripted for major deployments. 1. From the BIOS Setup Utility, select the Advanced tab from the menu, and then select PCI Configuration. 12

13 2. Select PCI ROM Priority and choose EFI Compatible ROM and press ENTER. Press F10 to save the settings and reboot the server. 3. Reboot the server into the UEFI Shell (the CTRL-H prompt will not be visible when booting in UEFI mode). Launch the Boot Manager from the BIOS Setup Utility, or by pressing F12 at boot. Select Built-in EFI Shell and press ENTER. The UEFI Shell will lauch. 4. From the Shell prompt, type drivers to determine the EFI SAS driver number. 13

14 In this instance, the response indicates the SAS driver number is F0. The SAS driver number can be different depending on the system. 5. Next, type dh d <SAS Driver Number> to determine the SAS controller number. In this example, type: dh d F0 In this instance the response indicates the SAS Controller number is F1. 6. If desired, information about the controller can be viewed. Type dh d <SAS Controller number> to view information about the controller. In this example, type: dh d F1 14

15 7. To access the LSI EFI RAID Setup Utility, type drvcfg s <SAS Driver number> <SAS controller number>. In this example, type: drvcfg s F0 F1 8. The LSI Configuration Menu is displayed. Choose either the EFI WebBIOS Configuration Utility (GUI), or EFI CLI (Command Line Interface) from the menu. In this example select the EFI WebBIOS entry. The Adapter Selection screen is displayed. 9. The Adapter Selection screen displays the RAID adapters installed in the ThinkServer. Select the Adapter No. to configure. Click Start to continue. The WebBIOS Configuration Utility main screen will be displayed. Complete configuration of the RAID array. 10. After completing the RAID array configuration, exit the Configuration Utility, and when prompted, press ENTER to return to the UEFI Shell. 15

16 11. The OS installation can be started by booting the installation media from within the EFI Shell, or from the Boot Manager. To launch the OS installer from within the EFI Shell, type the following shell commands: fs0: (In this example, file system 0, fs0, is the OS installation DVD. The file system can be determined from the UEFI Shell MAP command.) cd \efi\boot BOOTx64.efi (BOOTx64.efi is the boot loader found in the default location) The OS installation will begin. Otherwise, type EXIT to leave the UEFI Shell and return to the Boot Manager menu. Booting the EFI Installation Media and Installing the OS This section describes booting the Installation media using the Boot Manager. Installing a UEFI aware OS in a GPT partition requires a Boot Manager override since the default boot behavior will boot using Legacy BIOS resulting in an installation into an MBR partition. 1. Enter the Boot Manager menu either by returning from the UEFI Shell, or by rebooting the server and entering the BIOS Setup Utility, or pressing F12. Select the UEFI tagged device where the install media is located, in this case on: UEFI: PLDS DVDROM DH16D5S (NOTE: P5:PLDS DVDROM DH16D5S represents the x86 boot device) Press ENTER to begin the installation. 16

17 2. If the server is configured with the RAID 500 adapter, device drivers must be provided during the installation. When the Upgrade / Install screen is presented, select Custom install. Windows will not see the disk at this time. Click Load Driver to install the RAID 500 driver. Click Browse to locate the device driver. 17

18 Select the LSI MegaRAID SAS i device driver, and click Next. Disk 1 Unallocated Space will now be visible, and can be selected as the target for the installation. 3. At the completion of the Operating System installation, the UEFI firmware will insert a UEFI Boot entry into the Boot manager list as shown here. 18

19 4. The partitions created during the installation can be verified. For new installations, by default, Windows Setup creates a system partition (that is, an Extensible Firmware Interface System partition, also called EFI System Partition, or ESP), a Microsoft Reserved partition (MSR), and a Windows partition. Windows Setup creates a system partition when: a. There is no existing system partition. b. There is enough disk space to create a 100 MB partition. Windows Setup creates the MSR when: a. There is no existing MSR. b. There is enough disk space to create a 128 MB partition. Creating the system partition takes priority over the MSR because the system partition is required to boot the computer. 19

UEFI on Dell BizClient Platforms

UEFI on Dell BizClient Platforms UEFI on Dell BizClient Platforms Authors: Anand Joshi Kurt Gillespie This document is for informational purposes only and may contain typographical errors and technical inaccuracies. The content is provided

More information

ThinkServer RD350 and RD450 Operating System Installation Guide

ThinkServer RD350 and RD450 Operating System Installation Guide ThinkServer RD350 and RD450 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

ThinkServer RS140 Operating System Installation Guide

ThinkServer RS140 Operating System Installation Guide ThinkServer RS140 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and Support

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor Installing the Operating System or Hypervisor If you purchased E-Series Server Option 1 (E-Series Server without preinstalled operating system or hypervisor), you must install an operating system or hypervisor.

More information

installing UEFi-based Microsoft Windows Vista SP1 (x64) on HP EliteBook and Compaq Notebook PCs

installing UEFi-based Microsoft Windows Vista SP1 (x64) on HP EliteBook and Compaq Notebook PCs installing UEFi-based Microsoft Windows Vista SP1 (x64) on HP EliteBook and Compaq Notebook PCs Table of Contents: Introduction... 1 Step 1... 2 Step 2... 3 Step 3... 5 Step 4... 6 For more information...

More information

Serial ATA 2 Ports PCI Host

Serial ATA 2 Ports PCI Host Serial ATA 2 Ports PCI Host This Manual is for the various Model of 2ports SATA HBA: Model A: Low Profile Serial ATA Internal 2 Ports Model B: Low Profile External 1 Port + Internal 1 Port Model C: Low

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista TM / Vista

More information

GPT hard Disk Drives. For HP Desktops. Abstract. Why GPT? April 2011. Table of Contents:

GPT hard Disk Drives. For HP Desktops. Abstract. Why GPT? April 2011. Table of Contents: GPT hard Disk Drives For HP Desktops April 2011 Table of Contents: Abstract... 1 Why GPT?... 1 GPT vs MBR... 2 Bootable vs Data Drives and UEFI BIOS... 4 OS Support... 6 Storage Driver Support... 6 Imaging

More information

ThinkServer RD550 and RD650 Operating System Installation Guide

ThinkServer RD550 and RD650 Operating System Installation Guide ThinkServer RD550 and RD650 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

Installing and Configuring SAS Hardware RAID on HP Workstations

Installing and Configuring SAS Hardware RAID on HP Workstations Installing and Configuring SAS Hardware RAID on HP Workstations Introduction This document provides an overview of hardware RAID solutions for HP workstations running the Windows and Linux operating systems.

More information

Computer Setup User Guide

Computer Setup User Guide Computer Setup User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. Intel is a trademark

More information

Intel Rapid Start Technology (FFS) Guide

Intel Rapid Start Technology (FFS) Guide Intel Rapid Start Technology (FFS) Guide Technical white paper Table of contents Intel Rapid Start Technology (FFS) Guide... 2 Product Definition... 2 Requirements... 2 Enabling Intel Rapid Start Technology...

More information

www.devicemanuals.eu

www.devicemanuals.eu AMD RAID Introduction The integrate one SATA host controller separately, and support RAID function for performance and reliability. SB950 SATA RAID provides support for RAID 0 (Striping), RAID 1 (Mirroring),

More information

Configuring ThinkServer RAID 100 on the Lenovo TS430

Configuring ThinkServer RAID 100 on the Lenovo TS430 Configuring ThinkServer RAID 100 on the Lenovo TS430 Contents Overview 02 Embedded RAID 100 features on TS430 02 RAID Overview 02 Choosing the RAID Level 02 RAID 0 02 RAID 1 02 RAID 5 03 RAID 10 03 Configuring

More information

Configuring ThinkServer RAID 100 on the TS140 and TS440

Configuring ThinkServer RAID 100 on the TS140 and TS440 Configuring ThinkServer RAID 100 on the TS140 and TS440 Lenovo ThinkServer TS Series Servers Lenovo Enterprise Product Group Version 1.0 September 17, 2013 2013 Lenovo. All rights reserved. LENOVO PROVIDES

More information

ThinkServer RD540 and RD640 Operating System Installation Guide

ThinkServer RD540 and RD640 Operating System Installation Guide ThinkServer RD540 and RD640 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

Marvell SATA3 RAID Installation Guide

Marvell SATA3 RAID Installation Guide Marvell SATA3 RAID Installation Guide Overview The Marvell RAID Utility (MRU) is a browser-based graphical user interface (GUI) tool for the Marvell RAID adapter. It supports IO Controllers (IOC) and RAID-On-Chip

More information

Configuring ThinkServer RAID 100 on the Lenovo TS130

Configuring ThinkServer RAID 100 on the Lenovo TS130 Configuring ThinkServer RAID 100 on the Lenovo TS130 Contents Overview 02 Embedded RAID 100 features on TS130 02 RAID Overview 02 Choosing the RAID Level 02 RAID 0 02 RAID 1 03 Configuring RAID 03 BIOS

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

Cisco FlexFlash: Use and Manage Cisco Flexible Flash Internal SD Card for Cisco UCS C-Series Standalone Rack Servers

Cisco FlexFlash: Use and Manage Cisco Flexible Flash Internal SD Card for Cisco UCS C-Series Standalone Rack Servers Cisco FlexFlash: Use and Manage Cisco Flexible Flash Internal SD Card for Cisco UCS C-Series Standalone Rack Servers White Paper February 2014 What You Will Learn The Cisco UCS C220 M3, C240 M3, C420 M3,

More information

DriveClone Server. Users Manual

DriveClone Server. Users Manual DriveClone Server Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone Server... 3 2.1 System Requirement... 3 2.2 Installing DriveClone Server... 4 2.3 Uninstalling

More information

Windows 2008 Server Installation

Windows 2008 Server Installation PCS Tech Tips Windows Server 2008 Install Windows 64-bit Foundation Server HP Proliant ML310G5p Embedded SATA RAID Controller Copyright 2010 Practical Computer Solutions, Inc. 1 2 Overview of Installation

More information

User Guide - English. Embedded MegaRAID Software

User Guide - English. Embedded MegaRAID Software User Guide - English Embedded MegaRAID Software April 2015 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps us optimize

More information

LSI MegaRAID User s Manual

LSI MegaRAID User s Manual LSI MegaRAID User s Manual Q2143 August 2005 Copyright Information No part of this manual, including the products and software described in it,may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Date: March 2006. Reference No. RTS-CB 018

Date: March 2006. Reference No. RTS-CB 018 Customer Bulletin Product Model Name: CS3102 and FS3102 subsystems Date: March 2006 Reference No. RTS-CB 018 SUBJECT: Volumes greater than 2TB on Windows OS Overview This document explores how different

More information

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi How to Install Microsoft Windows Server 2008 R2 in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support

More information

Data Lifeguard Tools. Software Manual

Data Lifeguard Tools. Software Manual Data Lifeguard Tools Software Manual WD Data Lifeguard Tools User Manual Information furnished by WD is believed to be accurate and reliable; however, no responsibility is assumed by WD for its use nor

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation...2 1.1 Serial ATA (SATA) Hard Disks Installation...2 2. Guide to RAID Configurations...3 2.1 Introduction

More information

HP Z220, Z420, Z620, and Z820 Workstations Microsoft Windows XP Installation Reference Guide

HP Z220, Z420, Z620, and Z820 Workstations Microsoft Windows XP Installation Reference Guide HP Z220, Z420, Z620, and Z820 Workstations Microsoft Windows XP Installation Reference Guide Important information on installing the Windows XP Operating System on HP Z220, Z420, Z620 and Z820 Workstations.

More information

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment ALTIRIS Deployment Solution 6.8 Preboot Automation Environment The information contained in the Altiris knowledgebase is subject to the Terms of Use as outlined at http://www.altiris.com/legal/termsofuse.asp.

More information

N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview

N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview N8103-149/150/151/160 RAID Controller N8103-156 MegaRAID CacheCade Feature Overview April 2012 Rev.1.0 NEC Corporation Contents 1 Introduction... 3 2 Types of RAID Controllers... 3 3 New Features of RAID

More information

Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller.

Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller. Embedded MegaRAID SATA User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter introduces

More information

MBR and EFI Disk Partition Systems

MBR and EFI Disk Partition Systems MBR and EFI Disk Partition Systems Brought to you by www.rmroberts.com Computer technology is constantly evolving. The hard disk drive partition system has become quite complicated in recent years because

More information

RAID installation guide for Silicon Image SiI3114

RAID installation guide for Silicon Image SiI3114 RAID installation guide for Silicon Image SiI3114 Contents Contents 2 1 Introduction 4 1.1 About this Guide 4 1.2 The Basics 4 1.2.1 What is RAID? 4 1.2.2 Advantages of RAID 4 1.2.3 Disadvantages of RAID

More information

2-2. 2 nd.edition 1-2004

2-2. 2 nd.edition 1-2004 Software Guide 2-1 2-2 2 nd.edition 1-2004 Software Installation and Configuration Notes Before setting Partition size 重 要. Minimum size of the partition can be calculated from the following formula. 1635MB

More information

SATA II 4 Port PCI RAID Card RC217 User Manual

SATA II 4 Port PCI RAID Card RC217 User Manual SATA II 4 Port PCI RAID Card RC217 SATA II 4 Port PCI RAID Card This Manual is for many Models of SATAII RAID5 HBA that uses Silicon Image SATA II SiI3124 chipset: 1) 32bit PCI bus host card 2) 64bit PCI-X

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Configuring and Using AMT on TS140 and TS440

Configuring and Using AMT on TS140 and TS440 Configuring and Using AMT on TS140 and TS440 Lenovo ThinkServer TS Series Servers Lenovo Enterprise Product Group Version 1.0 September 17, 2013 2013 Lenovo. All rights reserved. LENOVO PROVIDES THIS PUBLICATION

More information

MegaRAID SAS Device Driver Installation

MegaRAID SAS Device Driver Installation MegaRAID SAS Device Driver Installation User Guide 80-00163-01, Rev. G Revision History Version and Date Description of Changes 80-00163-01 Rev. G, Added the Microsoft Windows 8 operating system (OS),

More information

Managing Storage Using RAID

Managing Storage Using RAID Note The RAID feature is applicable to E-Series Servers and the SM E-Series NCE. The RAID feature is not applicable to the EHWIC E-Series NCE and the NIM E-Series NCE. This chapter includes the following

More information

Cisco C-Series Servers Troubleshooting Guide

Cisco C-Series Servers Troubleshooting Guide Cisco C-Series Servers Troubleshooting Guide Release 1.0.2 January 24, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Ocster Backup - Rescue System

Ocster Backup - Rescue System Overview Ocster Backup - Rescue System The software allows you to create a rescue CD, DVD or USB-Stick. This rescue system is intended for two kinds of situations: 1. To restore a backup to your main hard

More information

DriveClone 10. Users Manual

DriveClone 10. Users Manual DriveClone 10 Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone... 3 2.1 System Requirement... 3 2.2 Installing DriveClone... 4 2.3 Uninstalling DriveClone...

More information

Manual OS Installation

Manual OS Installation CA92276-8158 EN-09 ECONEL 100 S2 / TX120 / TX150 S6 / TX300 S4 / RX100 S5 / RX200 S4 / RX300 S4 / RX600 S4 Manual OS Installation Before Reading This Manual Before Reading This Manual Remarks Symbols Symbols

More information

Paragon Migrate OS to SSD 4.0

Paragon Migrate OS to SSD 4.0 PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com Email sales@paragon-software.com Paragon

More information

Installing an OS on a Server

Installing an OS on a Server Installing an OS on a Server This chapter includes the following sections: OS Installation Methods, page 1 Installation Targets, page 2 Installing an OS Using a PXE Installation Server, page 3 Installing

More information

1. System Requirements

1. System Requirements BounceBack Ultimate 14.2 User Guide This guide presents you with information on how to use BounceBack Ultimate 14.2. Contents 1. System Requirements 2. BounceBack Pre-Installation 3. How To Install The

More information

A White Paper By: Dr. Gaurav Banga SVP, Engineering & CTO, Phoenix Technologies. Bridging BIOS to UEFI

A White Paper By: Dr. Gaurav Banga SVP, Engineering & CTO, Phoenix Technologies. Bridging BIOS to UEFI A White Paper By: Dr. Gaurav Banga SVP, Engineering & CTO, Phoenix Technologies Bridging BIOS to UEFI Copyright Copyright 2007 by Phoenix Technologies Ltd. All rights reserved. No part of this publication

More information

ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference. May 2016

ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference. May 2016 ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference May 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Configuring HP Elite, EliteBook, and Z220 systems for Intel Smart Response Technology

Configuring HP Elite, EliteBook, and Z220 systems for Intel Smart Response Technology Technical white paper Configuring HP Elite, EliteBook, and Z220 systems for Intel Smart Response Technology Table of contents Overview 2 System requirements 3 How to enable Intel Smart Response Technology

More information

Windows Server 2003 with SP1 Installation Guide. Version 1 855-900550-200

Windows Server 2003 with SP1 Installation Guide. Version 1 855-900550-200 Windows Server 2003 with SP1 Installation Guide Version 1 855-900550-200 1 CONTENTS WINDOWS SERVER 2003 WITH SP1... 1 INSTALLATION GUIDE... 1 SOFTWARE INSTALLATION AND CONFIGURATION NOTES... 3 Before setting...

More information

Getting Started with VMware Fusion

Getting Started with VMware Fusion Getting Started with VMware Fusion VMware Fusion for Mac OS X 2008 2012 EN-000933-00 2 Getting Started with VMware Fusion You can find the most up-to-date technical documentation on the VMware Web site

More information

Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract

Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract Microsoft Windows Server 2012 R2, is Microsoft s latest version of Windows for Servers. This R2 release brings exciting new

More information

Embedded MegaRAID Software

Embedded MegaRAID Software Embedded MegaRAID Software User Guide 48712-00, Rev. B Revision History Version and Date Description of Changes 48712-00, Rev. B, Revised the guide to document changes to the driver installation procedures,

More information

HP Education Services Course Overview

HP Education Services Course Overview HP Education Services Course Overview Introduction to HP ProLiant Servers (HE643S) This two-day course provides essential HP ProLiant training to system administrators who are responsible for ProLiant

More information

Getting Started with Paragon Recovery CD. Quick Guide

Getting Started with Paragon Recovery CD. Quick Guide Getting Started with Paragon Recovery CD Quick Guide Paragon Recovery CD 2 Quick Guide CONTENTS 1 Introduction... 3 2 Distribution...3 2.1 Distributive CD...3 2.2 Online Distribution...3 3 Booting from

More information

Cloning Utility for VersaView Industrial Computers

Cloning Utility for VersaView Industrial Computers Technical Data Cloning Utility for VersaView Industrial Computers Overview The Cloning Utility lets you create a backup image of your computer s hard drive. If your system becomes unstable or corrupt,

More information

H ARDWARE C ONSIDERATIONS

H ARDWARE C ONSIDERATIONS H ARDWARE C ONSIDERATIONS for Sidewinder 5 firewall software Dell Precision 530 This document provides information on specific system hardware required for running Sidewinder firewall software on a Dell

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation... 2 1.1 Serial ATA (SATA) Hard Disks Installation... 2 2. Guide to RAID Configurations... 3 2.1 Introduction

More information

System Area Manager. Remote Management

System Area Manager. Remote Management System Area Manager Remote Management Remote Management System Area Manager provides remote management functions for its managed systems, including Wake on LAN, Shutdown, Restart, Remote Console and for

More information

USB Bare Metal Restore: Getting Started

USB Bare Metal Restore: Getting Started USB Bare Metal Restore: Getting Started Prerequisites Requirements for the target hardware: Must be able to boot from USB Must be on the same network as the Datto device Must be 64 bit hardware Any OSs

More information

Transition from PATA optical disc drives to SATA optical disc drives

Transition from PATA optical disc drives to SATA optical disc drives Transition from PATA optical disc drives to SATA optical disc drives Transition from PATA optical disc drives to SATA optical disc drives... 1 Background... 2 Scope... 2 Definitions... 2... 2 Bootable

More information

ThinLinX TLXOS NUC / Compute Stick / RePC Installation Guide Creating the Installer (Step 1)

ThinLinX TLXOS NUC / Compute Stick / RePC Installation Guide Creating the Installer (Step 1) ThinLinX TLXOS NUC / Compute Stick / RePC Installation Guide ThinLinX has created optimized versions of ThinLinX OS (TLXOS) for either the Intel NUC, Intel Compute Stick or RePC making full use of the

More information

Phoenix SecureCore TM Setup Utility

Phoenix SecureCore TM Setup Utility Phoenix SecureCore TM Setup Utility Important information: We continually strive to bring you the latest and proven features and technologies. As part of our drive to continually improve our products modifications

More information

UEFI Implications for Windows Server

UEFI Implications for Windows Server presented by UEFI Implications for Windows Server Taipei UEFI Plugfest March 18-22, 2013 Presented by Arie van der Hoeven (Microsoft Corporation) Updated 2011-06-01 Taipei UEFI Plugfest March 2013 www.uefi.org

More information

Windows Server 2008 R2 Essentials

Windows Server 2008 R2 Essentials Windows Server 2008 R2 Essentials Installation, Deployment and Management 2 First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

Installing the Operating System with Express Setup

Installing the Operating System with Express Setup Chapter 5 Installing the Operating System with Express Setup This section describes information on using Express Setup to install and configure the following operating systems to the server. Microsoft

More information

Management Tools. Contents. Overview. MegaRAID Storage Manager. Supported Operating Systems MegaRAID CLI. Key Features

Management Tools. Contents. Overview. MegaRAID Storage Manager. Supported Operating Systems MegaRAID CLI. Key Features Introduction to ThinkServer RAID Management Tools Contents Overview 1 MegaRAID Storage Manager 03 MegaRAID CLI 04 04 MegaRAID SNMP Agent MegaRAID CIM Provider Obtaining the Tools Overview Lenovo offers

More information

Configuring ThinkServer RAID 500 and RAID 700 Adapters. Lenovo ThinkServer

Configuring ThinkServer RAID 500 and RAID 700 Adapters. Lenovo ThinkServer Configuring ThinkServer RAID 500 and RAID 700 Adapters Lenovo ThinkServer October 4, 2011 Contents Overview... 4 RAID 500 features... 4 RAID 700 features... 4 RAID Overview... 4 Choosing the RAID Level...

More information

Hiva-network.com. Microsoft_70-680_v2011-06-22_Kat. Exam A

Hiva-network.com. Microsoft_70-680_v2011-06-22_Kat. Exam A Exam A Microsoft_70-680_v2011-06-22_Kat QUESTION 1 You have a computer that runs Windows 7. The computer has a single volume. You install 15 applications and customize the environment. You complete the

More information

DELL. Unified Server Configurator: IT and Systems Management Overview. A Dell Technical White Paper

DELL. Unified Server Configurator: IT and Systems Management Overview. A Dell Technical White Paper DELL A Dell Technical White Paper Unified Server Configurator: IT and Systems Management Overview By Shelli Allgood, Anand Narayanan, Hai Phung, Pritesh Prabhu and Ganesh Viswanathan THIS WHITE PAPER IS

More information

-------------------------------------------------------------------- README.TXT

-------------------------------------------------------------------- README.TXT README.TXT Adaptec ASR-7805/ASR-7805Q/ASR-71605/ASR-71605Q/ASR-71605E/ASR-71685/ASR-72405 SAS/SATA RAID Controllers Adaptec ASR-6405/ASR-6445/ASR-6805/ASR-6805Q/ASR-6405E/ASR-6805E/ASR-6805E R5 SAS/SATA

More information

Installing a Second Operating System

Installing a Second Operating System Installing a Second Operating System Click a link below to view one of the following sections: Overview Key Terms and Information Operating Systems and File Systems Managing Multiple Operating Systems

More information

MegaRAID SAS Device Driver Installation

MegaRAID SAS Device Driver Installation MegaRAID SAS Device Driver Installation User Guide 80-00163-01, Rev. K 80-00163-01K Revision History Version and Date Description of Changes 80-00163-01 Rev. K, Updated the supported operating system versions.

More information

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish.

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish. Backup. If your computer refuses to boot or load Windows or if you are trying to restore an image to a partition the Reflect cannot lock (See here), and then you will have to start your PC using a rescue

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Version 2.0 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

XPC BIOS User Guide. For the : DS437T

XPC BIOS User Guide. For the : DS437T XPC BIOS User Guide For the : DS437T Shuttle XPC Installation Guide 2014 by Shuttle Inc. All Rights Reserved. Copyright No part of this publication may be reproduced, transcribed, stored in a retrieval

More information

Embedded MegaRAID Software

Embedded MegaRAID Software Embedded MegaRAID Software User Guide 48712-00 Rev. A Revision History Version and Date Initial release of document. Description of Changes LSI, the LSI & Design logo, MegaRAID, and MegaRAIDStorage Manager

More information

SATA II PCIe RAID Quick Installation Guide

SATA II PCIe RAID Quick Installation Guide SATA II PCIe RAID Quick Installation Guide Introducing the SATA II PCIe RAID The SATA II PCIe RAID is an ultra high-speed two channel Serial ATA Generation II RAID controller for use in PCI Express enabled

More information

Advanced Host Controller Interface (AHCI) and Redundant Array of Independent Disks (RAID) on HP Compaq dc5850 Business PCs

Advanced Host Controller Interface (AHCI) and Redundant Array of Independent Disks (RAID) on HP Compaq dc5850 Business PCs Advanced Host Controller Interface (AHCI) and Redundant Array of Independent Disks (RAID) on HP Compaq dc5850 Business PCs Using AMD Array Management Software (RAIDXpert) Introduction............................................................2

More information

Intel Rapid Storage Technology

Intel Rapid Storage Technology Intel Rapid Storage Technology User Guide August 2011 Revision 1.0 1 Document Number: XXXXXX INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

ATA-133 IDE RAID Card. Version 1.1

ATA-133 IDE RAID Card. Version 1.1 ATA-133 IDE RAID Card Version 1.1 Contents 1.0 Features....P.3 2.0 Package Content....P.3 3.0 System Requirement.P.3 4.0 Installing the ATA/133 IDE Controller Card P.4 5.0 Driver Installation..P.5 6.0

More information

Intel Rapid Start Technology User Guide for UEFI Mode

Intel Rapid Start Technology User Guide for UEFI Mode Intel Rapid Start Technology User Guide for UEFI Mode With Intel Rapid Start Technology, your computer can go from being in a very deep-sleep to fully awake in a flash. This responsiveness capability enables

More information

HP BUSINESS NOTEBOOK PC F10 SETUP OVERVIEW

HP BUSINESS NOTEBOOK PC F10 SETUP OVERVIEW HP BUSINESS NOTEBOOK PC F10 SETUP OVERVIEW 2011 Business Notebook Models Technical white paper Table of contents Executive summary... 2 System requirements... 2 Supported models... 2 Enhancements... 2

More information

PCI Express SATA / esata 6Gb/s RAID Card User Manual

PCI Express SATA / esata 6Gb/s RAID Card User Manual PCI Express SATA / esata 6Gb/s RAID Card User Manual Specifications : - 2 x SATA 6Gb/s Port (SATA version) - 2 x esata 6Gb/s Port (esata version) - Max. 6Gb/s transfer rate per port - Supports both SATA

More information

Cisco UCS C-Series Servers Linux Installation Guide

Cisco UCS C-Series Servers Linux Installation Guide First Published: March 22, 2011 Last Modified: August 13, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Full Disk Encryption Agent Reference

Full Disk Encryption Agent Reference www.novell.com/documentation Full Disk Encryption Agent Reference ZENworks 11 Support Pack 3 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

Image Backup and Recovery Procedures

Image Backup and Recovery Procedures Image Backup and Recovery Procedures Thank you for purchasing a Fujitsu computer. Fujitsu is committed to bringing you the best computing experience with your new system. It is very important that you

More information

Serial-ATA IDE Card. Version 1.0

Serial-ATA IDE Card. Version 1.0 Serial-ATA IDE Card Version 1.0 Contents 1.0 Features....P.3 2.0 System Requirement.P.3 3.0 Driver Installation..P.4 Windows NT4.0 / 2000 / XP Fresh Installation.. P4 Windows 98SE / ME Fresh Installation.

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

Microsoft Windows Server 2008* (x86 & x64) Dual SCM (ALUA) Installation BKM. Intel Order Number: E37652-004

Microsoft Windows Server 2008* (x86 & x64) Dual SCM (ALUA) Installation BKM. Intel Order Number: E37652-004 Microsoft Windows Server 2008* (x86 & x64) Dual SCM (ALUA) Installation BKM Intel Order Number: E37652-004 Microsoft Windows Server 2008* Dual SCM Installation Table of Contents Slides 3-5: Upgrading from

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

Intel System Event Log (SEL) Viewer Utility. User Guide SELViewer Version 10.0 /11.0 December 2012 Document number: G88216-001

Intel System Event Log (SEL) Viewer Utility. User Guide SELViewer Version 10.0 /11.0 December 2012 Document number: G88216-001 Intel System Event Log (SEL) Viewer Utility User Guide SELViewer Version 10.0 /11.0 December 2012 Document number: G88216-001 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH

More information

LSI Software RAID Configuration Utility

LSI Software RAID Configuration Utility LSI Software RAID Configuration Utility E8581 First Edition August 2013 Copyright 2013 ASUSTeK COMPUTER INC. All Rights Reserved. No part of this manual, including the products and software described in

More information

SBI-7125B-T1 Blade Module RAID Setup Procedure

SBI-7125B-T1 Blade Module RAID Setup Procedure SBI-7125B-T1 Blade Module RAID Setup Procedure Revison 1.0 SBI-7125B-T1 Blade Module RAID Setup Procedure The information in this User s Manual has been carefully reviewed and is believed to be accurate.

More information

DESKTOP. Internal Drive Installation Guide

DESKTOP. Internal Drive Installation Guide DESKTOP Internal Drive Installation Guide Seagate Desktop Installation Guide 2013 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are trademarks or

More information

Paragon Recovery Media Builder

Paragon Recovery Media Builder PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com E-mail sales@paragon-software.com Paragon

More information