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 ...
随机推荐
- 【Python】二分查找算法
二分查找:在一段数字内,找到中间值,判断要找的值和中间值大小的比较.如果中间值大一些,则在中间值的左侧区域继续按照上述方式查找.如果中间值小一些,则在中间值的右侧区域继续按照上述方式查找.直到找到我们 ...
- [搬砖]Pycharm中启动IPython notebook失败提示load_entry_point ImportError: Entry point ('console_scripts', 'ipython') not found的解决方法
前提:直接运行ipython正常,“which -a ipython”命令显示也只有一个ipython存在,在ipynb文件中点运行启动notebook时提示错误类似如下: Traceback (mo ...
- [转] 使用 MYSQLBINLOG 来恢复数据
使用 MYSQLBINLOG 来恢复数据 2009-04-05 12:47:05 标签:mysql mysqlbinlog 恢复 数据库 数据 原创作品,允许转载,转载时请务必以超链接形式标明文章 ...
- G - 小希的迷宫
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Pract ...
- js的事件委托
什么是事件委托:通俗的讲,事件就是onclick,onmouseover,onmouseout,等就是事件,委托呢,就是让别人来做,这个事件本来是加在某些元素上的,然而你却加到别人身上来做,完成这个事 ...
- IOS常见异常捕获
前言:在开发APP时,我们通常都会需要捕获异常,防止应用程序突然的崩溃,防止给予用户不友好的体验.其实Objective-C的异常处理方法和JAVA的雷同,懂JAVA的朋友一看就懂.我为什么要写这篇博 ...
- git 版本控制
用gitbash进入类似命令行的窗口 用命令 cd e:/learngit 进入该目录,然后在此目录下初始化$ git init, 于是该文件夹就成为了一个工作区,里面的.git文件就是版本库(rep ...
- SVM
sDJgfklJGV;LAKi管理科JF看了UFO李开复LKFLKJF EDJFO很疯狂的复活卡划分KJF
- 论SCRM系统对传统行业的冲击
SCRM(Social Customer Relationship Management)顾名思义是社会型客户关系管理系统,这在当前的电子商务领域是一个创新的概念,由于社交媒体(Social Medi ...
- oracle 块的学习——有定义和执行部分的块
declare --定义变量 v_ename varchar2(5); begin --执行部分 select ename from emp where empno=&no; --在控制台显示 ...