mac系统下使用Vmwear安装red hat linux
下载安装Vmware虚拟机软件
打开Vmware点击新建--创建自定义虚拟机
选择linux -->red hat enterprise linux 6 64 位
新建虚拟磁盘-->自定义-->存储
选择连接CD/DVD驱动器 -->不使用自动检测 -->选择一个光盘或管光盘映像 -->选择相应的镜像文件
选择Install or upgrade an existing system
选择Skip,跳过media check --> next
选择Basic Storage Devices --> Yes,discard any data
设置Hostname,但暂时不配置网络
选择Asia/Shanghai时区(必选,按照实际时区) System clock uses UTC(可选)
设置密码
安装类型选择-->Create Custom Layout
创建分区:
1.挂载点:/boot --> 选择Free,点击Create -->选择Standard Partition,点击Create -->Mount Poin:
选择/boot -->File System Type:选择ext4类型 -->Size(MB):分配200 -->Additional Size Options:选
择 Fixed size -->勾选Force to be a primary partition 主分区 -->其余项不改动,点击OK,完
成/boot
2.swap --> 选择Free,点击Create -->选择Standard Partition,点击Create -->Mount Point:因为SWAP
是虚拟内存,系统使用,人为不用,所以不用选挂载点 -->File System Type:选择swap类型 -->Size
(MB):分配768(内存*1.5) -->Additional Size Options:选择 Fixed size -->勾选Force to be a
primary partition 主分区 -->其余项不改动,点击OK,完成swap
3.挂载点:/ --> 选择Free,点击Create -->选择Standard Partition,点击Create -->Mount Point:选
择/ -->File System Type:选择ext4类型 -->Size(MB):可不更改具体数值 -->Additional Size Options:
选择Fill to maximum allowable size -->勾选Force to be a primary partition 主分区 -->其余项不
改动,点击OK,完成/(根)
完成分区>>next
开始格式化
点击Format -->点击Write changes to disk 开始写入磁盘
选择启动引导,无特殊需求可默认,直接next
安装系统选包
选择Minimal,最小化
选择Customize now,自定义选择
Base System中选择的包:Base、Compatibility libraries、Debugging Tools
Development中的选择的包:Development tools
完成包选择-->next
Reboot 重启