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 ...
随机推荐
- 保留mysql数据库中的最新1000条记录
<?php mysql_connect("localhost","root","root");mysql_select_db(&quo ...
- PHP核心技术——接口
接口: 接口这样描述自己:对于实现我的所有类,看起来都应该像我现在这个样子 接口含义:采用一个特定接口的所有代码都知道对于那个接口会调用什么方法. interface mobile{ public f ...
- kubeadm源码修改证书时间 -1.13
编译后~ 链接:https://pan.baidu.com/s/1ofLX1Sv0ZF2yjkJdqf-6rw 提取码:cnbd 已统一与CA证书都是10年 已测试 适用于k8s 1.10 至 1.1 ...
- 反爬虫和抗DDOS攻击技术实践
导语 企鹅媒体平台媒体名片页反爬虫技术实践,分布式网页爬虫技术.利用人工智能进行人机识别.图像识别码.频率访问控制.利用无头浏览器PhantomJS.Selenium 进行网页抓取等相关技术不在本文讨 ...
- pairwork(黄敬博12061156和黄伟龙12061172)
结对编程: 结对编程的优缺点: 优点: 1.相互督促,共同为了完成目标而努力: 2.节省时间,通过将疑难问题分开解决,共同讨论,实现了更高效的时间利用率: 3.能力互补,提高代码的质量,同时也提高了测 ...
- servlet基础学习总结
Servlet的任务 1. 读取客户端发送的显示的数据,包括HTML表单和一些客户端程序的表单 2. 读取客户端发送的隐式的数据,包括cookies.媒体类型等 3. 处理数据并产生结果 4. ...
- iOS开发学习-资源打包
图片是被放到Images.xcassets中 1.部署版本在>=iOS8的时候,打包的资源包中的图片会被放到Assets.car 图片被压缩: 2.部署版本在<iOS8的时候,打包的资源包 ...
- P2P通讯原理
1.简介 当今互联网到处存在着一些中间件(MIddleBoxes),如NAT和防火墙,导致两个(不在同一内网)中的客户端无法直接通信.这些问题即便是到了IPV6时代也会存在,因为即使不需要NAT,但还 ...
- JAVA之路(二)
学道酬勤,这是第二次学习JAVA,感觉如醍醐灌顶一样,理解很多思想和道理. 本博只是自己对JAVA的一些理解,具体定义以及用法百科里有. 我为什么在博客园内记录自己的学习过程呢,因为我想有人知道我在学 ...
- Scrum 项目4.0&&5.0
MY—HR 成员: 角色分配 学号 博客园 4.0团队贡献分 5.0团队贡献分 丘惠敏 PM项目经理 201406114203 http://www.cnblogs.com/qiuhuimin/ 19 ...