Triple-boot Linux, OS X Mountain Lion, and Windows 8
Started by dannymichel, Dec 15 2012 02:03 AM
windows osx linux mint
17 replies to this topic
#1
Posted 15 December 2012 - 02:03 AM
Hey guys, I'm having a hard time with my triple boot.
I have Mint, Windows 8, and Mountain Lion installed.
I installed Windows first, then installed OS X, installed the latest Chameleon, installed Mint.
Mint has bios_grub , /boot, /home, and / partitions.
After the Linux install, i needed to fix the Windows boot, so I booted into the Windows DVD, set the windows partition to active with select disk 0, select partition 3, active.
Then I did
bootrec /fixboot
bootrec /fixmbr
bootrec /rebuildbcd
This fixed the Windows boot, but disabled OS X, which is what I want to boot with by default. I want to be able to select OS X, Windows, or Mint from Chameleon.
Since it disabled OS X, I then booted into OS X with my ML USB, and did
fdisk -e /dev/rdisk1
f 2(my OS X HFS partition)
write
y
and tried rebooting
This didnt boot, so I booted into OS X again, did the same as above, but this time used the 'update' comand and setting partition 2 to active.
That got Chameleon to boot again, so i tried loading Windows from Chameleon, but the boot was broken
Then I tried fixing the windows boot again, this time without rebuildbcd, but that didnt work
While all this is going on with how I can only either get Windows or OS X to boot, and not both, Chameleon still doesnt even recognize my Linux partition as a choice to boot from.
Thanks in advance for any help
I have Mint, Windows 8, and Mountain Lion installed.
I installed Windows first, then installed OS X, installed the latest Chameleon, installed Mint.
Mint has bios_grub , /boot, /home, and / partitions.
After the Linux install, i needed to fix the Windows boot, so I booted into the Windows DVD, set the windows partition to active with select disk 0, select partition 3, active.
Then I did
bootrec /fixboot
bootrec /fixmbr
bootrec /rebuildbcd
This fixed the Windows boot, but disabled OS X, which is what I want to boot with by default. I want to be able to select OS X, Windows, or Mint from Chameleon.
Since it disabled OS X, I then booted into OS X with my ML USB, and did
fdisk -e /dev/rdisk1
f 2(my OS X HFS partition)
write
y
and tried rebooting
This didnt boot, so I booted into OS X again, did the same as above, but this time used the 'update' comand and setting partition 2 to active.
That got Chameleon to boot again, so i tried loading Windows from Chameleon, but the boot was broken
Then I tried fixing the windows boot again, this time without rebuildbcd, but that didnt work
While all this is going on with how I can only either get Windows or OS X to boot, and not both, Chameleon still doesnt even recognize my Linux partition as a choice to boot from.
Thanks in advance for any help
#2
Posted 15 December 2012 - 09:00 AM
Windows 8 & Mac OS you can using EasyBCD but Linux has a problem with Windows 8 Loader, can't boot
#3
Posted 18 December 2012 - 08:35 PM
hiphopboy, on 15 December 2012 - 09:00 AM, said:
Windows 8 & Mac OS you can using EasyBCD but Linux has a problem with Windows 8 Loader, can't boot 
I think you are right !!!
I had install Linux 12.10 on a external HD & Win. 8 on built in HD, now I can't boot Linux. But same setup can open on another Laptop, which has Win. 7 on main HD.
Anybody can give a solution?
#4
Posted 18 December 2012 - 09:01 PM
this is for Win7, MAC OS and Linux, look if help you : Repairing Windows 7 Boot | osxlatitude.com
#5
Posted 18 December 2012 - 09:08 PM
Guys/girls, use DarwinDumper (DiskUtil & Bootloaders, Disk*) to display your boot MBR (master boot record) and PBR (partition boot record) records. It's much more easier to fix it when you see clearly what is installed and where.
I think that the best thing for Win and OSX on the same disk is:
- MBR: boot0hfs (not boot0) - will boot first bootable HFS+ partition
- OSX (HFS+) PBR: boot1h - will boot Chameleon's "boot" file from that OSX partition
- Win and Lin partitions should have their PBR booters
- Win should be made active partition
I think that the best thing for Win and OSX on the same disk is:
- MBR: boot0hfs (not boot0) - will boot first bootable HFS+ partition
- OSX (HFS+) PBR: boot1h - will boot Chameleon's "boot" file from that OSX partition
- Win and Lin partitions should have their PBR booters
- Win should be made active partition
#6
Posted 19 December 2012 - 11:47 AM
dmazar, on 18 December 2012 - 09:08 PM, said:
Guys/girls, use DarwinDumper (DiskUtil & Bootloaders, Disk*) to display your boot MBR (master boot record) and PBR (partition boot record) records. It's much more easier to fix it when you see clearly what is installed and where.
I think that the best thing for Win and OSX on the same disk is:
- MBR: boot0hfs (not boot0) - will boot first bootable HFS+ partition
- OSX (HFS+) PBR: boot1h - will boot Chameleon's "boot" file from that OSX partition
- Win and Lin partitions should have their PBR booters
- Win should be made active partition
I think that the best thing for Win and OSX on the same disk is:
- MBR: boot0hfs (not boot0) - will boot first bootable HFS+ partition
- OSX (HFS+) PBR: boot1h - will boot Chameleon's "boot" file from that OSX partition
- Win and Lin partitions should have their PBR booters
- Win should be made active partition
On my case Mac & Linux OS's are on external HD, installed chameleon on this disk. I have selected external HD as first device for boot.
So I can boot windows 8 freely & when plugin external HD boot with chameleon.
Now with chameleon win.8, Mac OS - Lion & Mountain Lion boot normally, but if I select Linux partition it restarts!!!
I had chacked it on another hp laptop which has win.7 install, everything boot normally. On Linux nothing damage- nothing error!!!
Why it is not booting on my laptop?
@iFIRE: There is nothing to repair, when I have install Linux first time I have already do this.
#7
Posted 23 December 2012 - 02:45 AM
I always fixed this by installing, os x, then windows, then linux. Then using diskpart.exe in the windows installer, marking the windows partition active, rebooting and then marking the osx partition active. It only worked for me in that order and it has worked every time. I never had to use the os x installer to make it bootable. This was with Windows 7, SL, and Mint 12.
#8
Posted 23 December 2012 - 10:00 PM
hiphopboy, on 15 December 2012 - 09:00 AM, said:
Windows 8 & Mac OS you can using EasyBCD but Linux has a problem with Windows 8 Loader, can't boot 
plsh2me, on 18 December 2012 - 08:35 PM, said:
I think you are right !!!
I had install Linux 12.10 on a external HD & Win. 8 on built in HD, now I can't boot Linux. But same setup can open on another Laptop, which has Win. 7 on main HD.
Anybody can give a solution?
I had install Linux 12.10 on a external HD & Win. 8 on built in HD, now I can't boot Linux. But same setup can open on another Laptop, which has Win. 7 on main HD.
Anybody can give a solution?
iFIRE, on 18 December 2012 - 09:01 PM, said:
this is for Win7, MAC OS and Linux, look if help you : Repairing Windows 7 Boot | osxlatitude.com
#9
Posted 23 December 2012 - 10:38 PM
I do exactly this on my laptop: ArchLinux, Lion, and Windows 8.
If you restore GRUB2 as the primary bootloader, you should be able to boot Mint and Windows 8; then, add something like the below entry to /boot/grub/grub.cfg.
Hope this helps!
If you restore GRUB2 as the primary bootloader, you should be able to boot Mint and Windows 8; then, add something like the below entry to /boot/grub/grub.cfg.
menuentry "OS X 10.8" {
search --fs-uuid --set=root YOUR_OSX_PARTITION_UUID_HERE
multiboot /boot
}
OR
menuentry "OS X 10.8" {
set root=(hdX,Y)
multiboot /boot
}
(replacing X,Y with the correct values)Hope this helps!
#10
Posted 24 December 2012 - 05:00 AM
instant idiot, on 23 December 2012 - 10:38 PM, said:
I do exactly this on my laptop: ArchLinux, Lion, and Windows 8.
If you restore GRUB2 as the primary bootloader, you should be able to boot Mint and Windows 8; then, add something like the below entry to /boot/grub/grub.cfg.
Hope this helps!
If you restore GRUB2 as the primary bootloader, you should be able to boot Mint and Windows 8; then, add something like the below entry to /boot/grub/grub.cfg.
menuentry "OS X 10.8" {
search --fs-uuid --set=root YOUR_OSX_PARTITION_UUID_HERE
multiboot /boot
}
OR
menuentry "OS X 10.8" {
set root=(hdX,Y)
multiboot /boot
}
(replacing X,Y with the correct values)Hope this helps!
#11
Posted 24 December 2012 - 09:18 AM
Did you try my recommendation? It's worked for me without fail as long as grub is installed to the linux partition and not the mbr. also i forgot you have to use gptsync as well to create a hybrid mbr. after you make the os x and windows partitions active, go back into linux and install gptsync, then run sudo gptsync /dev/sda . The only reason this technique wouldn't work is if windows 8 is different in the way it handles diskpart or something.
#12
Posted 24 December 2012 - 09:15 PM
#13
Posted 02 January 2013 - 06:59 PM
Hey Dannymichel,
Have you got any fix of your's?
I am still on same place - with chameleon quick restart!!!!!
Tried also chimera, if I select ubuntu it freeze on boot screen.
Thanks
Have you got any fix of your's?
I am still on same place - with chameleon quick restart!!!!!
Tried also chimera, if I select ubuntu it freeze on boot screen.
Thanks
#14
Posted 05 January 2013 - 12:58 AM
plsh2me, on 02 January 2013 - 06:59 PM, said:
Hey Dannymichel,
Have you got any fix of your's?
I am still on same place - with chameleon quick restart!!!!!
Tried also chimera, if I select ubuntu it freeze on boot screen.
Thanks
Have you got any fix of your's?
I am still on same place - with chameleon quick restart!!!!!
Tried also chimera, if I select ubuntu it freeze on boot screen.
Thanks
#15
Posted 05 January 2013 - 10:26 AM
As a bootloader I hate
grub, it always interfare win OS & break.
#16
Posted 05 January 2013 - 11:09 AM
#17
Posted 05 January 2013 - 12:46 PM
#18
Posted 05 January 2013 - 01:02 PM
plsh2me, on 05 January 2013 - 12:46 PM, said:
I would like to confirm you , still I am able to boot all my OS's with chameleon on my another PC which has Win.7.
No problem!!!!! No freeze !!!!! No restart !!!!!!
But on Laptop with Windows 8, facing the problems.
Thank you
Palash
No problem!!!!! No freeze !!!!! No restart !!!!!!
But on Laptop with Windows 8, facing the problems.
Thank you
Palash
Also tagged with one or more of these keywords: windows, osx, linux, mint
| Topic | Stats | Last Post Info | ||
|---|---|---|---|---|
|
OSx86 Project →
Multi-booting and Virtualisation →
How to upgrade the Windows HD on a dual-boot computer?Started by Drew5150, 17 Apr 2013 |
|
|
|
|
OSx86 Project →
New Users Lounge →
Mac on my PCStarted by imwinner, 13 Apr 2013 |
|
|
|
|
International →
Italiano →
Mountain Lion 10.8 →
Notebook →
Problemi post installazione niresh samsung serie 7 chronosStarted by ema98, 08 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
boot0: done - Trying to dual boot using MBRStarted by Some1CP, 01 Apr 2013 |
|
|
|
|
OSx86 Project →
Multi-booting and Virtualisation →
Creating a Windows setup USB in OS XStarted by Lejenk, 22 Mar 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









