InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   I installed Chameleon and linux doesn't show up? (http://infinitemac.com/showthread.php?t=2589)

oneshot 04-14-2009 09:42 AM

I installed Chameleon and linux doesn't show up?
 
So I have 2 hardrives. One has OSx86 on it (IDE) and the other has Windows 7 and Ubuntu on it (SATA).

When I installed Chameleon I didn't have Ubuntu installed. I just partitioned my SATA drive so I could put it on there.

Well in Chameleon the little icon for Linux doesn't show up. The one for OSX and Windows do though.

It would be a lot more helpful to me if linux showed up so I wouldn't have to press F11 every time I want to boot into linux.

Anyone know the solution?

Do I just have to reinstall Chameleon or something?

Aydinz 04-14-2009 09:55 AM

yeah, you have to reinstall it.

btw which version of chameleon you using?

oneshot 04-14-2009 10:19 AM

I am using Chameleon 2.0RC1

Why do ya ask?

Btw thank you for the quick reply to my question ^_^

I'll reboot now to see if it worked

EDIT: Reinstalling Chameleon didn't work. Linux still does not show up under the boot loader? Any other ideas?

Aydinz 04-15-2009 12:16 AM

just wondering, because the new chameleon is one i havent had a lot of experience with, hmm thats weird, which partition did you reinstall chameleon onto?

because the new chameleon can show you your options over all hdd's whereas the old one couldnt, so i dont see why it wouldnt work. maybe search around here and insanelymac or even at the chameleon forums to see if anyone else has had the same issue.

oneshot 04-15-2009 01:14 AM

I installed it on my SATA hard drive. That hard drive also has windows on it.

So my setup is

SATA (windows and linux)

IDE (OSx86)

I'll search around the chameleon forums =P

If anyone knows what I should do on these forums it would be great if you could share your knowledge ^_^

Dies 04-15-2009 03:50 AM

You need to install grub to the partition itself for Chameleon to pick it up. ;-)

erick2red 04-15-2009 01:35 PM

Quote:

Originally Posted by Dies (Post 24761)
You need to install grub to the partition itself for Chameleon to pick it up. ;-)

so you're saying i need to install chameleon to the MBR and grub to the install linux partition??

Taisto 04-15-2009 05:11 PM

Yepp, i guess thats exactly what he meant ( and it works that way ;) )

erick2red 04-15-2009 08:53 PM

Quote:

Originally Posted by Taisto (Post 24783)
Yepp, i guess thats exactly what he meant ( and it works that way ;) )

i'm waiting to know how to instalkl from command line to install new chameleon.
i don't wanna mess my bootloader, and then don't know how to reinstall from a command line (cause i only had kaliway installer, which bring me only terminal app).

But tested that on chameleon 1.12 and works.

handz 04-15-2009 11:00 PM

1. Boot from a Live CD, like Ubuntu Live, Knoppix, Mepis, or similar.

2. Open a Terminal. Go SuperUser (that is, type "su"). Enter root passwords as necessary.

3. Type "grub" which makes a GRUB prompt appear.

4. Type "find /boot/grub/stage1". You'll get a response like "(hd0)" or in my case "(hd0,3)". Use whatever your computer spits out for the following lines.

5. Type "root (hd0,3)".

6. Type "setup (hd0,3)". This is key. Other instructions say to use "(hd0)", and that's fine if you want to write GRUB to the MBR. If you want to write it to your linux root partition, then you want the number after the comma, such as "(hd0,3)".

7. Type "quit".

8. Restart the system. Remove the bootable CD.