LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-15-2012, 07:34 AM   #1
chazdg
LQ Newbie
 
Registered: Oct 2003
Posts: 12

Rep: Reputation: 0
Triple Boot


I am dual booting Windows 7 and Windows 8 on their own partitions (both on Primary Partitions). I would like to add Ubuntu 12.04 on a third partition. Three questions:

My understanding is that Grub will not pick up Windows 8 and Windows 7, only Windows 8. Is this correct?

If I select Windows 8 in Grub, will it give me the Windows 8 bootloader which includes Windows 7; and

Is there anyway to install Ubuntu into the Windows 8 bootloader?

I never had luck with Easybcd, but that might be an option, but would prefer not to. Also, I don't care for any kind of VM setup. Any and all info would be appreciated. Thanks guys!
 
Old 03-15-2012, 10:42 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,528

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
What is your partition structure? Do you have a partition created/available to install Ubuntu to? You should boot the Ubuntu CD and select the option to try it without installing and then open a terminal and post the output of: fdisk -l (lower case Letter L).

Quote:
If I select Windows 8 in Grub, will it give me the Windows 8 bootloader which includes Windows 7;
Grub doesn't boot windows, it chainloads which basically points to the windows bootloader which should take over from that point. If you install Grub to the master boot record, it should detect windows. If you have the windows 8 bootloader configured to boot both 8 and 7, you neee to use the entry for windows 8 in Grub.

Quote:
Is there anyway to install Ubuntu into the Windows 8 bootloader?
Not sure what you mean by that? You mean put an entry for Ubuntu in the windows 8 bootloader? EasyBCD is the only program I am aware of although you may be able to manually create an entry in the windows 8 bootloader. I know that was done with xp.
 
Old 03-15-2012, 02:03 PM   #3
chazdg
LQ Newbie
 
Registered: Oct 2003
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
What is your partition structure? Do you have a partition created/available to install Ubuntu to? You should boot the Ubuntu CD and select the option to try it without installing and then open a terminal and post the output of: fdisk -l (lower case Letter L).



Grub doesn't boot windows, it chainloads which basically points to the windows bootloader which should take over from that point. If you install Grub to the master boot record, it should detect windows. If you have the windows 8 bootloader configured to boot both 8 and 7, you neee to use the entry for windows 8 in Grub.



Not sure what you mean by that? You mean put an entry for Ubuntu in the windows 8 bootloader? EasyBCD is the only program I am aware of although you may be able to manually create an entry in the windows 8 bootloader. I know that was done with xp.
Thanks for replying. I have plenty of free space to install Ubuntu. I know a triple boot works with XP, 7 and Ubuntu - I did it. The problem is the Windows 8 Bootloader. I believe you are correct when you say EasyBCD is the only way to do it. I have never had any luck with that program and prefer not to bother. There are those who insist it works flawlessly with I am proposing. I am skeptical.
 
Old 03-15-2012, 03:14 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,528

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Quote:
I believe you are correct when you say EasyBCD is the only way to do it
No. EasyBCD isn't the only way to do it. Grub should be able to chainload windows. The problem may be with the windows 8 bootloader. I haven't tried it and don't know if it is any different than the windows 7 bootloader. What I am saying is that the Grub bootloader doesn't try to boot windows, it chainloads which basically means it points to the windows bootloader and the windows bootloader then takes over. If you already have windows 8 and windows 7 installed and booting and are using the windows 8 bootloader, you would need to point Grub to whatever partition the windows 8 bootloader files are on. You should then have an option to boot either 7 or 8 in the windows boot menu.
 
Old 03-15-2012, 04:31 PM   #5
chazdg
LQ Newbie
 
Registered: Oct 2003
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
No. EasyBCD isn't the only way to do it. Grub should be able to chainload windows. The problem may be with the windows 8 bootloader. I haven't tried it and don't know if it is any different than the windows 7 bootloader. What I am saying is that the Grub bootloader doesn't try to boot windows, it chainloads which basically means it points to the windows bootloader and the windows bootloader then takes over. If you already have windows 8 and windows 7 installed and booting and are using the windows 8 bootloader, you would need to point Grub to whatever partition the windows 8 bootloader files are on. You should then have an option to boot either 7 or 8 in the windows boot menu.
When I say the only way to go, I mean to have an entry for Windows 7, Windows 8 and Ubuntu in GRUB, which to my understanding GRUB cannot do. I would love to hear differently, nor have I tried it. My understanding is there would be 2 entries, one for Windows 8 and another for Ubuntu. When selecting Windows 8, the Win 8 bootloader would come up giving me an option between Win 8 or Win 7. Please correct me if I am wrong.
 
Old 03-15-2012, 06:22 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,131

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
That would be correct. That is a limitation/requirement of what M$oft choose to do to "dual boot" two versions of Windoze.
There is only one copy of boot code - so there is only one possible place for grub to chainload to.
 
Old 03-18-2012, 08:01 AM   #7
chazdg
LQ Newbie
 
Registered: Oct 2003
Posts: 12

Original Poster
Rep: Reputation: 0
Well, I decided to give it a try with EasyBCD and it worked. I get three entries in the Win 8 Bootloader. First time I was ever able to get that software to work. I never thought it would happen but I gotta give the Windows crowd props for insisting it would.
 
  


Reply

Tags
ubuntu 11.10, windows 8



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how can I incorporate windows boot loader into grub? Triple boot, single hard drive olkirf Linux - Newbie 8 10-24-2010 08:36 AM
LXer: How to Triple-Boot Your Mac with Windows and Linux, No Boot Camp Required LXer Syndicated Linux News 0 05-05-2010 09:30 AM
Installing goblinX in triple boot laptop... no boot in the other linux OS amalgam Linux - Newbie 2 02-14-2008 01:08 PM
Can't boot to windows XP with triple boot setup chickenjoy Linux - Newbie 3 12-18-2007 06:25 AM
triple boot system/boot disk noODle Linux - Software 4 12-23-2001 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:54 AM.

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