Anyone running Linux on a Mac?

chester0cat

Junior Member
Feb 19, 2005
8
0
0
Anyone tried running Linux on a Mac? More specifically, Yellow Dog Linux. Is their a tool like Partition Magic made for the Mac? I want to reduce my current partition to create space for Linux but not erase my current OS X setup.
 

duragezic

Lifer
Oct 11, 1999
11,234
4
81
My friend ran Ubuntu on his mac laptop. It worked fine except yeah I seem to recall the partitioning issues to be a b*tch, at least with the tools that he had.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
I have Debian installed on my Ibook. I don't think that there is a way that a normal linux installer can resize a OS X partition, unfortunately.

I would expect that there are OS X-specific tools for shrinking or resizing partitions, but I am not aware of one personally.
 

chester0cat

Junior Member
Feb 19, 2005
8
0
0
How do I backup my ibook hd before installing Linux? Can I simply copy the drive contents to another Mac or PC? Or it is like the PC will I need to use something like Ghost?
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
Usually it's best to start off from scratch. So any important files and such, burn them to CD's or copy them to your desktop or whatnot.

Realy is the best and easiest way, IMO.

This guy talks about installing debian on a Mac-Mini, which is going to be very similar to what you'd do on a ibook and such. (don't bother with making a custom kernel though.. that's only because the Mini is so new.)
here is one, doesn't mention dual booting, though.
http://www.ubuntulinux.org/support/documentation/howto/installation-powerpc

Here is a very detailed Debian install guide for PowerPC (have it in other languages, too.)
http://d-i.alioth.debian.org/manual/en.powerpc/index.html


Basicly you format, install OS X and as your installing OS X you make a big partition for Linux. After you install OS X you boot up with the Debian Testing 'netboot cd' and delete the partition that doesn't have OS X installed on it then you repartition that for the bootloader (very small partition), the 'root' partition (biggest), and swap (used for swap space for memory, make it a gig or so. 512meg if you don't have much disk space.). Then you install the base debian install, boot up on debian and configure and download the rest of the OS from online repositories.

I don't know if you'd want Debian, though. It's very polished on the PowerPC, at least for 'testing' it is. But Debian is designed for users already fairly familar with Linux operating systems and is sometimes hard for a new user to deal with.

Ubuntu is based on Debian and uses the same installer, but is more geared for new users and desktop setup.

Yellowdog Linux is from a company that is the ONLY official reseller of Apple products that install something other then OS X.

Gentoo has a PowerPC following, but is a pain to install and setup, IMO.

And there are a few others.. I've only used Debian and Ubuntu, so I don't know how the quality stands up on other Linux OSes.. but there are other popular ones that are just fine.

 

bersl2

Golden Member
Aug 2, 2004
1,617
0
0
You can make an image of your drive with dd, save it on a larger drive, then re-mount it later using a loopback device and grab what you need.