2019独角兽企业重金招聘Python工程师标准>>>

Red Hat Enterprise Linux Server release 7.0双系统安装

1.RedHat 公司的企业版7.0已经发布了。下面介绍一下在7.0下装双系统的步骤。

安装前系统:WIN7

要安装的第二个系统:RedHat Enterprise 7.0

@请注意:WIN8系统和企业版7.0不兼容。安装完7.0后,WIN8系统会起不来。

@首先BOIS已经确定调好。【注意启用笔记本的高速运转模式】,我是用PXE网络来安装的,所以还得设置从PXE网络启动。

@接着以PXE启动。

@之后进入到这个界面

@这个是安装过程中的语言选择。【默认英文】

@之后进入主安装界面

@配置时间源

@之后回主安装界面,进入语言选择【添加中文支持】

@选择安装过程中安装的包。

【Minimal Install是最小化安装】---不安装图形,选这个

【server with GUI是安装图形化的选项】---安装图形选这个

@开始分磁盘咯。这里要小心咯。双系统在下面会有一个unknow的磁盘组信息,那个是你的windows,千万别动。直接点上面的check here to create them automatically.【它会自动为你分好。你可以自己手动再调。】

注1:如果要自己建立LINUX磁盘组的话,双系统的模式下可能会遇到/boot只能分2M的情况,这个时候就只能用自动划分的方法了。不过7.0下,/boot分区是可以不分的。

注2:默认的磁盘格式是XFS,你喜欢也可以自己选,在上拉选项中都有。

下面给出几个主要的文件系统的性能比较图:

图A:左边是在创建大量小文件的情况下同一SATA盘在不同的文件系统的花费时间。

右边是SSD盘。【注:红:ext3绿:ext4 黄:xfs蓝:btrfs】

图B:在创建2TB的大文件下的不同的文件系统所花费的时间。

【注:红:ext3 绿:ext4黄:xfs 蓝:btrfs】

@分配好磁盘后,就可以直接安装了。【不用配置网络了,可以启动后再配置】安装的时候会让你设定ROOT用户的密码和建立一个系统普通用户。

@等它安装完后重启就可以进入Linux系统了。【是不是发现系统选择里面没有windows7的选项了,别急,等我慢慢带你飞】

@进入LINUX系统,修改grub.cfg文件。

#vim /boot/grub2/grub.cfg

….

menuentry 'Red Hat Enterprise Linux Server, with Linux 0-rescue-34786823d5874692b83de2451c506780' --class red --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-34786823d5874692b83de2451c506780-advanced-0ab9721b-0a35-47a0-894e-20a82df30ab2' {

load_video

insmod gzio

insmod part_msdos

insmod xfs

set root='hd0,msdos9'

if [ x$feature_platform_search_hint = xy ]; then

search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' 1cbbd1bc-1f5b-4fde-bc01-fc5a207ceab6

else

search --no-floppy --fs-uuid --set=root 1cbbd1bc-1f5b-4fde-bc01-fc5a207ceab6

fi

linux16 /vmlinuz-0-rescue-34786823d5874692b83de2451c506780 root=UUID=0ab9721b-0a35-47a0-894e-20a82df30ab2 ro rd.lvm.lv=rhel/root crashkernel=auto  rd.lvm.lv=rhel/swap vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb quiet

initrd16 /initramfs-0-rescue-34786823d5874692b83de2451c506780.img

}

… #加入下面这些

menuentry 'windows7' {

set root='hd0,msdos1'

chainloader +1

}

@重启,是不是看到你的windows了。

【求关注,求交流,让我们一起称霸,一起飞】

转载于:https://my.oschina.net/u/1759688/blog/317692

