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 ...
随机推荐
- js 正则表达式 转至(七郎's Blog)
//匹配帐号是否合法(字母开头,允许5-16字节,允许字母数字下划线 var re =new RegExp("^[a-zA-Z][a-zA-Z0-9_]{5,19}$"); if( ...
- 《制造杀人犯/Making A Murder》中的疑点和感想
快马加鞭,一天之内看完了完整的10集,很震撼,在案件还存在诸多疑点的情况下.在还有如此多的细节无法确定的情况下,最后由12人组成的陪审团一致通过S.A的谋杀罪成立,尽管初次投票时有7票反对. ...
- web页面放到手机页面,缩放问题
有时候写页面样式不规范,很多页面元素写死尺寸时,web页面尺寸比较大放到移动端访问时,就背缩放了,div或者按钮变得好小 可以加段js,效果会好点 <script> ! function( ...
- web设计中那些因素可能影响网站后期优化
web设计中那些因素可能影响网站后期优化. 1.网站代码的简洁实用性.网站源文件html代码.js代码.css代码等应尽可能的压缩处理.能用jquery-min.js的最好不要用jquery.js:c ...
- 使用C#程序处理PowerPoint文件中的字符串
最近, 有同事偶然发现Microsoft Office PowerPoint可以被看作是一个压缩包,然后通过WinRAR解压出来一组XML文件.解压出来的文件包括: 一个索引文件名称为:[Conte ...
- C#多线程线程
“线程同步”的含义 当一个进程启动了多个线程时,如果需要控制这些线程的推进顺序(比如A线程必须等待B和C线程执行完毕之后才能继续执行),则称这些线程需要进行“线程同步(thread synchro ...
- Object.observe
使用Object.observe 实现数据绑定
- 关于ellipsis多行换行的方案
WebKit浏览器或移动端的页面在WebKit浏览器或移动端(绝大部分是WebKit内核的浏览器)的页面实现比较简单,可以直接使用WebKit的CSS扩展属性(WebKit是私有属性)-webkit- ...
- 创建html模板
打开写好的html 复制 在页面上右击------属性 --会出现下面情况
- 出现( linker command failed with exit code 1)错误总结 (转)
这种问题,通常出现在添加第三方库文件或者多人开发时. 这种问题一般是找不到文件而导致的链接错误. 我们可以从如下几个方面着手排查. 1.以如下错误为例,如果是多人开发,你同步完成后发现出现如下的错误. ...