Firmware Implementation Techniques to Achieve Windows 8 Fast Boot

Size: px
Start display at page:

Download "Firmware Implementation Techniques to Achieve Windows 8 Fast Boot"

Transcription

1 presented by Firmware Implementation Techniques to Achieve Windows 8 Fast Boot UEFI Summer Summit July 16-20, 2012 Presented by Jeff Bobzin Insyde Software Updated UEFI Summer Summit July

2 Agenda Introduction and Goals Cost of Early USB Enumeration Firmware Menu Entry Solution What if a Keyboard is Needed? Other Elements Q & A UEFI Summer Summit July

3 Introduction and Goals UEFI Summer Summit July

4 What Were Our Goals? Faster Boot better turn-on experience Streamline boot of installed OS from disk Allow other boot targets when needed Allow user access to firmware menus when needed UEFI Summer Summit July

5 Firmware/OS Cooperation Example of system improvement only possible due to cooperation facilitated by UEFI Available to all firmware vendors Available to all OS vendors Available in Win 8 public Beta Full function in Insyde current versions UEFI Summer Summit July

6 Cost of Early USB Enumeration UEFI Summer Summit July

7 Impact of USB Enumeration on Firmware Boot Times When the Firmware enumerates the USB bus and searches for keyboard system time-to-boot is increased USB bus has certain architected delays If multiple devices are attached, the total delay increases UEFI Summer Summit July

8 DT NB USB K/M + Flash Dr. + hard drive Firmware Portion of System Boot from Shutdown (SSD Disk) UEFI Summer Summit July

9 Skipping USB Enumeration Skipping USB enumeration pays immediate benefits in faster boot UEFI Summer Summit July

10 DT NB USB K/M + Flash Dr. + hard drive Firmware Boot Time when skipping USB Enumeration UEFI Summer Summit July

11 USB K/M + Flash Dr. + hard drive w/usb Skip USB Improvement when Skipping USB Enumeration UEFI Summer Summit July

12 50% 45% 40% 35% 30% 25% 20% 15% 10% 5% 0% 0 USB K/M + Flash + Hard Dr. DT NB Boot Time Penalty for Connected USB Devices UEFI Summer Summit July

13 Firmware Menu Entry Solution UEFI Summer Summit July

14 How to Reach Firmware Menus? Skipping USB enumeration removes USB keyboard as tool for user interrupting boot to go to firmware menus NOTE PS/2 style keyboard on NB embedded controller is still available But boot speed is so fast it may be hard for user to hit correct key quickly enough! UEFI Summer Summit July

15 New OsIndications Variables User can use OS menus to signal need for firmware menu OS signals to firmware via new variables Added UEFI Spec Update 2.3.1C UEFI Summer Summit July

16 New UEFI Variables for F/W <-> OS Signaling New UEFI Variable OsIndicationsSupported OsIndications Defined Indicator Bit EFI_OS_INDICATIONS_BOOT_TO_FW_UI Allows the firmware to indicate supported features and actions to the OS. Allows the OS to request the firmware to enable certain features and to take certain actions. 0x UEFI Summer Summit July

17 Windows 8 Menu Navigation to Request Firmware On Reboot Settings Change PC Settings General Advanced Startup [Restart] Troubleshoot Advanced Options UEFI Firmware Settings [Restart] UEFI Summer Summit July

18 What if a Keyboard is Needed by OS Bootloader? UEFI Summer Summit July

19 Scenarios that Require Firmware Keyboard Initialization 1. Bootloader needs keyboard 2. Non-Standard Boot Target 3. Default Boot Fails UEFI Summer Summit July

20 Bootloader Requests Keyboard Wakeup Example Scenarios: Bitlocker Pin GRUB or other Bootloader Options When OS bootloader performs first EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL. ReadKeyStrokeEx() the deferred USB Enumeration is performed UEFI Summer Summit July

21 Win 8 Menu for Alt. Device Boot Windows 8 provides BootNext select Settings Change PC Settings General Advanced Startup [Restart] Troubleshoot Use A Device [Boot-Device] UEFI Summer Summit July

22 Other Elements UEFI Summer Summit July

23 Automatic Enumeration USB is enumerated if primary boot target (BootNext or top of BootOrder) is not hard disk Example USB boot is top of BootOrder list USB is enumerated if primary boot target fails to boot Facilitate recovery scenarios UEFI Summer Summit July

24 Opt-in or Opt-out Skipping USB Enumeration allows faster boot But will it confuse users? OEM has decision Should new behavior be Factory Default? Consider: 1. System Type 2. OS Vendor Recommendations UEFI Summer Summit July

25 Streamlined Boot Priority This technology is built on earlier improvements including: Skip media checks for removable media Pre-set OS boot variables are always top priority Streamlined procedure departs from Legacy BIOS tradition UEFI Summer Summit July

26 Questions and Answers UEFI Summer Summit July

27 Thanks for attending the UEFI Summer Summit 2012 For more information on the Unified EFI Forum and UEFI Specifications, visit presented by UEFI Summer Summit July

System Prep Applications A Powerful New Feature in UEFI 2.5

System Prep Applications A Powerful New Feature in UEFI 2.5 presented by System Prep Applications A Powerful New Feature in UEFI 2.5 UEFI Spring Plugfest May 18-22, 2015 Presented by Kevin Davis Insyde Software Updated 2011-06-01 UEFI Plugfest May 2015 www.uefi.org

More information

Engineering UEFI Firmware for Windows: Best Practices and Pitfalls to Avoid

Engineering UEFI Firmware for Windows: Best Practices and Pitfalls to Avoid presented by Engineering UEFI Firmware for Windows: Best Practices and Pitfalls to Avoid UEFI Summerfest July 15-19, 2013 Presented by Emily Wilson (Microsoft Corp.) Updated 2011-06-01 UEFI Summerfest

More information

Strengthening the Chain of Trust. Kevin Lane HP Jeff Bobzin Insyde Software

Strengthening the Chain of Trust. Kevin Lane HP Jeff Bobzin Insyde Software presented by Strengthening the Chain of Trust Kevin Lane HP Jeff Bobzin Insyde Software August Updated 22, 2014 2011-06-01 Agenda Quick Intro to UEFI UEFI Myths Using Linux + Secure Boot Continuing the

More information

Implementing Secure Boot: A Refresher on Key & Database Configuration

Implementing Secure Boot: A Refresher on Key & Database Configuration presented by Implementing Secure Boot: A Refresher on Key & Database Configuration UEFI PlugFest March 18-22, 2013 Presented by Tim Lewis, CTO, Insyde Software Updated 2011-06-01 UEFI Spring PlugFest March

More information

PreBoot Provisioning Solutions with UEFI

PreBoot Provisioning Solutions with UEFI presented by PreBoot Provisioning Solutions with UEFI UEFI Spring Plugfest May 18-22, 2015 Presented by Zachary Bobroff (AMI) Updated 2011-06-01 UEFI Plugfest May 2015 www.uefi.org 1 Agenda Introduction

More information

Windows To Go and USB Boot

Windows To Go and USB Boot presented by Windows To Go and USB Boot Shawn Maloney, Senior Program Manager Updated 2011-06-01 UEFI Summerfest July 2013 www.uefi.org 1 Agenda Windows To Go Overview Key Enhancements Device Requirements

More information

Creating Advanced Graphics Libraries on top of GOP

Creating Advanced Graphics Libraries on top of GOP presented by Creating Advanced Graphics Libraries on top of GOP UEFI Summer Summit July 16-20, 2012 Presented by Zachary Bobroff (AMI) Updated 2011-06-01 UEFI Summer Summit July 2012 www.uefi.org 1 Agenda

More information

Debugging under Unified Extensible Firmware Interface (UEFI): Addressing DXE Driver Challenges

Debugging under Unified Extensible Firmware Interface (UEFI): Addressing DXE Driver Challenges Debugging under Unified Extensible Firmware Interface (UEFI): Addressing DXE Driver Challenges Jeff Bobzin Sr. Director Insyde Software Session ID EFIS003 Debugging Then The first computer bug, a moth

More information

Manufacturing Tools in the UEFI Secure Boot Environment

Manufacturing Tools in the UEFI Secure Boot Environment Manufacturing Tools in the UEFI Secure Boot Environment Presented by Stefano Righi presented by UEFI Plugfest May 2014 Agenda Introduction Transition of Manufacturing Tools to UEFI Manufacturing Tools

More information

ARM Server s Firmware Security

ARM Server s Firmware Security presented by ARM Server s Firmware Security Spring 2017 UEFI Seminar and Plugfest March 27-31, 2017 Presented by Zhixiong (Jonathan) Zhang (Cavium, Inc.) Updated 2011-06- 01 UEFI Plugfest March 2017 www.uefi.org

More information

How To Startup Windows Service Windows 7. Repair Dual Boot >>>CLICK HERE<<<

How To Startup Windows Service Windows 7. Repair Dual Boot >>>CLICK HERE<<< How To Startup Windows Service Windows 7 Repair Dual Boot Boot Repair Tool will repair BCD, fix dual-boot or multi-boot problems in by fixing Boot Manager / Loader on BIOS / UEFI firmware on Windows 8.1

More information

DELLEMC. TUESDAY September 19 th 4:00PM (GMT) & 10:00AM (CST) Webinar Series Episode Nine WELCOME TO OUR ONLINE EVENTS ONLINE EVENTS

DELLEMC. TUESDAY September 19 th 4:00PM (GMT) & 10:00AM (CST) Webinar Series Episode Nine WELCOME TO OUR ONLINE EVENTS ONLINE EVENTS WELCOME TO OUR DELLEMC Webinar Series Episode Nine OUR PRESENTATION IS DUE TO START TUESDAY September 19 th 4:00PM (GMT) & 10:00AM (CST) About us.. We re a global team of Dell technicians with highly varied

More information

UEFI Forum Update. UEFI Spring Plugfest March 29-31, 2016 Presented by Dong Wei (The UEFI Forum)

