Results 1 to 2 of 2

Thread: Changing Yaboot so OS X boots first

  1. #1
    Join Date
    Jul 2006
    Beans
    60
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Changing Yaboot so OS X boots first

    How can I change Yaboot so that OS X is the default OS to boot to instead of Linux?
    Thanks.

  2. #2
    Join Date
    Jun 2008
    Location
    Berlin
    Beans
    784
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Changing Yaboot so OS X boots first

    You must edit your /etc/yaboot.conf
    Open a Terminal and do:

    Code:
    sudo nano /etc/yaboot.conf
    Add in that file:

    Code:
    defaultos=macosx
    Exit (^X) and Save that file (say Yes)
    Now you must run, in order that yaboot start with the changes you have made

    Code:
    sudo ybin
    That's all
    Last edited by tiresia; July 10th, 2008 at 05:26 PM.

Tags for this Thread

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
  •