在安装之前,需要rhel-server-7.0-x86_64-dvd.iso安装镜像。

安装过程如下:

1、在Terminal下键入virt-manager进入如下界面:

rhel 7 安装kvm rhel7有多种安装方式_rhel


2、点击上图中file下面的第一个图标新建虚拟机,并在name栏写入新建虚拟机名称,并选择安装方式:

rhel 7 安装kvm rhel7有多种安装方式_rhel 7 安装kvm_02

安装方式分为四种:
Local install media(ISO image or CDROM):本地源安装。
Network Install(HTTP,FTP,or NFS):使用远程服务器共享进行安装
Network Boot(PXE):从网络上进行引导安装
Import existing disk image:用快照方式安装

在本次安装中选择了第一种方式(本地源安装)

3、点击“Browse”指定安装镜像存放的位置,点击“Forward”进行下一步:

rhel 7 安装kvm rhel7有多种安装方式_rhel 7 安装kvm_03


4、填写分配的内存大小和CPU个数,点击“Forward”进行下一步:

rhel 7 安装kvm rhel7有多种安装方式_rhel_04


5、分配磁盘大小(最小分配8.0G,建议分配20G),并选择立即分配磁盘,点击“Forward”进行下一步操作:

rhel 7 安装kvm rhel7有多种安装方式_rhel 7 安装kvm_05


6、列出了所有安装信息,点击Finish进入安装界面:

rhel 7 安装kvm rhel7有多种安装方式_本地源_06


7、进入安装界面后,安装界面有三个选项:

第一行:直接进入安装系统

第二行:对安装源进行检验,没有错误在进入安装系统界面

第三行:“Troubleshooting”进行故障排查,如果有重要文件丢失,可通过这个方法解决8、等待进入安装界面,显示对语言进行选择,这里一般选择English,键盘选择English(United States):

rhel 7 安装kvm rhel7有多种安装方式_rhel_07


9、配置完语言,进入配置页面:

rhel 7 安装kvm rhel7有多种安装方式_虚拟机_08


需要设置的有:

(1)DATE&TIME:选择时区,我们选择“Asia/Shanghai”(2)SOFTWARE SELECTION:设置所要安装的软件

rhel 7 安装kvm rhel7有多种安装方式_rhel_09


(3) INSTALLATION DESTINATION:指定磁盘分区

rhel 7 安装kvm rhel7有多种安装方式_虚拟机_10


具体分区及大小,可分配内存为8G,点击“+”进行添加分区并指定分区大小:

rhel 7 安装kvm rhel7有多种安装方式_rhel 7 安装kvm_11


一般分为三个盘:/boot、/、swap(一般情况下/boot分配500M、swap分配2倍的内存大小即可,剩余的都分给/):

rhel 7 安装kvm rhel7有多种安装方式_本地源_12


(4)NETWORK & HOSTNATE:设置网卡和主机名可在安装完成后进行修改

(5)KDUMP:设置内核转内存大小
一般选择Automatic,当系统崩溃时kdump将会启动第二个内核。

10、完成设置后,点击“Begin Installation”开值安装:

rhel 7 安装kvm rhel7有多种安装方式_rhel 7 安装kvm_13

11、在安装过程中进行超级用户密码设置,也可添加用户:

rhel 7 安装kvm rhel7有多种安装方式_安装系统_14


ROOT PASSWORD:设置超级用户密码:

rhel 7 安装kvm rhel7有多种安装方式_rhel_15


USER CREATION:添加用户,也可在安装完成后通过 useradd 命令进行用户添加。

设置完成后等待安扎ung结束,显示complete 后,点击“Reboot”完成安装。