Red Hat Enterprise Linux Server release 7.0双系统安装相关推荐

  1. Red Hat Enterprise Linux Server release 6.3下ganglia监控系统的搭建

    ganglia 是分布式的监控系统,有两个Daemon, 分别是:客户端Ganglia Monitoring Daemon (gmond)和服务端Ganglia Meta Daemon (gmetad ...

  2. Red Hat Enterprise Linux Server release 7.4 (Maipo) 安装mysql5.7.36

    1. 版本 [root@localhost mysql]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.4 (M ...

  3. Red Hat Enterprise Linux Server release 7.1 (Maipo) 安装gcc 的几种方式

    linux中没有默认安装的gcc,折腾了一番,终于搞好,记录备忘. [root@localhost local]# gcc bash: gcc: command not found... 查看系统版本 ...

  4. 1-4-RHEL6.3-用户及组管理(Red Hat Enterprise Linux Server release 6.3)@树袋飘零

    本节介绍内容: 1.账户和组的概念 2.账户和组文件阐述与解析 3.管理账户和组(创建删除和修改) 4.案例分析-用户管理和组管理 5.暴力破解RHEL5 shadow 1.账户和组的概念 用户和组的 ...

  5. Red Hat Enterprise Linux Server release 5.6 安装 MongoDB 2.6.4

    1:下载 [jifeng@jifeng04 ~]$ wget http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.6.4.tgz --2 ...

  6. AWS EC2 云服务器 Red Hat Enterprise Linux Server release 7.4 (Maipo) vnc远程连接教程

    1.AWS亚马逊云端设置完全访问组TCP连接端口 2.使用xshell登录隧道转发5901端口 选择私有认证秘钥 点击隧道进行配置 3.下载安装redhat 7.4  gnome及配置 #yum up ...

  7. zzw原创_Red Hat Enterprise Linux Server release 6.5 安装mysql5.5.28版本

    1.查看系统版本 [root@ip12189 ~]#  more /etc/issue Red Hat Enterprise Linux Server release 6.5 (Santiago) K ...

  8. Red Hat Enterprise Linux 7 Release Candidate Now Publicly Available

    2014年4月23日 The Red Hat Enterprise Linux Team As mentioned during Red Hat Summit 2014 last week, we a ...

  9. Red Hat Enterprise Linux Server 7.4 安装方法

    Red Hat Enterprise Linux Server 7.4 安装方法 注意:本次安装是在VMware Workstation 14 PRO上进行的. 第一部分:创建Red Hat Linu ...

最新文章

  1. Asp.net mvc 2 in action 笔记 -2 View Controller
  2. 写给刚入门的前端工程师的前后端交互指南
  3. mysql集群之MMM简单搭建
  4. Python tensorflow ModuleNotFoundError: No module named ‘tensorflow.contrib‘
  5. “互联网+”时代下 银行信息如何保证安全?
  6. 【CV项目实战】纯新手如何从零开始完成一个工业级的图像分类任务?
  7. pc端文本_使用即将推出的Windows功能从PC发送文本
  8. html表格输入框怎么左移动,当我向CSS中的文本框添加边框时,HTML表单输入会移动...
  9. 6 个步骤,搞定 AI 车牌识别器!(附详细分析)
  10. asp.net get set用法
  11. Android 实现微信扫码登陆功能-详细教程
  12. html鼠标点击事件代码,HTML onmousedown事件用法及代码示例
  13. STM32 USART 多摩川编码器调试
  14. Phototshop三种蒙版(图层蒙版、剪贴蒙版、快速蒙版)的基础使用。
  15. 软件测试周刊(第32期):沙漠中藏着一口井
  16. 多伦多大学计算机专音乐专业,终于懂了加拿大音乐专业学院推荐
  17. jBox,实现批量查询
  18. Codeforces 272C Dima and Staircase 思维 or 线段树
  19. 手札 江湖的完美窗口化研究
  20. scratch3.0-界面介绍

热门文章

  1. 炸窝Vector简介
  2. 内存优化-使用tcmalloc分析解决内存泄漏和内存暴涨问题
  3. elasticsearch的Linux下安装报错问题解决
  4. linux加密框架 crypto 算法管理 - 算法查找接口
  5. C++vector相关学习,我的理解
  6. 目前基于区块链的档案防篡改系统的设计如何实现防篡改
  7. 大数据计算:如何仅用1.5KB内存为十亿对象计数
  8. 三网融合情况下,实时语音通信技术的研究
  9. java常用简略语含义
  10. 堆以及stl堆的使用