版权声明:本文为博主原创文章。未经博主同意不得转载。 https://blog.csdn.net/scruffybear/article/details/37063701

Encountered quite a few problems while install the RHEL7, with the Windows system already installed.

Problem 1:/dev/root does not exist

Downloaded the Redhat 7 ISO file and generate the bootable USB drive by using software 'rufus-1.4.9.exe'.

in the installation menu, press tab key, and enter to modify the install command, change the “hd:……“ to "hd:/dev/sdb#"(from hd: until the end exact replace, sdb is the usb drive you have, maybe is sdc, or sdb, '#' normally is '1'), and then press enter, problem solved.

Problem 2: cannot boot both system

modified the /boot/grub/grub.conf (for RHEL6), changed the (hd1,0) to (hd0,0), it is starting from 0, the value 1 comes from the USB drive bootable drive.

Problem 3, how to change the sequence on the in Grub of RHEL6

change the default from 0 to 1 in /boot/grub/grub.conf, 0 will be the linux at defalt, 1 will be windows be default.

Problem 4: only boot into RHEL7, cannot see the dual boot interface in Grub2.

Create the file and add the following

    /etc/grub.d/10_windows7#! /bin/bashecho "Adding Windows7 entry to grub"cat << EOFmenuentry "Windows" {set root=hd0(0,1)chainloader +1}EOF

Adjust hd0(0,1) accordingly. You can use hd0(0,1) if windows is installed on /dev/sda1

2. chmod +x /etc/grub.d/10_windows7

3. grub2-mkconfig -o /boot/grub2/grub.cfg

Problem 5, change the boot priority in Grub2 of RHEL7

change the name of /etc/grub.d/10_windows7 to 09_windows7, 09 has lower number as linux file (in my Linux system it's 10_linux, change to 09 is smaller than 10), has higher priority.

then execute 'grub2-mkconfig -o /boot/grub2/grub.cfg', reboot, the system will default as Windows to boot.

转载于:https://www.cnblogs.com/mqxnongmin/p/10932255.html

RHEL7 USB installation problem and solving相关推荐

  1. MinGW问题解决:gcc: installation problem, cannot exec `cc1'

    剛剛安裝好 MinGW 想要開始使用 gcc 編譯程式 下了命令卻出現下面錯誤訊息 C:\MinGW\bin>gcc -c test.c gcc: installation problem, c ...

  2. upan启动写入usb驱动_为什么创建可启动USB驱动器比创建可启动CD更复杂?

    upan启动写入usb驱动 Creating bootable CDs and DVDs tends to be a simple, straightforward process, but why ...

  3. 将设备插入usb2.0端口_我可以直接将USB设备插入主板吗?

    将设备插入usb2.0端口 We're all familiar with plugging in a USB cable or dongle into the external ports on o ...

  4. usb闪存驱动器_如何为Windows 10、8或7创建USB闪存驱动器安装程序

    usb闪存驱动器 If you'd like to install Windows but don't have a DVD drive, it's easy enough to create a b ...

  5. unity打包的安卓无法解析_我是UNITY3D 打包成APK ,安装到手机上就直接报无法解析程序包。...

    粘出报错信息, 如果是这个报错:Error building Player: UnityException: No platforms found 就用android的sdk manager更新and ...

  6. NS2 教學手冊 ( NS2 Learning Guide)

    转载自:NS2 教学手册(柯志亨网站资源) NS2 教學手冊 ( NS2 Learning Guide) [快速連結區] My works  中文影音教學區  Q&A for my works ...

  7. 柯志亨老师-- NS2 教學手冊

    感谢柯志亨老师! NS2教學手冊( NS2 Learning Guide) [快速連結區] My works中文影音教學區Q&A for my worksMy BookMy TalksForu ...

  8. python开源项目贡献_通过为开源项目做贡献,我如何找到理想的工作

    python开源项目贡献 by Utsab Saha 由Utsab Saha 通过为开源项目做贡献,我如何找到理想的工作 (How I found my dream job by contributi ...

  9. 用技嘉Windows Image Tool给原版WIN7镜像注入USB3.0驱动

    Windows Image Tool,又称Windows USB Installation Tool,具体看自己主板下载的名字是什么 注:如果你已经将原版系统刻录到U盘的,请直接往下看: 将原版WIN ...

最新文章

  1. 在后台代码中引入XAML的方法
  2. 图论(二分图构造) ---- 二分图的性质 C. Arpa’s overnight party and Mehrdad’s silent entering
  3. 免费!!3天,吃透JVM!(限时领)
  4. jvm性能调优 - 05对象在JVM内存中的分配和流转
  5. java分布式 mq_分布式系统消息中间件—RabbitMQ的使用进阶篇
  6. 虚拟机登陆别的服务器吗,云服务器只能用虚拟机登录吗
  7. html div float center,跨浏览器实现float:center
  8. LeetCode算法入门- Remove Duplicates from Sorted Array -day21
  9. Python版选择排序算法
  10. [Java] 蓝桥杯ADV-185 算法提高 五次方数
  11. bzoj4571: [Scoi2016]美味
  12. SQLite(3) Windows安装小结
  13. 机器学习模型训练全流程!
  14. 语音识别之Fbank特征提取工具的比较(kaldi、python_speech_features、torchaudio)
  15. Flutter无限循环滑动的PageView
  16. xp电脑自动锁定计算机,WinXP系统如何设置电脑自动关机?
  17. 利用GDI+基于WIN32实现桌面雪花效果(一)
  18. 微信小程序中实现一个金额摇奖效果
  19. Vue中音乐播放器的使用
  20. 时空存在性不需要被怀疑

热门文章

  1. PyTorch常用代码段整理合集
  2. 【OpenPose-Windows】OpenPose+VS2015+Windows+CUDA8+cuDNN5.1 官方配置教程
  3. Quartus II与 ModelSim功能仿真与后仿真扫盲(转)
  4. 11 个重要的数据库设计规则
  5. pytorch机器学习_机器学习— PyTorch
  6. 欢迎使用CSDN-markdown编辑器啦啦啦啦啦
  7. 人造肉真的上市了,这对养殖业会有什么影响?
  8. 在县城开一家彩票站,一个月能赚多少钱?
  9. python里的shell是什么_python中的shell操作
  10. wpf 大数据界面_24小时删!WPF 界面开发可视化数据源500行代码分享