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 ...
随机推荐
- tpshop购物网站价格筛选功能的测试用例设计
测试对象:红框内的“价格筛选功能” 以下是功能需求: 1. 除了空以外,输入框不能输入数字之外的内容. 备注:如果出现数字之外的内容,输入框禁止输入. 2. 输入框不能小于0 备注:如果出现小于0的数 ...
- Python的with语句(文件打开方式)
Python文件打开方式(with语句) python编程中对于文件的打开方式主要有以下两种: 1.利用直接性的open("","")函数:(举例说明) try ...
- Unity扩展编辑器五
扩展系统自带组件Inspector 可以在系统摄像机组建上添加一个按钮,这样就可以单独处理逻辑了
- webpack3升级为webpack4
写在前面的话:为什么要升级,因为公司目前的项目使用webpack3,但是因为是多页应用,入口估计有一百多个,开发模式下慢得不像话,修改一个文件需要十几秒才编译好,之前的解决方案是减少入口,但是要调试其 ...
- CHAPTER 38 Reading ‘the Book of Life’ The Human Genome Project 第38章 阅读生命之书 人体基因组计划
CHAPTER 38 Reading ‘the Book of Life’ The Human Genome Project 第38章 阅读生命之书 人体基因组计划 Humans have about ...
- 新手Python第三天(函数)
Python 函数的创建 def func2(): print('haha') # 函数的返回值 # 函数的返回值,没有定义返回None, # 有一个返回值返回这个object(可以返回一个函数对象) ...
- 带你轻而易举的学习python——八皇后问题
首先我们来看一下这个著名的八皇后问题 八皇后问题:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行.同一列或同一斜线上,问有多少种摆法. 在这个问题提出之后人们又将 ...
- Linux下端口映射工具rinetd
Linux下简单好用的工具rinetd,实现端口映射/转发/重定向官网地址http://www.boutell.com/rinetd 软件下载wget http://www.boutell.com/r ...
- linux递归查找文件内容并替换
sed -i 's/原字符串/替换后字符串/g' `grep '搜索关键字' -rl /data/目标目录/ --include "*.html"` 上面是递归查找目录中所有的HT ...
- python清空列表的方法
1.大数据量的list,要进行局部元素删除,尽量避免用del随机删除,非常影响性能,如果删除量很大,不如直接新建list,然后用下面的方法释放清空旧list. 2.对于一般性数据量超大的list,快速 ...