Home > Tutorials > Easy dual/triple boot

Easy dual/triple boot

How to dual boot (or even triple) boot JaS OS X 10.4.7 with windows or linux?

  • If your primary partition is Linux, or you have linux installed:

You should install grub (linux bootloader) at the MBR.

Then add the following lines into menu.lst assuming that you installed OS X on your first harddisk on the second partition (hd0,1):

title JaS 10.4.7
rootnoverify (hd0,1)
makeactive
chainloader --force +1
boot

If you installed on third partition, you should replace (hd0,1) by (hd0,2)

  • If you primary partition is windows, its still possible to use this method!!!

Download and install: http://grub4dos.sourceforge.net/
Follow this examples: http://grub4dos.sourceforge.net/wingrub_examples.html
Use the same menu.lst config as above.

I’m actually using this method as chain0 never worked for me.

Share this post!

http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/magnolia_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/google_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/twitter_48.png

Stream Audio, Photo & Video from your mac to any PS3, XBox 360, and more!


SPEED DOWNLOAD - PLAYBACK - SHARETOOL

Earn money - Accomplish a freelance project


Freelance Jobs

Related Posts

Categories: Tutorials Tags:
  • pit
    What, if JaS is on the first partition? Would' that also do?
  • cbm
    1) the 'boot' line isn't needed in the menu.lst; it is implicit;




    2) some needed to use 'root' rather than 'rootnoverify'.