The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Ubuntu Linux on the Macbook Pro

    Discussion in 'Apple and Mac OS X' started by masterchef341, Apr 25, 2008.

  1. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    I am installing Ubuntu Linux 64 bit on my macbook pro as we speak. The funny thing is, I am also typing out this message on the same computer.

    I think its pretty funny that a free operating system lets you go ahead and boot up straight from the cd to get started right away, and then do the installation of the OS at the same time. Its pretty amazing. Comes preinstalled with openoffice, firefox, gimp (photoshop for free)

    I just installed refit, and then booted from the linux cd. ubuntu divided my windows boot camp partition into two segments, the same way that osx divided my main partition into two segments for windows. it was a pretty simple process.

    any advice? drivers needed? etc?
     
  2. ageezee

    ageezee Notebook Consultant

    Reputations:
    23
    Messages:
    106
    Likes Received:
    0
    Trophy Points:
    30
    I've been thinking about doing this myself......does ubuntu do a nondestructive partioning of your windows drive??

    keep us updated to your progress and if your able to find drivers for everything...
     
  3. filza

    filza Notebook Evangelist

    Reputations:
    4
    Messages:
    308
    Likes Received:
    0
    Trophy Points:
    30
    omg dont do it was terrible wen i did sumfin like tht
     
  4. system_159

    system_159 Notebook Deity

    Reputations:
    363
    Messages:
    794
    Likes Received:
    0
    Trophy Points:
    30
    Ubuntu doesn't come with build essentials installed, so you'll have to get those off the disk once the install is done.

    Code:
    #sudo apt-get update
    #sudo apt-get install build-essentials
    
    You'll need these if you plan to do any coding or compiling from source. Also, head to the linux support forum here and read around.
     
  5. circa86

    circa86 Notebook Virtuoso NBR Reviewer

    Reputations:
    685
    Messages:
    2,463
    Likes Received:
    0
    Trophy Points:
    55
    this character sounds like he really knows what he is talking about, I would listen to him. :rolleyes:

    let me know how it goes, I may be interested in dual booting into linux at some point.