Jump to content
8 posts in this topic

Recommended Posts

I just successfully installed iPC 10.5.6 on my eMachines t5086

with internet, sound, and video all fully working. And also

a working grub happily booting my hackintosh.

 

But when it boots, I get a ugly text boot splash. Searching the forums

tell me to remove -v from the kernel flags in the com.apple.Boot.plist.

But in my boot.plist (screenshot below,) the kernel flag in empty.

Picture1.png

Is there anyway to fix this text boot?

Thanks

Yeah, your are right. I am using GURB because that was the only boot loader working for me.

Maybe I can search how to edit Grub's boot and turn off verbose. But that's a little risky. and I

happy with my ugly but bootable Grub.

  • 1 month later...

Solved,

 

GRUB 2 can only boot in verbose and ignores the com.apple.boot.plist

So as a work-around I installed Ubuntu 9.04 and old version that has

GRUB1 and that boots perfectly by adding this to the menu.lst file in

/boot/grub/menu.lst

 

title Mac OS X
rootnovertify (hd0,0)
chainloader (hd0,0)+1

Change the (hd0,0) to the number of the partition that osx86 is installed on.

And the title can be anything you want e.g. Hackintosh

 

Hope this helps others who have problems boot from Grub 1.

×
×
  • Create New...