UEFI Forum Update. UEFI Spring Plugfest March 29-31, 2016 Presented by Dong Wei (The UEFI Forum) UEFI Forum Update UEFI Spring Plugfest March 29-31, 2016 Presented by Dong Wei (The UEFI Forum) Updated 2011-06-01 UEFI Plugfest March 2016 www.uefi.org 1 Agenda Organization Update Specifications Update

More information

Hardware Prototyping Using a Windows-Hosted UEFI environment

Hardware Prototyping Using a Windows-Hosted UEFI environment presented by Hardware Prototyping Using a Windows-Hosted UEFI environment UEFI Summer Plugfest July 6-9, 2011 Presented by Tim Lewis (Phoenix Technologies Ltd.) Updated 2011-06-01 UEFI Plugfest July 2011

More information

Installation Manual. GIT for Industry. Smart DCC Ltd. v1.0 (Draft) 2015/06/29

Installation Manual. GIT for Industry. Smart DCC Ltd. v1.0 (Draft) 2015/06/29 Installation Manual GIT for Industry Smart DCC Ltd. v1.0 (Draft) 2015/06/29 The contents of this document are under copyright of Smart DCC Ltd., released on condition that it shall not be copied in whole,

More information

How to boot Mac OS X 10.5 from RocketRAID esata for Mac

How to boot Mac OS X 10.5 from RocketRAID esata for Mac How to boot Mac OS X 10.5 from RocketRAID esata for Mac Step 1: Prepare 3 files 1) Carbon Copy Cloner 2) EFI BIOS 3) Driver for Mac OS X 10.5 Step 2: Install Mac OS X 10.5 Install Mac OS X onto the hard

More information

Tailoring TrustZone as SMM Equivalent

Tailoring TrustZone as SMM Equivalent presented by Tailoring TrustZone as SMM Equivalent Tony C.S. Lo Senior Manager American Megatrends Inc. UEFI Plugfest March 2016 www.uefi.org 1 Agenda Introduction ARM TrustZone SMM-Like Services in TrustZone

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: DE3815TYKHE, DE3815TYBE (Standard BIOS) BIOS Version - TYBYT10H.86A.0049.2016.0413.1649 Date: April 13, 2016 Framework BIOS Reference Code: Based on 1.5.0 Visual BIOS:

More information

Deploying Secure Boot: Key Creation and Management

Deploying Secure Boot: Key Creation and Management presented by Deploying Secure Boot: Key Creation and Management UEFI Summer Summit July 16-20, 2012 Presented by Arie van der Hoeven (Microsoft Corporation) Updated 2011-06-01 1 Agenda Introduction Secure

More information

Implementing Advanced USB Interrupt Transfers

Implementing Advanced USB Interrupt Transfers presented by Implementing Advanced USB Interrupt Transfers UEFI Summerfest July 15-19, 2013 Presented by Zachary Bobroff (AMI) Updated 2011-06-01 www.uefi.org 1 Agenda Introduction USB Background Isochronous

More information

UEFI in Arm Platform Architecture

UEFI in Arm Platform Architecture presented by UEFI in Arm Platform Architecture Fall 2017 UEFI Seminar and Plugfest October 30 November 3, 2017 Presented by Dong Wei (Arm Limited) UEFI Plugfest October 2017 www.uefi.org 1 Agenda Arm @

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: DE3815TYKHE, DE3815TYBE (Standard BIOS) BIOS Version 0037 - TYBYT10H.86A.0037.2014.1120.1742 Date: November 20, 2014 TXE Firmware: 1.0.5.1120 GOP Driver: 7.2.1008 Visual

More information

BOOT FROM OTHER DEVICES (CD/DVD/FLASH with Windows 10 PRE-INSTALLED):

BOOT FROM OTHER DEVICES (CD/DVD/FLASH with Windows 10 PRE-INSTALLED): Jim McKnight www.jimopi.net Windows10_Tips.lwp revised 6-5-2015 ACRONIS BOOT CD: To boot an Acronis Recovery CD, see BOOT FROM OTHER DEVICES. Note: Only the very latest versions of Acronis will boot in

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: DN2820FYKH (Standard BIOS) BIOS Update Release Notes BIOS Version 0060 - FYBYT10H.86A.0060.2017.1011.1957 Date: October 11, 2017 ME Firmware: 1.0.5.1120 Memory Reference Code: Based on 1.5.0

More information

System information update for system board replacement events

System information update for system board replacement events System information update for system board replacement events Standard Operating Procedure (SOP) When you replace the system board on the HP Pro Tablet 608 G1, the system s EEPROM is not able to detect

More information

Enabling Advanced NVMe Features Through UEFI

Enabling Advanced NVMe Features Through UEFI presented by Enabling Advanced NVMe Features Through UEFI Spring 2018 UEFI Seminar and Plugfest March 26-30, 2018 Presented by Zachary Bobroff(AMI) Agenda What is NVMe? What Features are Missing? How to

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D54250WYB, D54250WYK, D54250WYKH, D34010WYB, D34010WYK, D34010WYKH (Standard BIOS) BIOS Version 0037 - WYLPT10H.86A.0037.2015.0324.2147 Date: March 24, 2015 Visual BIOS:

More information

ARM Trusted Firmware ARM UEFI SCT update

ARM Trusted Firmware ARM UEFI SCT update presented by ARM Trusted Firmware ARM UEFI SCT update UEFI US Fall Plugfest September 20-22, 2016 Presented by Charles García-Tobin (ARM) Updated 2011-06-01 Agenda ARM Trusted Firmware What and why UEFI

More information

IA32 OS START-UP UEFI FIRMWARE. CS124 Operating Systems Fall , Lecture 6

IA32 OS START-UP UEFI FIRMWARE. CS124 Operating Systems Fall , Lecture 6 IA32 OS START-UP UEFI FIRMWARE CS124 Operating Systems Fall 2017-2018, Lecture 6 2 Last Time: IA32 Bootstrap Computers and operating systems employ a bootstrap process to load and start the operating system

More information

Leveraging Windows Update to Distribute Firmware Updates Model Based Servicing (MBS)

Leveraging Windows Update to Distribute Firmware Updates Model Based Servicing (MBS) Leveraging Windows Update to Distribute Firmware Updates Model Based Servicing (MBS) Presented by David Edfeldt, Senior Program Manager Windows PCE O3 (OEMs, ODMs, Operators) presented by UEFI Plugfest

More information

UEFI What is it? Spring 2017 UEFI Seminar and Plugfest March 27-31, 2017 Presented by Dong Wei (ARM) presented by. Updated

UEFI What is it? Spring 2017 UEFI Seminar and Plugfest March 27-31, 2017 Presented by Dong Wei (ARM) presented by. Updated presented by UEFI What is it? Spring 2017 UEFI Seminar and Plugfest March 27-31, 2017 Presented by Dong Wei (ARM) Updated 2011-06- 01 UEFI Plugfest March 2017 www.uefi.org 1 Agenda Introduction Background

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 8.1 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

How To Force Restore A Computer That Won Boot Up After System

How To Force Restore A Computer That Won Boot Up After System How To Force Restore A Computer That Won Boot Up After System If your computer won't start up normally, you may need to use a disk repair utility This can occur after an improper shutdown, forced restart,

More information

Building Better Firmware Experience An OEM Perspective

Building Better Firmware Experience An OEM Perspective presented by Building Better Firmware Experience An OEM Perspective UEFI Summer Summit July 16-20, 2012 Presented by Samer El-Haj-Mahmoud (Hewlett-Packard Company) Updated 2011-06-01 UEFI Summer Summit

More information

Introduction to Configuration. Chapter 4

Introduction to Configuration. Chapter 4 Introduction to Configuration Chapter 4 This presentation covers: > Qualities of a Good Technician > Configuration Overview > Motherboard Battery > Hardware Configuration Overview > Troubleshooting Configurations

More information

Standardized Firmware for ARMv8 based Volume Servers

Standardized Firmware for ARMv8 based Volume Servers presented by Standardized Firmware for ARMv8 based Volume Servers UEFI Spring Plugfest March 29-31, 2016 Presented by Jonathan Zhang, Robert Hsu Cavium Inc. & AMI Updated 2011-06-01 UEFI Plugfest March

More information

Steps To Format Laptop Windows Xp And Install Windows 7 Dell

Steps To Format Laptop Windows Xp And Install Windows 7 Dell Steps To Format Laptop Windows Xp And Install Windows 7 Dell For information on how to reinstall the Windows Operating System and align "Dell Notebook and Desktop System Image Support for Advanced Format

More information

UEFI ARM Update. UEFI PlugFest March 18-22, 2013 Andrew N. Sloss (ARM, Inc.) presented by

UEFI ARM Update. UEFI PlugFest March 18-22, 2013 Andrew N. Sloss (ARM, Inc.) presented by presented by UEFI ARM Update UEFI PlugFest March 18-22, 2013 Andrew N. Sloss (ARM, Inc.) Updated 2011-06-01 UEFI Spring PlugFest March 2013 www.uefi.org 1 AGENDA economics technology status summary questions

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D54250WYB, D54250WYK, D54250WYKH, D34010WYB, D34010WYK, D34010WYKH (Standard BIOS) BIOS Version 0045 - WYLPT10H.86A.0045.2017.0302.2108 Date: March 2, 2017 Memory Reference

More information

BQ Firmware Flash Tool 3.0. User Manual

BQ Firmware Flash Tool 3.0. User Manual BQ Firmware Flash Tool 3.0 User Manual Contents 03 About the application BQ Firmware Flash Tool 03 Devices which support BQ Firmware Flash Tool 04 Necessary resources 05 Installing the application in Windows

More information

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

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

More information

Windows 8 BIOS Boot settings

Windows 8 BIOS Boot settings DE114 Windows 8 BIOS Boot settings The Windows 8 BIOS boot settings allow you to configure the new items of boot options for systems running in Windows 8 operating system. UEFI BIOS Utility - Advanced

