RHEL7 USB installation problem and solving

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#", 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/bash
     echo "Adding Windows7 entry to grub"
     cat << EOF
     menuentry "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.

RHEL7 USB installation problem and solving

时间: 2024-08-04 15:12:44

RHEL7 USB installation problem and solving的相关文章

Ubuntu desktop installation problem and solving

Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure be

Samba Server possible problem and solving

Configured samba server at RHEL7, problem encountered and solved. 1, yum install samba*, RHEL7 system not registered uninstall yum and install CentOS yum and mirror repository 2, install samba SWAT failed. samba SWAT is not supported at samba 4 anymo

Unity3d导出Android的apk文件时相关问题的解决办法

[狗刨学习网] 今天上午着手将一个unity3d开发的小游戏build到android手机上运行,结果遇到了不少问题. 首先遇到的第一个问题是在build到一半的时候,弹出如下报错: Error building Player: UnityException: No platforms found Android SDK does not include any platforms! Did you run Android SDK setup to install the platform(s)

FTDI CDM Drivers 2.06.00 - Revision Comments

FTDI’s CDM drivers provide both D2XX and VCP functionality through a single driver package on PCs running the following Windows operating systems: Windows Server 2008 R2 Windows 7 Windows 7 x64 Windows Server 2008 Windows Server 2008 x64 Windows Vist

OpenCV2.3.1在CentOS6.5下的安装

安装的linux版本是centos6.5,选择的是opencv2.3.1.不是很新的版本.因为在安装opencv2.4.9的时候,make的过程中出现了问题. 一:安装依赖包 依赖包用yum安装就可以了,需要以下安装包: yum install cmake gcc gcc-c++ gtk+-devel gimp-develgimp-devel-tools gimp-help-browser zlib-devel libtiff-devel libjpeg-devellibpng-devel gs

解决msi文件在XP上安装未完成(提示安装程序被中断,未能安装app。需要重新启动该安装程序进行重试)的问题。

如图所示,我利用Visual Studio 2015制作了一个小程序.基于.Net 4.0.用VS的Install扩展,新建Install项目进行打包.打包为.msi文件.该安装文件在已经安装了 .Net Framework4.0的情况下仍然出现这个问题,百思不得其解. 查阅了Stack Overflow的相关资料,得到了追踪故障源的方法——命令行安装.msi程序,可以看到log日志.即 msiexec /i a.msi /l*v a.log 将会生成名为“a.log”的日志.在日志中发现如下代

Intel第六代处理器Skylake平台安装Windows7

注:此方法不一定适合所有笔记本,部分笔记本还是不能解决usb驱动问题,如有更好的解决方法欢迎指教. 看此文章之前如果您的笔记本电脑使用的是Intel第六代Skylake平台的CPU,那么在通过U盘或外接USB光驱安装系统时可能预到如下报错信息: 通过U盘或USB光驱引导安装Windows7可以正常引导, 点击安装之后到此步骤就无法跳过 Skylake一代处理器Intel会移除EHCI主控,改为支持XHCI主控,但Windows 7系统原生不支持XHCI主控,没了EHCI,Skylake平台上装W

小Y的轮回之路——攒机装机、B150装win7

两个月前,陪伴我5年多的小Y(ideapad-y460N卡)突然大伤元气,硬盘跪了,显示屏也黑了一小块.本着经济实惠凑合用的态度换了个320G的硬盘,没想过几天显示屏情况加重,出现无数个红绿相间的线条.正所谓天下无不散之筵席,既然无缘并肩作战,那就一路走好~ 寻寻觅觅,冷冷清清,凄凄惨惨戚戚.在无数次寻寻觅觅后,决定入手一款台式机.记得小时候有一阵子特别时兴组装机,奈何当时不太懂电脑各种乱七八糟的参数,买的都是品牌机.现在也懂个七七八八了,反正都是套路嘛!既然有需求,有情怀,又有知识,那就搞起吧

&quot;巴卡斯杯&quot; 中国大学生程序设计竞赛 - 女生专场(重现)解题思路

此文章可以使用目录功能哟↑(点击上方[+]) 经过这么一次女生赛,告诉我们千万不要小瞧女生,不然会死得很惨,orz... 链接→"巴卡斯杯" 中国大学生程序设计竞赛 - 女生专场(重现)  Problem 1001 Solving Order Accept: 0    Submit: 0 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit : 32768/32768 K (Java/Others)  Problem Descri