Re: PPC64

2008-10-24 Thread Manoel
Changing the load-base worked in the P5 machine but when I tested in the P6 machine I got the following message: Relocation overflow In function grub_arch_dl_relocate_symbols. It means that I'm lacking memory? On Thu, 2008-10-23 at 14:08 -0500, Hollis Blanchard wrote: > On Thu, 2008-10-

Can't Load image with background_image

2008-10-24 Thread José Campos
Hello, all I already can load a pff font file. But can not load any image (png or tga). Even if I press ‘c’ on grub boot start and enter the lines my self, I receive the following : Error: No video mode activat

RE: grub2 background_image difficulty

2008-10-24 Thread Felix Zielcke
Am Freitag, den 24.10.2008, 17:19 +0100 schrieb José Campos: > Now I have one more question. > About the font o load on your sample grub.cfg. Where or how do I get the > ascii.pff font file? > Hi, you need /usr/share/unifont/unifont.hex file which is in Debian etch and Ubuntu in `unifont-bin' p

RE: grub2 background_image difficulty

2008-10-24 Thread José Campos
Hello, thanks I already done trunk the svn version by using: svn co http://svn... Now I have one more question. About the font o load on your sample grub.cfg. Where or how do I get the ascii.pff font file? Thanks for your help. José Campos -Mensagem original- De: [EMAIL PROTECTED] [m

Re: PPC64

2008-10-24 Thread Hollis Blanchard
Traditionally, firmware has refused to load an ELF file without a NOTE segment. I feel like I heard that actually changed recently (maybe in the p5 timeframe), but I never investigated further. You could easily test by running grub-mkimage without the -n switch. -- Hollis Blanchard IBM Linux Tech

FW: svn timed out

2008-10-24 Thread José Campos
Hello Just try the command you mentioned and got the same error: ### [EMAIL PROTECTED] ~]# svn co svn://svn.sv.gnu.org/grub/trunk/grub2 svn: Can't connect to host 'svn.sv.gnu.org': Connection timed out [EMAIL PROTECTED] ~]# ### Sorry, perhaps I'm doing something wrong... I' have already stop

Re: svn timed out

2008-10-24 Thread Manoel
You should use this svn co svn://svn.sv.gnu.org/grub/trunk/grub2 On Fri, 2008-10-24 at 14:09 +0100, José Campos wrote: > Hello, > > When i try to trunk svn version off grub2 I receive the following message > like bellow: > > > > [EMAIL PROTECTED] ~]# svn co svn://svn.savannah.gnu.org/g

svn timed out

2008-10-24 Thread José Campos
Hello, When i try to trunk svn version off grub2 I receive the following message like bellow: [EMAIL PROTECTED] ~]# svn co svn://svn.savannah.gnu.org/grub/trunk/grub2 svn: Can't connect to host 'svn.savannah.gnu.org': Connection timed out Can you help me. Thanks -Mensagem orig

Re: PPC64

2008-10-24 Thread Manoel
I changed the load-base to 0x20 in the note segment that mkelfimage creates. After that grub2 found the modules info header in the correct position (as stated in the program header) and was able to load all modules correctly. Maybe the Open Firmware detected the overlapping and tried to load th