Install CentOS 7 on Thinkpad t430
- 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的更多相关文章
- 【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 ...
- mini install centOS log
no ifconfig yum install net-tools ------------------------------------------------------------------ ...
- Licode Install CentOS 7.0
mysqldump --add-drop-table -uroot -p123456 jit >/extra_disk/jit.sql sudo npm install -g node-gyp ...
- 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 ...
- UEFI Install CentOS 7
bios必须设置u盘为第一启动项 编辑E:\EFI\BOOT\grub.cfg中所有inst.stage2=hd:LABEL=*与卷标名称一致(区分大小写)(linux系统写入镜像无需修改) inst ...
- gcc 4.8.3 install centos
http://blog.csdn.net/xlx921027/article/details/17382643
- 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 ...
- Centos yum install
http://wiki.centos.org/TipsAndTricks/BrokenVserver centos mirror: http://mirror.centos.org/centos/6 ...
- CentOS 7 install slurm cluster
//slurm install //CentOS 7 system //192.168.159.141 node01 //192.168.159.142 node02 systemctl stop f ...
随机推荐
- DNS配置详解
DNS简介在Linux中,域名服务(DNS)是由柏克莱网间名域(Berkeley Internet Name Domain——BIND)软件实现的.BIND是一个客户/服务系统,它的客户方面称为转换程 ...
- [Android Studio] *.jar 与 *.aar 的生成与*.aar导入项目方法
主要讲解Android Studio中生成aar文件以及本地方式使用aar文件的方法. 在Android Studio中对一个自己库进行生成操作时将会同时生成*.jar与*.aar文件. 分别存储位置 ...
- cell 内部 设置width 总不对
今天 在Cell 里设置屏幕宽 如果 在layoutSubviews 使用 self.width(自己写的分类) 或者 self.view.size.width 都可以,这里 4 4s 5 5s 都 ...
- #import和@class的使用
#import #import 大部分功能和#include是一样的,但是他处理了重复引用的问题,不用再去自己进行重复引用处理. @class 用于声明一个类,告诉编 ...
- HDU 1839
http://acm.hdu.edu.cn/showproblem.php?pid=1839 题意:从1到n,要求时间小于等于T到达.每条边有一个容量,问最多能运多少货物. 分析:最多能运的货物取决于 ...
- Windows And Video Memory
MSDN Blogs > Zemblanity > Windows And Video Memory Windows And Video Memory Tom_Mulcahy 11 F ...
- Voreen(三) 光线投射参数介绍
本篇介绍光线投射的第二个个制Pass,光线合成的参数,对应于第一篇总的流程介绍中的Processor SingleVolumeRaycaster.可设置的参数如下: 1,Sampling Rate 采 ...
- android 瀑布流效果 保存地址
http://tech.ddvip.com/2013-09/1379785198203013_2.html
- xpath轴的正确使用姿势
网上看了许多关于轴的介绍,只介绍了语法,而没有明说具体实际中该怎么使用,百思不得其解. 背景--python中使用xpath: ----------------------------------- ...
- Android之ProgressBar初步应用
这里利用 ProgressBar 即时显示下载进度. 途中碰到的问题: 1.主线程中不能打开 URL,和只能在主线程中使用 Toast 等 2.子线程不能修改 UI 3.允许网络协议 4.暂停下载和继 ...