- BIOS settings:

 - Thinkpadt430, BIOS settings:

Config----------------------------

Network:

wake on LAN: AC Only,

Ethernet LAN option ROM:Enable

USB:

usb UEFI BIOS Support: Disabled

always on usb: enabled

always on usb charge in off mode: disabled

usb 3.0 mode: auto

Serial ATA(SATA):

SATA Controller mode option: Compatibility

Security-----------------------------------

Password:

Hardware Password Manager: disabled

Lock UEFI bios settings: disabled

Security Chip

Secturity chip: inactive

UEFI bios update option:

Flash bios updating by end-users: enabled

secure rollback prevention: disabled

Virtualization

intel virtualization technology: Enable

Anti-theft

intel AT module activation:

- current setting :enable

current state : not activated

Secure boot

secure boot: disabled

Startup--------------------------------

Boot:

.centos (may be your flash disk when centos is not installed)

....

UEFI/Lgacy Boot: Both

- UEFI/legacy boot priority :Legacy First

- CSM Support:Yes

BIOS settings

- create USB bootable disk

NOTE: It doesn't work if you burn your usb disk with UltraISO on Windows,

You can use LiveUSB-Creator instead.

Download CentOS-7.0-1406-x86_64-DVD.iso, and burn it into your USB disk,

copy CentOS-7.0-1406-x86_64-DVD.iso to usb disk for later use.(Because when I intall centos, it requires the ISO file)

- Software selection: Development and Creative workstation

Additional Development

Compatibility Libraries

DNS NameServer

Development Tools

Emacs

Graphics CreateionTools

HardwareMonitoringUtilities

IdentityManagementServer

InfinibandSupport

LargeSystemsPerformance

LegacyXWindow SystemCopatibility

MainFrameAccess

NetworkFileSystemClient

OfficeSuiteandProductivity

PlatformDevelopment

Python

RemoteDesktopClients

TechnicalEriting

Virtualization Hypervisor

SmartCardSupport

- reclaim disk space

- NOTE:

After I entered the CentOS system, I found the notebook got hot quidkly. Finally, I figured it out. It's caused by the NVS 5400M. So I turned it off in BIOS.

http://seisman.info/linux-environment-for-seismology-research.html

http://rbgeek.wordpress.com/2014/07/15/initial-settings-after-installing-the-centos-7/

Install CentOS 7 on Thinkpad t430的更多相关文章

  1. 【Tools】-NO.4.Tools.1.VM.1.001-【VMware Workstation PRO 12 Install CentOS 7.1】-

    1.0.0 Summary Tittle:[Tools]-NO.4.Tools.1.VM.1.001-[VMware Workstation PRO 12 Install CentOS 7.1]- S ...

  2. mini install centOS log

    no ifconfig yum install net-tools ------------------------------------------------------------------ ...

  3. Licode Install CentOS 7.0

    mysqldump --add-drop-table -uroot -p123456 jit >/extra_disk/jit.sql sudo npm install -g node-gyp ...

  4. Learning Experience of Big Data: Learn to install CentOs 6.5 on my laptop

    I have learnt some experience about Big Data during my summer vocation,I was told that The first thi ...

  5. UEFI Install CentOS 7

    bios必须设置u盘为第一启动项 编辑E:\EFI\BOOT\grub.cfg中所有inst.stage2=hd:LABEL=*与卷标名称一致(区分大小写)(linux系统写入镜像无需修改) inst ...

  6. gcc 4.8.3 install centos

    http://blog.csdn.net/xlx921027/article/details/17382643

  7. Install Houdini 12.5 x64 in CentOS 7

    Thanks for Must(QQ ID)'s big help for installing Houdini in CentOS7. - download HOUDINI_FX_V12.5.371 ...

  8. Centos yum install

    http://wiki.centos.org/TipsAndTricks/BrokenVserver centos mirror:  http://mirror.centos.org/centos/6 ...

  9. CentOS 7 install slurm cluster

    //slurm install //CentOS 7 system //192.168.159.141 node01 //192.168.159.142 node02 systemctl stop f ...

随机推荐

  1. u-boot平台的建立,驱动的添加,索引的创建,命令机制的实现.

    一:U-boot移植前建立自己的平台: 关注的相关文件:1.u-boot- 2010.03/board/samsung/ //这个目录下需要创建自己的板级目录fsc100 cp –a smdkc100 ...

  2. 探索软件工程道路上的我II (Θ∀Θ#)

    ------作业要求------ 第一版本程序Prog1:+ 给定一个数组,实现数组元素求和:具体要求:实现对一维数组(a[100])的所有元素相加运算.+ 数据准备:a)数组长度:100:b)数组数 ...

  3. codeforces 723D(DFS)

    题目链接:http://codeforces.com/problemset/problem/723/D 题意:n*m的矩阵中,'*'代表陆地,'.'代表水,连在一起且不沿海的水形成湖泊.问最少填多少块 ...

  4. HDU 5512

    http://acm.hdu.edu.cn/showproblem.php?pid=5512 gcd(a,b)的位置都是可以选的,之后判断一下奇偶 #include <iostream> ...

  5. 让LinqToSQL使用Web.Config中的链接字符串(修改Settings.Designer.cs)

    [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.Debug ...

  6. (原创)基于CloudStack的平安云-云主机的生命周期

    一.购买云主机1.条件筛选   涉及环境.应用系统.区域.网络.操作系统.套餐.期限.数量筛选2.校验   2.1 应用系统角色权限校验   2.2 应用系统可用配置校验   2.3 产品区域是否下架 ...

  7. 原生js实现滚动条

    var SimulateScroll = (function(){ var oParent = document.getElementById('wrap-scroll-bar'), oBox = d ...

  8. js日期时间计算天数

    var stime = new Date('2016-03-14'); //开始时间 var etime = new Date('2016-03-20'); //结束时间 var times = et ...

  9. 前端构建工具gulp入门教程(share)

    参考自:http://segmentfault.com/a/1190000000372547 资源: npm上得gulp组件 gulp的Github主页 官方package.json文档 gulp中文 ...

  10. LintCode MinStack

    Implement a stack with min() function, which will return the smallest number in the stack. It should ...