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:

  1. Press and hold F1 and power on the computer.
  2. Hold down F1 until the Easy-Setup menu appears.
  3. Click on Config
  4. Press Ctrl+N. The system Unit Serial Number menu appears.
  5. Follow the instructions on the menu.

Notes:

  1. Do not power-off the computer during the restoration process.
  2. 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:

  1. Boot from DOS, or open an MS-DOS prompt.
  2. Insert the ThinkPad Hardware Maintenance Diskette Version 1.05 into the diskette drive.
  3. 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.

  4. 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 number

    NOTE: You can disregard the hard disk drive serial number.

To restore the serial numbers, do the following:

  1. Boot from DOS, or open a MS-DOS prompt.
  2. Enter SERUPDT.EXE at the DOS prompt. 
     The usage of this tool is displayed.
  3. Enter SERUPDT W nn SSSSSSS for each serial number you saved.

NOTES:

  1. nn is the device type, and SSSSSS is the serial number.
  2. 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:

  1. Press and hold F1 and power on the computer.
  2. Hold down F1 until the Easy-Setup menu appears.
  3. Click on Config.
  4. Press Ctrl+G. The UUID menu appears.
  5. 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的更多相关文章

  1. Setup and Configure the vsftpd server in CentOS 7 operation system

    ############################################################################## 1. close the firewall ...

  2. Lintcode212 Space Replacement solution 题解

    [题目描述] Write a method to replace all spaces in a string with%20. The string is given in a characters ...

  3. Space Replacement

    Write a method to replace all spaces in a string with %20. The string is given in a characters array ...

  4. File System Design Case Studies

    SRC=http://www.cs.rutgers.edu/~pxk/416/notes/13-fs-studies.html Paul Krzyzanowski April 24, 2014 Int ...

  5. (三)Bootstrap.jar

    catalina.bat 在最后启动了bootstrap.jar, 传递了start作为参数(如果多个参数的话,start在尾部). 然后org.apache.catalina.startup.Boo ...

  6. Enhancing the Scalability of Memcached

    原文地址: https://software.intel.com/en-us/articles/enhancing-the-scalability-of-memcached-0 1 Introduct ...

  7. (三)Bootstrap.jar

    catalina.bat 在最后启动了bootstrap.jar, 传递了start作为参数(如果多个参数的话,start在尾部). 然后org.apache.catalina.startup.Boo ...

  8. Images之Dockerfile中的命令1

    Dockerfile reference Docker can build images automatically by reading the instructions from a Docker ...

  9. Intel Naming Strategy--1

    http://en.wikipedia.org/wiki/Mobile_Internet_device Computer sizes   Classes of computers   Larger S ...

随机推荐

  1. VRRP+tunnel+IP SLA+Track实现冗余切换

    IP SLA(Internet Protocol Service-Level Agreement)互联网服务等级协议,本实验里通过发送测试报文,测试下一跳是否可达,结合Track实现冗余静态路由的切换 ...

  2. 如何写一个Xss Bot

    如何写一个Xss Bot 现在的ctf比赛里 xss的出题方式比较特殊,一般使用xss bot,所以借鉴大佬经验尝试弄一个xss题目. xss bot 就是代替管理员去完成点击页面的任务,bot需要能 ...

  3. 【Unity Shader】(五) ------ 透明效果之半透明效果的实现及原理

    笔者使用的是 Unity 2018.2.0f2 + VS2017,建议读者使用与 Unity 2018 相近的版本,避免一些因为版本不一致而出现的问题 [Unity Shader学习笔记](三) -- ...

  4. (1) Python 数据类型功能

    1.int 将字符串转化为数字 a="123"  print(type(a),a) b=int(a)  print(type(b),b) num="0011" ...

  5. arp与rarp

  6. 基于Python的信用评分卡模型分析(二)

    上一篇文章基于Python的信用评分卡模型分析(一)已经介绍了信用评分卡模型的数据预处理.探索性数据分析.变量分箱和变量选择等.接下来我们将继续讨论信用评分卡的模型实现和分析,信用评分的方法和自动评分 ...

  7. html , body , margin , overflow 之大乱战

    <!DOCTYPE html> <html> <head> <style> html,body{ margin:0 ;padding:0 } div{m ...

  8. sync命令详解

    转:https://blog.csdn.net/everything1209/article/details/50423679 1.谁和谁同步? 2.为什么要同步?复制移动的过程不是同步的吗,都发生了 ...

  9. HDFS handler

    http://docs.oracle.com/goldengate/bd1221/gg-bd/GADBD/GUID-85A82B2E-CD51-463A-8674-3D686C3C0EC0.htm#G ...

  10. CentOs6.5中安装和配置vsftp简明教程[转]

    CentOs6.5中安装和配置vsftp简明教程 林涛 发表于:2017-3-17 10:10 分类:WebServer 标签: 101次 一.vsftp安装篇 复制代码代码如下: # 安装vsftp ...