Installing Ubuntu on a Leopard Mac

juggernaut911

GBAtemp old-timer
Member
Joined
Jul 13, 2006
Messages
4,165
Reaction score
34
Trophies
2
XP
1,051
Country
United States
Hello, my brother decided to add Ubuntu to his Mac Book. It currently has Leopard on it. He wants to add Ubuntu to it without screwing up his Mac. Would I just install Ubuntu 7.10 normally and grub will work natively with leopard or will I have to screw with the boot list?


Thanks
 
You will have to edit the grub boot menu. Its located in /boot/grub/menu.lst
Add the following to it:

Code:
title Leopard
kernel (hd0,x)/boot/boot_v8

x is the partition leopard is installed on, most likely the first partition so x's value would be zero.

edit: thats using the pc_efi bootloader, you can also just add:

Code:
title Mac OS X: Leopard
root (hd0,x)
makeactive
savedefault
chainloader +1

to your /boot/grub/menu.lst and it should work fine

http://maketecheasier.com/how-to-dual-boot...1051/2008/02/28
https://wiki.ubuntu.com/MacBookPro/SantaRosa
 

Site & Scene News

Popular threads in this forum