System Board Replacement Notice
System Board Replacement Notice
System Board Replacement Notice for TP 770E and TP 600
Restoring the System Unit Serial Number: The EEPROM on the system board contains vital product data (VPD), such as the system unit serial number and the system board serial number.
You must restore the system unit serial number to its original number when the system board is replaced.
To restore the system unit serial number, do the following:
- Press and hold F1 and power on the computer.
- Hold down F1 until the Easy-Setup menu appears.
- Click on Config
- Press Ctrl+N. The system Unit Serial Number menu appears.
- Follow the instructions on the menu.
Notes:
- Do not power-off the computer during the restoration process.
- The serial number label is attached to the bottom of the computer.
Notice for 770X and 600E
Serial Numbers: When the computer was manufactured, the EEPROM on the system board was loaded with the serial numbers of the system and all major components.
The EEPROM contains the following serial numbers:
- System board serial number
- System Unit serial number
- CPU Card serial number
- DC-DC Card serial number
You must restore each of those serial numbers except the system board serial number to its original number when replacing the system board.
To save the original serial numbers, do the following:
- Boot from DOS, or open an MS-DOS prompt.
- Insert the ThinkPad Hardware Maintenance Diskette Version 1.05 into the diskette drive.
- Enter A:\SERUPDT.EXE at the DOS prompt.
NOTE: SERUPDT.EXE is in the ThinkPad Hardware Maintenance Diskette Version 1.05 or a later version.
- Enter SERUPDT R
Each serial numbers is displayed with its device type.
Write down all the numbers except the system board serial number.
The device type designations for each serial number are as follows:08: CPU card serial number
20: System unit serial number
38: DC-DC card serial number
40: System board serial number
78-7F: Hard disk drive serial numberNOTE: You can disregard the hard disk drive serial number.
To restore the serial numbers, do the following:
- Boot from DOS, or open a MS-DOS prompt.
- Enter SERUPDT.EXE at the DOS prompt.
The usage of this tool is displayed. - Enter SERUPDT W nn SSSSSSS for each serial number you saved.
NOTES:
- nn is the device type, and SSSSSS is the serial number.
- The system unit serial numberis written in the label attached on the bottom of the computer.
Universally Unique IDentifier (UUID)
The UUID is a 128-bit number uniquely assigned to the computer a production and stored in the EEPROM on the system board.
The algorithm that generates the unique number is designed to provide unique IDs until year A.D. 3400.
Consequently, no two computers in the world have the same number.
When you replace the system board, you must set the UUID on the new system board as follows:
- Press and hold F1 and power on the computer.
- Hold down F1 until the Easy-Setup menu appears.
- Click on Config.
- Press Ctrl+G. The UUID menu appears.
- Press F5 to generate a new UUID, and press Enter to overwrite it to EEPROM.
CPU Card Replacement Notice 600E and 770X Only
You must restore the CPU card serial number to its original number, when the CPU card is replaced.
To save and restore the CPU card serial number, follow the above described Serial Number update instruction.
DC-DC Card Replacement Notice 600E and 770X Only
You must restore the DC-DC card serial number to its original number, when the DC-DC card is replaced.
To save and restore the DC-DC card serial number, follow the above described Serial Number update instruction.
=================== End
System Board Replacement Notice的更多相关文章
- Setup and Configure the vsftpd server in CentOS 7 operation system
############################################################################## 1. close the firewall ...
- Lintcode212 Space Replacement solution 题解
[题目描述] Write a method to replace all spaces in a string with%20. The string is given in a characters ...
- Space Replacement
Write a method to replace all spaces in a string with %20. The string is given in a characters array ...
- File System Design Case Studies
SRC=http://www.cs.rutgers.edu/~pxk/416/notes/13-fs-studies.html Paul Krzyzanowski April 24, 2014 Int ...
- (三)Bootstrap.jar
catalina.bat 在最后启动了bootstrap.jar, 传递了start作为参数(如果多个参数的话,start在尾部). 然后org.apache.catalina.startup.Boo ...
- Enhancing the Scalability of Memcached
原文地址: https://software.intel.com/en-us/articles/enhancing-the-scalability-of-memcached-0 1 Introduct ...
- (三)Bootstrap.jar
catalina.bat 在最后启动了bootstrap.jar, 传递了start作为参数(如果多个参数的话,start在尾部). 然后org.apache.catalina.startup.Boo ...
- Images之Dockerfile中的命令1
Dockerfile reference Docker can build images automatically by reading the instructions from a Docker ...
- Intel Naming Strategy--1
http://en.wikipedia.org/wiki/Mobile_Internet_device Computer sizes Classes of computers Larger S ...
随机推荐
- Frida----frida tools的使用
翻译自官方网站:https://www.frida.re/docs/home/ 如果有理解不对的地方,请大家指出 frida Cll frida -U 包名 调试连接到电脑上设备中的应用 frida ...
- 理解unittest(六)
unittest,顾名思义就是一个单元测试框架,但是它不仅适用于单元测试,还适用WEB自动化测试用例的开发与执行,该测试框架可组织执行测试用例,并且提供了丰富的断言方法,判断测试用例是否通过,最终生成 ...
- python简单计时器实现
实现程序运行时间的显示与相互之间的计算: 实现代码: import time as t class Mytimer(): def __init__(self): self.unit=["年& ...
- Unity2018 Shader Graph 实验室
Unity2018 Shader Graph 实验室 Shader Shader Graph Unity Tips: -- 在shader forge和amplyfy Shader节点图形化shad ...
- JVM类加载全过程--图解
JVM规范允许类加载器在预料某个类将要被使用时就预先加载它,下图为实例方法被调用时的JVM内存模型,1~7完整的描述了从类加载开始到方法执行前的预备过程,后面将对每一个步骤进行解释 在我们加载类的过程 ...
- Netty源码分析第4章(pipeline)---->第1节: pipeline的创建
Netty源码分析第四章: pipeline 概述: pipeline, 顾名思义, 就是管道的意思, 在netty中, 事件在pipeline中传输, 用户可以中断事件, 添加自己的事件处理逻辑, ...
- 2019CSUST集训队选拔赛题解(二)
凛冬将至 Description 维斯特洛大陆的原住民是森林之子,他们长得如孩童一般,善于使用石器,威力值35,用树叶树枝作为衣物,在森林里繁衍生息,与万物和平相处.他们会使用古老的魔法(比如绿之视野 ...
- python之模块_随手记录的模块
目录 1.StringIO模块 2.string模块 3.pprint模块 4.struct模块 5.uuid模块 6.itertools 7.prettytable 1.StringIO (1)使用 ...
- 【quickhybrid】Android端的项目实现
前言 前文中就有提到,Hybrid模式的核心就是在原生,而本文就以此项目的Android部分为例介绍Android部分的实现. 提示,由于各种各样的原因,本项目中的Android容器确保核心交互以及部 ...
- CF 1064B Equations of Mathematical Magic(思维规律)
Description Colossal! — exclaimed Hawk-nose. — A programmer! That's exactly what we are looking for. ...