More information

System Firmware and Device Firmware Updates using Unified Extensible Firmware Interface (UEFI) Capsules

System Firmware and Device Firmware Updates using Unified Extensible Firmware Interface (UEFI) Capsules presented by System Firmware and Device Firmware Updates using Unified Extensible Firmware Interface (UEFI) Capsules Fall 2018 UEFI Plugfest October 15 19, 2018 Presented by Brian Richardson (Intel) Materials

More information

Microsoft UEFI Certification Authority

Microsoft UEFI Certification Authority presented by Microsoft UEFI Certification Authority UEFI PlugFest September 19-20, 2013 Presented by Jeremiah Cox (Microsoft Corp.) Updated 2011-06-01 UEFI PlugFest September 2013 www.uefi.org 1 Agenda

More information

4 Ways To Boot Into Safe Mode In Windows 10

4 Ways To Boot Into Safe Mode In Windows 10 4 Ways To Boot Into Safe Mode In Windows 10 Codrut Neagu 7tutorials.com If you've used Windows 8 or Windows 8.1 for a while, you might have noticed that the "old ways" of booting into Safe Mode no longer

More information

The TPM 2.0 specs are here, now what?

The TPM 2.0 specs are here, now what? presented by The TPM 2.0 specs are here, now what? UEFI Spring Plugfest March 29-31, 2016 Presented by Dick Wilkins, Ph.D. Phoenix Technologies, Ltd. Updated 2011-06-01 UEFI Plugfest March 2016 www.uefi.org

More information

Creating rescue media

Creating rescue media Creating rescue media The Rescue Media Wizard Once I have created rescue media, will it work on all my computers? If my rescue media refuses to boot, what should I do? The Rescue Media Wizard 1. 2. Insert

More information

3 November 2009 e09127r1 EDD-4 Hybrid MBR support

