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 ...
随机推荐
- ASP.NET输出JSON格式数据
找到一个方法,虽然返回的不是json,但是数据格式是可以的 ArrayList eventList = new ArrayList(); ; i < ;i++ ) { Hashtable ht ...
- 【.net部署】Server Error in '/' Application.错误解决方案
报错: Server Error in '/' Application.---------------------------------------------------------------- ...
- callee的用法
callee返回正被执行的 Function 对象,也就是所指定的 Function 对象的正文.[function.]arguments.callee可选项 function 参数是当前正在执行的 ...
- 自学C++第一天
常引用: 可以用在复制构造函数里面.
- Android上传图片到服务器
一.android需要导入异步请求的jar包 AsyncHttpClient public static void reg(final Context cont,Bitmap photodata,S ...
- Memcache学习笔记
以下内容大部分来自网络,小部分是本人遇到的问题融合后的记录. 先贴一段涨姿势~ Memcache是什么 Memcache是danga.com的一个项目,最早是为 LiveJournal 服务的,目前全 ...
- LPTHW 笨办法学python 33章
32-33章节 将for-loop和while-loop循环的. 俩种句法就不说了.简单说下个人对于for和while的理解. 我觉得他learn python the hard way这里的写法是, ...
- Centos6.5 gitlab安装使用
公司从svn转到git做版本管理,我搜了一下网上git的服务器,包括gitosis,gitolite等.一开始我是用的是gitosis作为git服务器的,安装过程还算比较简单,整个服务使用python ...
- 利用 iframe解决ajax的跨域问题
问题 1. form提交或a标签跳转方式提交不会引发跨域问题. 2. ajax出于安全问题就有了跨域问题,因为一次请求中既访问了外部域最后返回了自己的域. 3. 用iframe其实就是想仿照ajax的 ...
- 分布式系统(Distributed System)资料
这个资料关于分布式系统资料,作者写的太好了.拿过来以备用 网址:https://github.com/ty4z2008/Qix/blob/master/ds.md 希望转载的朋友,你可以不用联系我.但 ...