Parallels Desktop安装centos系统过程

操作系统:macOS 10.12.6
虚拟机:Parallels Desktop 13.3.0
安装系统:centos6.8

步骤记录:

一、下载虚拟机系统

下载地址: https://www.centos.org/download/ ,版本自选,关于版本说明:
i386表示32位系统,x86_64表示64位系统
bin 完整安装版(图形化桌面)
minimal 最小化安装(纯命令模式)
netinstall 网络安装启动盘
LiveCD、LiveDVD 可以在不安装Linux系统到电脑硬盘中的前提下,体验Linux。后面的CD DVD是对于光驱的要求,VCD光驱只能选择带有LiveCD文件,DVD光驱没限制。

附图:

Parallels Desktop安装centos系统过程_第1张图片Parallels Desktop安装centos系统过程_第2张图片Parallels Desktop安装centos系统过程_第3张图片Parallels Desktop安装centos系统过程_第4张图片

二、安装centos6.8(以CentOS-6.8-x86_64-minimal.iso为例)

镜像文件下载好后,打开Parallels Desktop虚拟机开始安装。

Parallels Desktop安装centos系统过程_第5张图片

选择安装Windows或其它操作系统(从DVD或镜像文件)

Parallels Desktop安装centos系统过程_第6张图片

选择Centos 6.8 镜像文件

Parallels Desktop安装centos系统过程_第7张图片

注意:此处取消勾选"快速安装"

Parallels Desktop安装centos系统过程_第8张图片
注意:此处勾选"安装前设定"

Parallels Desktop安装centos系统过程_第9张图片

按默认配置不做修改,点击继续

Install or upgrade an existing system 安装或升级现有的系统
install system with basic video driver 安装过程中采用基本的显卡驱动
Rescue installed system 进入系统修复模式
Boot from local drive   退出安装从硬盘启动

Memory test  内存检测

Parallels Desktop安装centos系统过程_第10张图片

输入帐号密码登陆系统

Parallels Desktop安装centos系统过程_第11张图片

此时发现网络不通,需要设置网络,大致步骤如下:
1. 输入ifconfig -a命令,显示eth0和lo。
2. 输入ifconfig eth0 up,启用eth0网卡。此时用ifconfig,没有inet的地址。
3. 修改/etc/sysconfig/network-scripts/ifcfg-eth0 文件, 把ONBOOT=no 改为 ONBOOT=yes。
4. service network restart,重启。
5. 输入ifconfig,出现eth0的inet地址。用Xshell连接成功。

附图:

Parallels Desktop安装centos系统过程_第12张图片 Parallels Desktop安装centos系统过程_第13张图片 Parallels Desktop安装centos系统过程_第14张图片 Parallels Desktop安装centos系统过程_第15张图片 Parallels Desktop安装centos系统过程_第16张图片 Parallels Desktop安装centos系统过程_第17张图片Parallels Desktop安装centos系统过程_第18张图片

致此,Centos 6.8 系统已经安装完成。

后续将继续更新搭建java服务器环境,敬请期待~~~


第一次写博客,记录点点滴滴,互相学习,互相交流。

如有写得不清楚的地方敬请谅解!

你可能感兴趣的:(Liunx)