3 November 2009 e09127r1 EDD-4 Hybrid MBR support To: T13 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 3 November 2009 Subject: e09127r1 EDD-4 Hybrid support Revision history Revision 0 (24 July 2009) First revision Revision 1 (3 November

More information

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0 AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC-9.1.0 Release Version 1.0 1 P a g e Contents 1 GENERAL INFORMATION... 3 1.1 Purpose... 3 1.2 System requirements... 3 1.3 Information about supported

More information

Configuring TPM Firmware Version

Configuring TPM Firmware Version Configuring TPM Firmware Version Step-by-Step Guide Updated September 2016 HP has been moving to utilize version 2.0 of the Trusted Platform Module (TPM) Firmware on its newer products. The previous version

More information

Using the UEFI Shell. October 2010 UEFI Taipei Plugfest Insyde Software

Using the UEFI Shell. October 2010 UEFI Taipei Plugfest Insyde Software Using the UEFI Shell October 2010 UEFI Taipei Plugfest 1 San Francisco Cable Car 2 Agenda Insyde UEFI Support UEFI Shell 2.0 What is it? UEFI Shell 2.0 Unique Features Network Browsing Example Application

More information

Windows 8 Uefi Bios Update Step By Step Guide Msi Usa

Windows 8 Uefi Bios Update Step By Step Guide Msi Usa We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with windows 8 uefi bios

More information

Lab Install Windows 8

Lab Install Windows 8 Introduction In this lab, you will install Windows 8.1 and 8.0. Recommended Equipment A computer with a blank hard disk drive Windows 8.1 and 8.0 installation DVD or USB flash drive Step 1: Starting the

More information

What is JBOD Mode? How Do I Enable JBOD Mode on Intel 12G SAS Adapters?

What is JBOD Mode? How Do I Enable JBOD Mode on Intel 12G SAS Adapters? What is JBOD Mode? How Do I Enable JBOD Mode on Intel 12G SAS Adapters? What Is JBOD Mode? JBOD stands for "just a bunch of drives". JBOD mode passes through physical disks so that the operating system

More information

8000 Series Instruments Windows 2000 Operating System Restore

8000 Series Instruments Windows 2000 Operating System Restore 8000 Series Instruments Windows 2000 Operating System Restore 071-1381-01 CD ROM 8000 Series Instruments Windows 2000 Operating System Restore 071-1381-01 www.tektronix.com Copyright Tektronix, Inc. All

More information

Manual Boot Camp Install Windows 8 From Usb Using

Manual Boot Camp Install Windows 8 From Usb Using Manual Boot Camp Install Windows 8 From Usb Using To avoid all this, I've chosen to bypass Bootcamp and install Windows in my Mac's native EFI mode. Does not work with Windows 7, only works with Windows

More information

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION Contents OVERVIEW SECTION 1 BIOS & PRE-INSTALLATION STEPS SECTION 2 WINDOWS 10 INSTALLATION SECTION 3 WINDOWS 10 UPGRADE USING MEDIA

More information

UEFI and the Security Development Lifecycle

UEFI and the Security Development Lifecycle presented by UEFI and the Security Development Lifecycle Spring 2018 UEFI Seminar and Plugfest March 26-30, 2018 Presented by Tim Lewis (Insyde Software) Agenda The Threat Is Real The Security Development

More information

Firmware Update Guide

Firmware Update Guide Firmware Update Guide Micron RealSSD C300 Firmware Revision 0007 Boot from CD update guide (Update from Rev 0006 to Rev 0007) Introduction This document describes the process of updating the firmware on

More information

Technical Tip How to Perform a System Recovery

Technical Tip How to Perform a System Recovery Technical Tip How to Perform a System Recovery Revision 2.08.2017 Technical Tip: How to Perform a System Recovery Page 1 Table of Contents 1.0 INTRODUCTION... 3 2.0 UNDERSTANDING THE DIGIOP CHASSIS GENERATIONS...

More information

General Firmware Overview of Recommendations for Window OS

General Firmware Overview of Recommendations for Window OS presented by General Firmware Overview of Recommendations for Window OS Spring 2017 UEFI Seminar and Plugfest March 27-31, 2017 Presented by Fei Zhou (Microsoft, Inc.) Updated 2011-06- 01 UEFI Plugfest

More information

Instructions For Formatting Hard Drive Windows 7 Command Prompt

Instructions For Formatting Hard Drive Windows 7 Command Prompt Instructions For Formatting Hard Drive Windows 7 Command Prompt How to format a hard drive in Windows Vista, 7 or 8: plus how to format hard drive drive, run the Universal USB Installer setup program,

More information

PL-I Assignment Broup B-Ass 5 BIOS & UEFI

PL-I Assignment Broup B-Ass 5 BIOS & UEFI PL-I Assignment Broup B-Ass 5 BIOS & UEFI Vocabulary BIOS = Basic Input Output System UEFI = Unified Extensible Firmware Interface POST= Power On Self Test BR = Boot Record (aka MBR) BC =Boot Code (aka

More information

UEFI State of the Union Ecosystem enabling update

UEFI State of the Union Ecosystem enabling update presented by UEFI State of the Union Ecosystem enabling update UEFI Summer Plugfest July 6-9, 2011 Mark Doran Bailey Cross Intel Corporation Updated 2011-06-01 UEFI Plugfest July 2011 www.uefi.org 1 Agenda

More information

Comparison on BIOS between UEFI and Legacy

Comparison on BIOS between UEFI and Legacy Comparison on BIOS between UEFI and Legacy Abstract The BIOS (Basic Input/Output System) connects the hardware with the system software. The system BIOS is between the system hardware and the system software,

More information

How To Reinstall Grub In Windows 7 With Cd Rom

How To Reinstall Grub In Windows 7 With Cd Rom How To Reinstall Grub In Windows 7 With Cd Rom Sep 23, 2014. I have the Windows 7 install disk (not an upgrade disk). it to CD-ROM, from there you can install windows by inserting the w7 disc and following

More information

[Troubleshooting] Task Manager shows High CPU, Memory and Disk Usage

[Troubleshooting] Task Manager shows High CPU, Memory and Disk Usage [Troubleshooting] Task Manager shows High CPU, Memory and Disk Usage Sometimes the system would run very slow due to the abnormally high loading of CPU, Memory, or Disks, it means that these main components

More information

"Last Mile" Barriers to Removing Legacy BIOS

Last Mile Barriers to Removing Legacy BIOS presented by "Last Mile" Barriers to Removing Legacy BIOS Fall 2017 UEFI Plugfest October 30 November 3, 2017 Presented by Brian Richardson (Intel Corporation) Agenda What is the Last Mile? Wait we re

More information

UEFI Porting Update for ARM Platforms

UEFI Porting Update for ARM Platforms UEFI Porting Update for ARM Platforms What did we do since July? Leif Lindholm UEFI tech lead Linaro Enterprise Group presented by UEFI Plugfest May 2014 Agenda Introduction Linux Support EDK2 Development

More information

Manually Installation Windows Updates Xp From Usb Drive Bootable

Manually Installation Windows Updates Xp From Usb Drive Bootable Manually Installation Windows Updates Xp From Usb Drive Bootable Installing Windows from a pen drive is an easy process - just follow these steps. How to Make a Bootable USB Disk for Windows 8, Windows

More information

How To Repair Win 7's Boot Loader After You Install Xp

How To Repair Win 7's Boot Loader After You Install Xp How To Repair Win 7's Boot Loader After You Install Xp Here we're installing XP Professional on the new partition. This is due to XP writing it's bootloader over Windows 7's. After getting the bootloader

More information

AWG5000 and AWG7000 Series Windows XP Operating System Restore

AWG5000 and AWG7000 Series Windows XP Operating System Restore DVD AWG5000 and AWG7000 Series Windows XP Operating System Restore 071-2084-01 www.tektronix.com Copyright Tektronix. All rights reserved. Licensed software products are owned by Tektronix or its subsidiaries

More information

Hiddn SafeDisk. Installation Manual. Version April //

Hiddn SafeDisk. Installation Manual. Version April // Hiddn SafeDisk Installation Manual Version 2.1.5 24. April 2018 1. Introduction This document will explain what is delivered, how units are initialized (loaded with certificates) and some alternatives

More information

Install Guide Windows 7 Usb Macbook Pro 2011 Without Cd

Install Guide Windows 7 Usb Macbook Pro 2011 Without Cd Install Guide Windows 7 Usb Macbook Pro 2011 Without Cd If someone managed to install Windows 7 on his/her imac with Yosemite using a to create a bootable USB on older macs through boot camp without an

More information

How To Install Windows Update Vista Without Cd Dell Inspiron 1720

How To Install Windows Update Vista Without Cd Dell Inspiron 1720 How To Install Windows Update Vista Without Cd Dell Inspiron 1720 Dell note the date of their systems on their FTP Website: Press any key when prompted such as h when it says Press any Key to boot from

More information

WES7 OS Recovery User Guide (Ver1.00) OS, Driver

WES7 OS Recovery User Guide (Ver1.00) OS, Driver MagicInfo Technical Guide WES7 OS Recovery User Guide (Ver1.00) OS, Driver WES 7 operating system recovery WES 7 operating system (OS) can be recovered using the following methods: 1) Recovery to WES 7

More information

Firmware Test Suite - Uses, Development, Contribution and GPL

Firmware Test Suite - Uses, Development, Contribution and GPL presented by Firmware Test Suite - Uses, Development, Contribution and GPL Fall 2017 UEFI Plugfest October 30 November 3, 2017 Presented by Alex Hung (Canonical, Ltd) UEFI Plugfest October 2017 www.uefi.org

More information

Instrument Software Update Instructions. X-Series Multi-touch instruments

Instrument Software Update Instructions. X-Series Multi-touch instruments Purpose Instrument Software Update Instructions X-Series Multi-touch instruments The purpose of this document is to outline the instrument software update procedure for the touchscreen or B model instrument

More information

Net Start Error Code 5 Windows 7 Boot From Disk

Net Start Error Code 5 Windows 7 Boot From Disk Net Start Error Code 5 Windows 7 Boot From Disk 4.1 If you can boot into Windows 7, 4.2 If you can't boot into Windows 7 services used by the utility) returned a failure, Code 5 means a command syntax

More information

Solutions for the Intel Platform Innovation Framework for EFI July 26, Slide 1

Solutions for the Intel Platform Innovation Framework for EFI July 26, Slide 1 Solutions for the Intel Platform Innovation Framework for EFI July 26, 2005 Slide 1 AMI introduces Aptio AMI s Framework-based product offering Offers all innovations of the Intel Platform Innovation Framework

More information

Managing Rack-Mount Servers

Managing Rack-Mount Servers This chapter includes the following sections: Rack-Mount Server Management, page 1 Guidelines for Removing and Decommissioning Rack-Mount Servers, page 2 Recommendations for Avoiding Unexpected Server

More information

Advanced Operating Systems and Virtualization. Alessandro Pellegrini A.Y. 2017/2018

Advanced Operating Systems and Virtualization. Alessandro Pellegrini A.Y. 2017/2018 Advanced Operating Systems and Virtualization Alessandro Pellegrini A.Y. 2017/2018 Basic Information Lecture Schedule: Course begins today! Course ends on June 1 st Lecture slots: Tuesday, 08.00 am 10.00

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: DB85FL (Standard BIOS) BIOS Update Release Notes BIOS Version 0131 - FLB8510H.86A.0131.2017.0516.1705 Date: May 16, 2017 ROM Image 8MB Checksum: 0x591F0D92 ROM Image 4MB Checksum: 0x2E8ED563

More information

How To Reinstall Grub In Windows 7 Without Cd Dell

How To Reinstall Grub In Windows 7 Without Cd Dell How To Reinstall Grub In Windows 7 Without Cd Dell In my computer I had 2 partitions of Windows 7 (classical C: and D:), Ubuntu Gnome (that I The only thing I managed to do without errors is But what type

More information

UEFI and IoT: Best Practices in Developing IoT Firmware Solutions

UEFI and IoT: Best Practices in Developing IoT Firmware Solutions presented by UEFI and IoT: Best Practices in Developing IoT Firmware Solutions Spring 2017 UEFI Seminar and Plugfest March 27-31, 2017 Presented by Hawk Chen (Byosoft) Updated 2011-06- 01 UEFI Plugfest

More information

Hp Recovery Instructions Windows 7 Partition Access Dell

Hp Recovery Instructions Windows 7 Partition Access Dell Hp Recovery Instructions Windows 7 Partition Access Dell In addition to reinstalling Windows, a manual OSRI requires installing each of the and Vostro computers that run Windows 8, Windows 7 and Windows

More information

STOP! Read these instructions before connecting the PR3 to your Computer

STOP! Read these instructions before connecting the PR3 to your Computer Windows 10 Installation Instructions for the PR3 NOTE: If Windows 10 installed the drivers for the PR3, these instructions are not needed. These instructions are only to be used if Windows 10 did not automatically

More information

Intel Corporation. About This Release MV85010A.86A.0069.P PXE 2.1 [Intel Boot Agent Version ] for ICH2 LAN Controller

Intel Corporation. About This Release MV85010A.86A.0069.P PXE 2.1 [Intel Boot Agent Version ] for ICH2 LAN Controller Intel Corporation DATE: April 21, 2003 SUBJECT: MV850.10A.86A Production BIOS P25-0069 About This Release MV85010A.86A.0069.P25.0304170949 PXE 2.1 [Intel Boot Agent Version 4.1.09] for ICH2 LAN Controller

More information

Usb Port On Manually Create Bootable Windows Xp Install Driver

Usb Port On Manually Create Bootable Windows Xp Install Driver Usb Port On Manually Create Bootable Windows Xp Install Driver Step 9: Install your third-party hardware and software drivers. Use Windows XP Files & Settings Transfer Wizard To Backup Files & Data option

More information

Perform Manual System Restore Xp Safe Mode Not Working

Perform Manual System Restore Xp Safe Mode Not Working Perform Manual System Restore Xp Safe Mode Not Working If you computer has system problem, you first priority should be to make sure you Windows Advanced Options Menu Please select an option: Safe Mode

More information

Instrument Software Update Instructions

Instrument Software Update Instructions Purpose Instrument Software Update Instructions Keysight X-Series Signal Analyzers, Non-Touch (N9000A, N9010A, N9020A, N9030A) With either WES7 or Windows 10 operating systems The purpose of this document

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: NUC6i5SYK, NUC6i5SYH, NUC6i3SYK, NUC6i3SYH (Standard BIOS) BIOS Version 0068 - SYSKLi35.86A.0068.2018.0731.1128 Date: July 31, 2018 ME Firmware: 11.8.50.3425 Memory

More information

Longhorn Large Sector Size Support. Anuraag Tiwari Program Manager Core File System

Longhorn Large Sector Size Support. Anuraag Tiwari Program Manager Core File System Longhorn Large Sector Size Support Anuraag Tiwari Program Manager Core File System anuraagt@microsoft.com Agenda Historical OS Support for Large Sector Size Drives A Brief Overview of the OS Disk I/O Components

More information

Technical Reference: BIOS Updates & Settings for POS Terminals

Technical Reference: BIOS Updates & Settings for POS Terminals Technical Reference: BIOS Updates & Settings for POS Terminals July 2010 This document is intended for Campus customers who utilize the Campus Point-of-Sale application for terminals running the Windows

More information

Trusted Mobile Keyboard Controller Architecture

Trusted Mobile Keyboard Controller Architecture Trusted Mobile Keyboard Controller Architecture Sundeep Bajikar Security Architect Mobile Platforms Group Intel Corporation September 17, 2003 1 Safer Computing Track Fall IDF Tuesday Wednesday Thursday

More information

Quick installation guide for USB-TTL Converter. on platforms Win 8, 8.1, 10

Quick installation guide for USB-TTL Converter. on platforms Win 8, 8.1, 10 Quick installation guide on platforms Win 8, 8.1, 10 Revision: 2.1 Date: October 23, 2017 Table of Contents 1 Setup of DREHMO USB-TTL Converter 3 1.1 Installation issue............................... 3

More information

Technical Guide. USB 3.1 xhci-based Certification Platform. USB-IF USB 3.1 Peripheral Development Kit: USB3.1 certification Platform.

Technical Guide. USB 3.1 xhci-based Certification Platform. USB-IF USB 3.1 Peripheral Development Kit: USB3.1 certification Platform. Technical Guide USB-IF USB 3.1 Peripheral Development Kit: USB3.1 certification Platform USB 3.1 xhci-based Certification Platform January 26, 2018 Revision 2.0 About this Document Content Owner Author

More information

Reset Manual Bios Acer Aspire One Zg5 Update Linux

Reset Manual Bios Acer Aspire One Zg5 Update Linux Reset Manual Bios Acer Aspire One Zg5 Update Linux I have a netbook Acer Aspire One ZG5 with Win XP and I want to be able to: 1) Get rid off f**king. If you need to reset your password, click here. Having

More information

Input Components C H A P T E R 1 4. See also: System FAQs for WHQL Testing on

Input Components C H A P T E R 1 4. See also: System FAQs for WHQL Testing on Part 4 Device Design Guidelines C H A P T E R 1 4 Input Components This chapter presents the requirements and recommendations for standard input devices and connections under the Microsoft Windows family

More information

Firmware Update Release: Firmware Update. Written By: Q-See qplus.dozuki.com/ Page 1 of 9

Firmware Update Release: Firmware Update. Written By: Q-See qplus.dozuki.com/ Page 1 of 9 Firmware Update Written By: Q-See 2018 qplus.dozuki.com/ Page 1 of 9 INTRODUCTION CAUTION: Updating the firmware incorrectly or using an update on the wrong DVR can permanently damage the chipset on the

More information