Problem finally solved.
I've tried your suggestion to test stage2.
---------term-----------------------------------
django@django-desktop:~$ strings /boot/grub/stage2 | grep gfxmenu
django@django-desktop:~$
-------------------------------------
No output for stage2. Not good.
I'm going to remove grub and try to reinstall gfxboot again. This time I'll install the package suggested by the wiki guide for GfxBoot: grub-gfxboot_0.97-5i386.deb
url:
http://wiki.ubuntu-it.org/Amministra...istema/GfxBoot
then at first:
sudo apt-get remove grub
the os warns me about the uninstallation of 2 related packages, I proceed.
I control that message.* are all stored in the Grub directory, then I [sudo gedit menu.lst] and and put the statement gfxboot /boot/grub/message.suse at the top of the file and save.
Secondly, I [sudo grub] and do the steps:
grub> find /boot/grub/stage1 ==> out::=hd0,1 hd0,2
grub> root (hdx,y) ==> I choose hd0,2
grub> setup (hdx) ==> I choose hd0
grub>quit
sudo grub-install /dev/sda
...the installation seems to be ok.
Finally, I reboot. Seconds of panic...and WOW! It works! This time the message.suse theme appairs correctly.
In fact from terminal I've this result:
django@django-desktop:~$ sudo strings /boot/grub/stage2 | grep gfxmenu
[sudo] password for django:
gfxmenu
gfxmenu FILE
Comment. At the first look, the problem consists in an mistake installation. Or at least, In ubuntu repos there isn't a file called "grub-gfxboot_*i386.deb" but only gfxboot or grub. I'll check also by using an ftp program. I don't know this is a problem of Hardy Heron or not. Anyway the gfx now works.
Thanks a million.
Enrico_dvchp