首页 > 系统相关 >CentOS 7 安装

CentOS 7 安装

时间:2023-12-22 16:24:26浏览次数:38  
标签:x86 centos CentOS 64 iso 安装

CentOS 7 安装

1、前期准备

1)系统镜像下载:

CentOS 官方下载地址: https://www.centos.org/download/
Centos国内下载源:
腾讯:https://mirrors.cloud.tencent.com/centos/7/isos/x86_64/
网易:http://mirrors.163.com/centos/7/isos/x86_64/
华为:https://mirrors.huaweicloud.com/os/image
搜狐:http://mirrors.sohu.com/centos/7/isos/x86_64/
阿里:http://mirrors.aliyun.com/centos/7/isos/x86_64/
各个版本的ISO镜像文件说明:

  • CentOS-7-x86_64-DVD-2009.iso           标准安装版。这是大多数用户的推荐图像。
  • CentOS-7-x86_64-NetInstall-2009.iso     网络安装和救援映像
  • CentOS-7-x86_64-Everything-2009.iso    对完整版安装盘的软件进行补充,它可以是用于安装或填充本地镜像
  • CentOS-7-x86_64-LiveGNOME-2009.iso  GNOME桌面版
  • CentOS-7-x86_64-LiveKDE-2009.iso        KDE桌面版
  • CentOS-7-x86_64-Minimal-2009.iso        精简版,其中包含具有功能系统所需的最少软件包。

2、系统安装

1)安装页面选择

install Centos 7                    安装centos7系统
test this media & install Centos 7  测试光盘镜像并安装系统
Troubleshooting                     排错模式(修复系统、重置系统密码)

2)修改网卡命名方式

默认系统网卡名称:
centos6: eth0、eth1、......
centos7: ens33、ens34、......

2.1- 安装过程中修改网卡命名方式
光标选择“Install CentOS 7”
点击 Tab,打开 kernel 启动选项后,增加 net.ifnames=0 biosdevname=0
回车开始安装
2.2- 系统安装完成后需要修改网卡命名规则
#1、编辑网卡配置文件
vim /etc/sysconfig/network-scripts/ifcfg-en* 
DEVICE=eth0

#重命名配置文件为ifcfg-eth0
mv ifcfg-en*  ifcfg-eth0

#2、编辑开机引导文件
vim /etc/default/grub
GRUB_CMDLINE_LINUX="crashkernel=auto spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet net.ifnames=0 biosdevname=0"

#3、运行命令重新生成GRUB配置并更新内核参数
grub2-mkconfig -o /boot/grub2/grub.cfg  #centos6
update-grub	#centos7

#4、重启系统生效
reboot
3- 磁盘分区

自动分区就好,后期数据盘单独挂载

3) 其他补充

1- minimal安装发现ifconfig 命令无法使用
yum install net-tools.x86_64

标签:x86,centos,CentOS,64,iso,安装
From: https://www.cnblogs.com/0205king/p/centos-7-installation-z1mi8zs.html

相关文章

  • centos安装pg数据库
     1.下载yum源yuminstall-yhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm2.安装libzstd否则安装数据库报错Requires:libzstd.so.1()(64bit)yuminstall-ywgetwgethttps://download-ib01.fedoraproject.o......
  • mysql安装
    #tarxvfMySQL-5.6.28-1.linux_glibc2.5.x86_64.rpm-bundle.tarMySQL-embedded-5.6.28-1.linux_glibc2.5.x86_64.rpmMySQL-test-5.6.28-1.linux_glibc2.5.x86_64.rpmMySQL-shared-5.6.28-1.linux_glibc2.5.x86_64.rpmMySQL-server-5.6.28-1.linux_glibc2.5.x86_64.rpmMy......
  • MacOS - 安装多个xcode版本,选择默认启动版本
    1、有时候xcode发布新版本,但是我们项目正要上线,来不及升级xcode版本,怕带来未知的风险,这时候就可以安装多个xcode版本,下载地址https://developer.apple.com/download/more/1.2然后登陆appledeveloper,搜索xcode,即可下载最新版本  1.3下载完成后,将当前低版本的xcod......
  • Manjaro安装Redis和Redis-cli的使用
    一.Redis安装要在Manjaro上安装Redis,可以按照以下步骤进行操作:打开终端。使用以下命令更新系统软件包列表:sudopacman-Syu通过运行以下命令安装Redis:sudopacman-Sredis安装完成后,使用以下命令启动Redis服务:sudosystemctlstartredis可以使用以下命令......
  • ubuntu18离线安装mysql8.0
    参考文档Ubuntu中使用apt下载离线包以及相关依赖包-厚礼蝎-博客园(cnblogs.com)ubuntu18.04安装mysql8.0详细教程及踩坑解决方法(包含删除Mysql5.7版本方法)_ubuntu编译安装mysql-CSDN博客如何配置MySQL8中的lower_case_table_names来让其忽略大小写?–就是这个范儿(thi......
  • Ubuntu22.04 安装 kvm
    确认环境egrep-c'(vmx|svm)'/proc/cpuinfo输出结果需要大于0,否则主机需要开启cpu虚拟化功能。设置桥接网卡#网卡配置示例cat<<'EOF'|sudotee/etc/netplan/00-installer-config.yaml>/dev/null#Thisisthenetworkconfigwrittenby'subiquity'netw......
  • win10安装git fatal: open /dev/null or dup failed: No such file or directory错误
    https://files.cnblogs.com/files/netlock/null.zip?t=1703226893&download=true文件地址解决方法:1.C:\Windows\System32\drivers\null.sys这个文件损坏,可以从网上下载win7、win10对应的null.sys文件,然后进行替换。由于我是win10的电脑,提供链接。百度网盘链接:https://pan.baid......
  • 【Stress-ng】CentOS 7 离线安装Stress-ng
    手动下载RPM包以及依赖Stree-nglibmdlibbsdStress-ng有两个依赖包,安装顺序如下:rpm-ilibmd-1.1.0-1.el7.x86_64.rpmrpm-ilibbsd-0.11.7-2.el7.x86_64.rpmrpm-istress-ng-0.07.29-2.el7.x86_64.rpmyumdownloader也可以通过yumdownloader自动解析stress-ng依赖......
  • CentOS 7.9 安装net 8运行时环境[转]
    1.从官网下载对应的运行时环境压缩包。下载地址:https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0dotnet-sdk-8.0.100-linux-x64.tar.gz2.上传至服务器,以我为例我是上传至/usr/local/software/dotnet83.运行命令解压环境压缩包tar-zxvf/home/dotnet8/dotnet-sdk-8.......
  • (亲测)CENTOS 7.9 yum 安装mysql
    CENTOS7安装mysql1、下载MySQL官方的YumRepositorywget-i-chttp://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm2、安装Repositoryyum-yinstallmysql57-community-release-el7-10.noarch.rpm3、更新过期的证书rpm--importhttps://repo.mysq......