This is the next generation grub client. To participate you must have a Wikia account. To signup please go here: http://www.wikia.com/index.php?title=Special:Userlogin&type=signup Usage: ./babygrub.pl -u username -p password For support, please check the grub-dev mailing list: http://lists.wikia.com/mailman/listinfo/grub-dev To learn more about Grub work-units, see: http://search.wikia.com/wiki/GrubWorkUnit To learn moer about Grub in general see: http://search.wikia.com/wiki/Grub GrubNG Perl on Mac OS X. User "Bani" has submitted the following pointers on how to get the current perl grub client working on Mac OS X 10.4 -- thanks bani! To install the required libraries: Open a terminal: sudo perl -MCPAN -e 'install Bundle::LWP' sudo perl -MCPAN -e 'install IO::Zlib' If IO::Zlib is not found, you may need a new mirror. Start the cpan shell and run: o conf urllist unshift ftp://cpan.pop-mg.com.br/pub/CPAN/ reload index Then you can try sudo perl -MCPAN -e 'install IO::Zlib' again If you don't have SVN, you can install it from http://homepage.mac.com/martinott/ svn co http://svn.swlabs.org/grubng/trunk/perl/ grub I used a brazilian mirror here as a suggestion on what to use since the default on mac doesnt work, but you can change for a more generally used mirror