Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Macbook Dual boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
maldojr88
n00b
n00b


Joined: 05 Feb 2008
Posts: 53

PostPosted: Thu Apr 03, 2008 4:14 am    Post subject: Macbook Dual boot Reply with quote

hello guys....
Im running mac OSX 10.5 Leopard.
Ive decided that I wanna dual boot with gentoo.
I have a core 2 dual 2.0 GHz and 1 GB of Ram

where can i get a detailed installation guide on how to dual boot
without losing my mac stuff...

Regards,
Jose Maldonado
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Thu Apr 03, 2008 6:37 am    Post subject: Reply with quote

You'll need to resize your partition to create space for gentoo. parted (and obviously gparted) support shrinking hfs/hfs+ partitions so you'd be good for that.

And once you've got the space created you'd just need to follow the gentoo install guide, partition the free space for gentoo and install. And grub now supports booting from efi so it shouldn't be hard to get them to dual-boot.

Your other option is to install gentoo from macosx's bootcamp thingy.
Back to top
View user's profile Send private message
maldojr88
n00b
n00b


Joined: 05 Feb 2008
Posts: 53

PostPosted: Fri Apr 04, 2008 2:35 am    Post subject: Reply with quote

thanks for the post....
is there a detailed overview of how to use parted....because I have valuable information
on my Macbook that cannot afford to lose.

and will the GRUB let me boot both OS

another question....MAC has an intel processor....should i follow the x86 install guide in the
gentoo handbook
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Fri Apr 04, 2008 5:28 am    Post subject: Reply with quote

maldojr88 wrote:
thanks for the post....
is there a detailed overview of how to use parted....because I have valuable information
on my Macbook that cannot afford to lose.


Using gparted it's as simple as point and click to resize.

Quote:
and will the GRUB let me boot both OS


It should be able to.

You should just need to make sure to have an appropriate entry for max os x in grub.conf

If your mac partition is the first one of the first disk then it would need to have

Code:
title=Mac OSX
rootnoverify (hd0,0)
makeactive
chainloader +1


But I can't personally vouch if it works; I don't have a mac but that's a working config people referenced on a macintosh site.

[quoteanother question....MAC has an intel processor....should i follow the x86 install guide in the
gentoo handbook[/quote]

Your processor would be a 64-bit so you could either use the x86 install guide and livecd OR the amd64 install guide and livecd (don't be confused that it's called amd64; it's just called that since amd came out with one first).
Back to top
View user's profile Send private message
Edweirdo
Guru
Guru


Joined: 28 Jan 2003
Posts: 353
Location: Boston, Mass, USA

PostPosted: Sat Apr 05, 2008 12:41 am    Post subject: Reply with quote

This post really helped me in making a triple boot system (Mac,Windows,Linux).

http://wiki.onmac.net/index.php/Triple_Boot_via_BootCamp

You are only doing two but it is pretty much the same. The important part is to use refit and then install grub onto the partition and not the mbr.
_________________
Life is too short and too important to { take seriously | use Windows }.
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Sat Apr 05, 2008 3:47 am    Post subject: Reply with quote

That link doesn't work; site seems to have a database failure.
Back to top
View user's profile Send private message
Edweirdo
Guru
Guru


Joined: 28 Jan 2003
Posts: 353
Location: Boston, Mass, USA

PostPosted: Sat Apr 05, 2008 6:43 pm    Post subject: Reply with quote

Anyway. The key issues are what I mentioned above. Use the program refit (http://refit.sourceforge.net/) on your mac partition. It will automatically sense bootable partitions (including CD/DVDs and flash drives if present). When you install grub do:

Code:

grub> root (hd0,2)
grub> setup (hd0,2)

replace the "2" with your partition (it most likely will end up being 2 (3rd partition)). This puts the boot loader on the 3rd partition and refit will find it there.

Hope that's clear enough.
_________________
Life is too short and too important to { take seriously | use Windows }.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum