yaboot configuration

maccatalan

Registered
Hello.

This is not exactly OS X related but mostly linux AND mac os x.

Indeed I need an example of YellowDogLinux 3 yaboot.conf file with both mac os x and linux boots.

I have added a disk with Mac OS X installed on it and I don't know how to modify the yaboot.conf (and how to actually apply the changes).
I have visited the online documentation but it doesn't helps so much ... not clear enought for my poor brain.

Any one can help, please ?

thx.
 
If you want yaboot to recognize MacOSX, add a line like this in your yaboot.conf file:
Code:
macosx=/dev/hdaX
where X is the number of your MacOSX partition. To apply the changes run ybin (as root). In Debian ybin is in /usr/sbin/.

Hope it helps...
 
Back
Top