LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 08-03-2015, 08:34 AM   #1
k@nch@
LQ Newbie
 
Registered: Jan 2009
Posts: 4

Rep: Reputation: 2
Unable to dual boot after install RHEL7 in windows 7 running laptop


Hi all,
I installed RHEL7 in sony vaio laptop which comes original windows 7 installed,
I
Now only booting RHEL7, when i checked in rhel7 by "fdisk -l" my all previous windows partition can be seen.

Please help me with this.
Thank you
 
Old 08-03-2015, 09:01 AM   #2
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Try running
Code:
grub2-mkconfig
and see if its entry is in /boot/grub2/grub.cfg
 
1 members found this post helpful.
Old 08-03-2015, 12:23 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
If running the grub2-mkconfig command as root does not solve the problem, I would suggest you go to the site below and download and run the bootinfoscript which will output a results.txt file. Post it here as it will have detailed information on your drives/partitions and boot files and someone should be able to help.

http://sourceforge.net/projects/boot-repair-cd/files/
 
1 members found this post helpful.
Old 08-03-2015, 08:19 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you make room on the drive FIRST ?
if not you replaced Win7 with RHEL7

if you did and you put grub on the MBR

well you REPLACED the microsoft bootloader AND!!! the win7 "RESCUE partition " with GRUB
( OEM'es placed the windows7 bootloader in the hidden RESCUE partition for 7 - this replaced the install dvd )
you might NEED that windows 7 install dvd


now rhel can boot windows BUT it is BEST to "chainload" to it
that means NOT replacing the microsoft bootloader
and using the FIRST linux partition as the BOOT partition


you did read the redhat install guide ? RIGHT ?
this is all explained in it

also RHEL 7 is NOT free !!!
you DO have to BUY $$$ the required support contract
there are NO " if's and's or but's" IT IS REQUIRED
a standard one year contract is $ 299 PER YEAR ( there is a $49 / year self support )


but the required contract
or do not use rhel and instead use one of the FREE rebuilds

install CentOS 7.1
or install
ScientificLinux 7.1
 
1 members found this post helpful.
Old 08-04-2015, 01:01 AM   #5
k@nch@
LQ Newbie
 
Registered: Jan 2009
Posts: 4

Original Poster
Rep: Reputation: 2
Yes, i left separate space for RHEL, All windows partitions are visible, i'll check your solution





Quote:
Originally Posted by John VV View Post
did you make room on the drive FIRST ?
if not you replaced Win7 with RHEL7

if you did and you put grub on the MBR

well you REPLACED the microsoft bootloader AND!!! the win7 "RESCUE partition " with GRUB
( OEM'es placed the windows7 bootloader in the hidden RESCUE partition for 7 - this replaced the install dvd )
you might NEED that windows 7 install dvd


now rhel can boot windows BUT it is BEST to "chainload" to it
that means NOT replacing the microsoft bootloader
and using the FIRST linux partition as the BOOT partition


you did read the redhat install guide ? RIGHT ?
this is all explained in it

also RHEL 7 is NOT free !!!
you DO have to BUY $$$ the required support contract
there are NO " if's and's or but's" IT IS REQUIRED
a standard one year contract is $ 299 PER YEAR ( there is a $49 / year self support )


but the required contract
or do not use rhel and instead use one of the FREE rebuilds

install CentOS 7.1
or install
ScientificLinux 7.1
 
Old 08-04-2015, 11:00 AM   #6
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
What was the solution for those who may have a similar problem in the future?
 
1 members found this post helpful.
Old 08-05-2015, 12:59 AM   #7
k@nch@
LQ Newbie
 
Registered: Jan 2009
Posts: 4

Original Poster
Rep: Reputation: 2
Solution

https://youtu.be/dJOCWhW6Stw
 
2 members found this post helpful.
Old 08-05-2015, 09:12 AM   #8
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Thanks - hopefully it will help out someone in the future
 
Old 09-15-2017, 06:37 AM   #9
mukulmanitiwari
LQ Newbie
 
Registered: Feb 2015
Posts: 5

Rep: Reputation: Disabled
Thumbs up Dual boot with windows 10 and RHEL 7. Windows boot options is not showing in boot list

Quote:
Originally Posted by k@nch@ View Post
This is very useful link. After editing /etc/grub.d/41_custom Problem solved.

Thank you so much.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install Windows 7 on a pc already running Ubuntu for dual boot purposes derickdrib Linux - Newbie 4 06-22-2015 01:44 PM
Unable to install RHEL7 KVM onto RHEL7 desktop redhatprat Red Hat 10 02-18-2015 03:44 AM
Unable to create dual boot (Ubuntu 12.04 / Windows 7). Windows 7 won't start. J_angel2000 Linux - Desktop 2 04-17-2013 10:50 PM
Unable to boot ubuntu in a dual boot with windows 7 on Lenovo L420 bipin0013 Linux - Laptop and Netbook 10 09-14-2011 09:24 AM
dual boot laptop, getting windows xp running gauntalus Linux - Laptop and Netbook 10 01-04-2005 03:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 06:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration