Results 1 to 9 of 9

Thread: MacBook Script?

  1. #1
    Join Date
    Nov 2006
    Location
    Lehi, UT
    Beans
    77
    Distro
    Ubuntu 7.04 Feisty Fawn

    Question MacBook Script?

    Hey guys, I have a macbook running a CoreDuo 2.0Ghz And I can't get Ubuntu to install properly on it. Every time I do get it to install my mouse (usb or the touch pad) doesn't work. It is really jerky and slow. I ran into thenetduck yesterday, and he said there is a script available that fixes the problem. Also, what should I use for a boot loader? I can't get the installer for 7.04 to allow me to select no boot loader or lilo. Any help you can give me would be awesome!

  2. #2
    Join Date
    Apr 2006
    Location
    Seattle
    Beans
    521
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: MacBook Script?

    The standard installer wont let you continue without installing a bootloader. It defaults to GRUB, but you can just uninstall it after its done and install LILO instead, if thats what you want.
    "This would make more difference if it made any difference at all; but it doesn't make any difference at all, because you are listening to a conversation among dead businesses." -- Eben Moglen

  3. #3
    Join Date
    Nov 2006
    Location
    Lehi, UT
    Beans
    77
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: MacBook Script?

    The problem is that Grub doesn't load. So I can't just replace it. I need to mount my install on the HD and chroot into bin/bash but I can't remember how to do that. Sometihng like mount -t proc none /target/proc etc etc... But I just can't remember the commands. If someone could tell me those I will be set.

  4. #4
    Join Date
    May 2005
    Location
    Farmington, UT
    Beans
    811
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: MacBook Script?

    I am running Ubuntu on a macbook. I am putting together a tutorial on installation. If you can wait a day or so I'll try to get that posted for you on my blog...

    sounds like you might be looking for rEFIt though. Check out http://help.ubuntu.com/community/MacBook for some tips in the meantime.

  5. #5
    Join Date
    Apr 2006
    Location
    Seattle
    Beans
    521
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: MacBook Script?

    to chroot into an Ubuntu install:

    Change to root:
    Code:
    sudo bash
    make a dir for your root partition:
    Code:
    mkdir /mnt/ubuntu
    mount your system:
    Code:
    mount /dev/sda1 /mnt/ubuntu
    mount -t proc none /mnt/ubuntu/proc
    mount -o bind /dev /mnt/ubuntu/dev
    chroot in:
    Code:
    chroot /mnt/ubuntu /bin/bash
    "This would make more difference if it made any difference at all; but it doesn't make any difference at all, because you are listening to a conversation among dead businesses." -- Eben Moglen

  6. #6
    Join Date
    Nov 2006
    Location
    Lehi, UT
    Beans
    77
    Distro
    Ubuntu 7.04 Feisty Fawn

    Smile Re: MacBook Script?

    Benanzo, you're a saint.

  7. #7
    Join Date
    Sep 2006
    Beans
    530

    Re: MacBook Script?

    This is what I used to get everything up and running. Worked nicely
    http://www.mikesplanet.net/ubuntu-704-on-a-macbook-pro/ - Thank you Mike
    My personal website is www.thenetduck.com
    A great new design community is: www.FreakinAmazing.com

  8. #8
    Join Date
    Nov 2006
    Location
    Lehi, UT
    Beans
    77
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: MacBook Script?

    that worked perfect netduck. Thanks. I'm sure glad I happened to run into you.

  9. #9
    Join Date
    Sep 2006
    Beans
    530

    Re: MacBook Script?

    Bah I just had the link Mike is the real hero
    My personal website is www.thenetduck.com
    A great new design community is: www.FreakinAmazing.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •