erik312331erik / netbook-installer

Automatically exported from code.google.com/p/netbook-installer
1 stars 0 forks source link

HOWTO: Dual Boot (OsX and Linux) #267

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I did not seem to find Clear Instructions.  Perhaps this might help.

* Presuming that OsX is already installed and Booting fine
   with HD  is already partitioned as follows:
     hda1 - OsX,   hda2 - free,   hda3 - for Linu,   hda5 - free (for Linux Swap), .....

* Install Debian Linux as follows:
      Linux  --> hda3
      swap  ---   hda5
       GRUB --> hd(0,2)      *** NOT to the MBR  hd(0,0) **

* append the following lines to the /boot/grub/menu.lst
     title Mac OSX Leopard
     rootnoverify (hd0,0)
     chainloader +1

NB
     If you install the latest Ubunto,  GRUB will not work, as indicated above.
     However if subsequently install Debian (on a different partition)
     .. as indicated about, then all (OsX, Ubunto, Debian) will work

Original issue reported on code.google.com by gvanni on 14 May 2010 at 6:49

GoogleCodeExporter commented 9 years ago
So are you saying that by adding that line to the GRUB installed on your Debian 
partition, that caused Chameleon (installed on your MBR) to recognize your 
Debian partition, allowing you to chainload GRUB?

That sounds backwards to me. I'm trying to figure out why Chameleon doesn't 
notice my Debian partition and running up against walls. All this stuff is 
basically undocumented. If you could clarify a little that would really be 
appreciated.

Thanks

Original comment by Brandon....@gmail.com on 21 Jun 2010 at 2:02