Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Andrew Tchernoivanov
Try add to grub.conf this line

vga=0x31B

This controls resolution and color depth of your framebuffer screen. You can
read more about this at
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=10

On Wed, Jul 9, 2008 at 10:02 PM, Allan Gottlieb [EMAIL PROTECTED] wrote:

 The latest stable emerge of grub decided to add

  splashimage=(hd0,2)/boot/grub/splash.xpm.gz

 to my grub.conf

 Since I do not have support for this in my kernel the screen was
 unreadable.  Should I file this as a bug?

 thanks,
 allan
 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Joshua D Doll

Andrew Tchernoivanov wrote:

Try add to grub.conf this line

vga=0x31B

This controls resolution and color depth of your framebuffer screen. 
You can read more about this at 
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=10 
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=10


On Wed, Jul 9, 2008 at 10:02 PM, Allan Gottlieb [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


The latest stable emerge of grub decided to add

 splashimage=(hd0,2)/boot/grub/splash.xpm.gz

to my grub.conf

Since I do not have support for this in my kernel the screen was
unreadable.  Should I file this as a bug?

thanks,
allan
--
gentoo-user@lists.gentoo.org mailto:gentoo-user@lists.gentoo.org
mailing list





splashimage has nothing to with the kernel. The kernel isn't even loaded 
at this point. It's very likely that the splashimage line is pointing to 
a nonexistent file.


--Joshua Doll
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Sebastian Günther
* Allan Gottlieb ([EMAIL PROTECTED]) [09.07.08 20:04]:
 The latest stable emerge of grub decided to add
 
   splashimage=(hd0,2)/boot/grub/splash.xpm.gz
 
 to my grub.conf
 
 Since I do not have support for this in my kernel the screen was
 unreadable.  Should I file this as a bug?
 
Your kernel is not even loaded, when this happens. So your kernel has 
nothing to do with it.

This is the background picture of grub, which grub should display. This 
should not happen. But before filling a bug look at the open bugs for 
grub, if it isn't filed already.


 thanks,
 allan

Sebastian

-- 
  Religion ist das Opium des Volkes.   Karl Marx

 [EMAIL PROTECTED]@N GÜNTHER mailto:[EMAIL PROTECTED]


pgpgO2NXNtW8B.pgp
Description: PGP signature


Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Neil Bothwick
On Wed, 09 Jul 2008 12:25:30 -0700, Joshua D Doll wrote:

 splashimage has nothing to with the kernel. The kernel isn't even
 loaded at this point. It's very likely that the splashimage line is
 pointing to a nonexistent file.

Grub hangs if that's the case.


-- 
Neil Bothwick

A single fact can spoil a good argument.


signature.asc
Description: PGP signature


Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Neil Bothwick
On Wed, 09 Jul 2008 14:02:59 -0400, Allan Gottlieb wrote:

 The latest stable emerge of grub decided to add
 
   splashimage=(hd0,2)/boot/grub/splash.xpm.gz
 
 to my grub.conf
 
 Since I do not have support for this in my kernel the screen was
 unreadable.  Should I file this as a bug?

The fact that the ebuild modifies grub.conf in any way should be
considered a bug IMO.


-- 
Neil Bothwick

To boldly go where I surely don't belong.


signature.asc
Description: PGP signature


Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Joshua D Doll

Neil Bothwick wrote:

On Wed, 09 Jul 2008 12:25:30 -0700, Joshua D Doll wrote:

  

splashimage has nothing to with the kernel. The kernel isn't even
loaded at this point. It's very likely that the splashimage line is
pointing to a nonexistent file.



Grub hangs if that's the case.


  
I've had exactly the same thing happen to me when I've had the path 
wrong for the splashimage. You get a highly unreadable screen, but it 
still works.


--Joshua Doll
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Allan Gottlieb
At Wed, 09 Jul 2008 13:20:43 -0700 Joshua D Doll [EMAIL PROTECTED] wrote:

 Neil Bothwick wrote:
 On Wed, 09 Jul 2008 12:25:30 -0700, Joshua D Doll wrote:

   
 splashimage has nothing to with the kernel. The kernel isn't even
 loaded at this point. It's very likely that the splashimage line is
 pointing to a nonexistent file.
 

 Grub hangs if that's the case.


   
 I've had exactly the same thing happen to me when I've had the path
 wrong for the splashimage. You get a highly unreadable screen, but it
 still works.

I agree with joshua.  That is what happened to me.
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Allan Gottlieb
At Wed, 09 Jul 2008 21:15:16 +0100 Neil Bothwick [EMAIL PROTECTED] wrote:

 On Wed, 09 Jul 2008 14:02:59 -0400, Allan Gottlieb wrote:

 The latest stable emerge of grub decided to add
 
   splashimage=(hd0,2)/boot/grub/splash.xpm.gz
 
 to my grub.conf
 
 Since I do not have support for this in my kernel the screen was
 unreadable.  Should I file this as a bug?

 The fact that the ebuild modifies grub.conf in any way should be
 considered a bug IMO.

That was my error.  The file grub.conf was not modified.
Instead a file pointed to by grub.conf (the splash) was moved.

sorry,
allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Denis
Thanks for this thread.  I had a bunch of gibberish on the screen,
too, after the most recent emerge and figured it was grub but didn't
know why.  Strangely, the splash image was missing from /boot/grub -
is it not supposed to be in /boot or was this an ebuild error??

I found the splash image (splash.xpm.gz) under /usr/share/grub, and
moving it to /boot/grub fixed this issue for me.

Denis
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Allan Gottlieb
At Wed, 09 Jul 2008 17:30:12 -0400 Denis [EMAIL PROTECTED] wrote:

 Thanks for this thread.  I had a bunch of gibberish on the screen,
 too, after the most recent emerge and figured it was grub but didn't
 know why.  Strangely, the splash image was missing from /boot/grub -
 is it not supposed to be in /boot or was this an ebuild error??

 I found the splash image (splash.xpm.gz) under /usr/share/grub, and
 moving it to /boot/grub fixed this issue for me.

Indeed this is one thing in the bug
http://bugs.gentoo.org/show_bug.cgi?id=231039

Apparently the ebuild recommendation about
emerge --config grub was supposed to get the file
copied over (and presumably it would).
However the actual recommendation was for those who
wish to

   install grub files to another device (like a usb stick)

Since many like me had no desire to do this, we didn't
run the configure and the moved splash file bit us.

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Neil Bothwick
On Wed, 09 Jul 2008 13:20:43 -0700, Joshua D Doll wrote:

  Grub hangs if that's the case.

 I've had exactly the same thing happen to me when I've had the path 
 wrong for the splashimage. You get a highly unreadable screen, but it 
 still works.

Did the wrong path point to something? When I got it wrong, grub refused
to load the menu.lst file at all. Mind you, that was a couple of years
ago. Maybe handles things differently now, I haven't dared find out!


-- 
Neil Bothwick

Disinformation is not as good as datinformation.


signature.asc
Description: PGP signature


Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Joshua D Doll

Neil Bothwick wrote:

On Wed, 09 Jul 2008 13:20:43 -0700, Joshua D Doll wrote:

  

Grub hangs if that's the case.
  


  
I've had exactly the same thing happen to me when I've had the path 
wrong for the splashimage. You get a highly unreadable screen, but it 
still works.



Did the wrong path point to something? When I got it wrong, grub refused
to load the menu.lst file at all. Mind you, that was a couple of years
ago. Maybe handles things differently now, I haven't dared find out!


  


It pointed to nothing. I actually had the wrong drive and/or partition 
in the line. I say it worked but really the screen was so jacked it was 
useless.


--Joshua Doll
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub emerge make boot screen and others unreadable

2008-07-09 Thread Allan Gottlieb
At Thu, 10 Jul 2008 00:03:01 +0100 Neil Bothwick [EMAIL PROTECTED] wrote:

 On Wed, 09 Jul 2008 13:20:43 -0700, Joshua D Doll wrote:

  Grub hangs if that's the case.

 I've had exactly the same thing happen to me when I've had the path 
 wrong for the splashimage. You get a highly unreadable screen, but it 
 still works.

 Did the wrong path point to something?

No.  In grub.conf I had and still have

  splashimage=(hd0,2)/boot/grub/splash.xpm.gz

There used to be such a file.  But the recent emerge removed it
and put the file in /usr/share/grub.  So the splashimage target didn't
exist.

 When I got it wrong, grub refused to load the menu.lst file at
 all. Mind you, that was a couple of years ago. Maybe handles things
 differently now, I haven't dared find out!

Grub did load and if left alone would successfully load the default
target.  However,

1.  The menu grub normally displays (i.e. the grub.conf entries) was
absent or at least the screen was dark.

2.  When the kernel starting booting, the screen was nearly unreadable
until the kernel set the console font, at which point ...
... poof--all was well.

allan

-- 
gentoo-user@lists.gentoo.org mailing list