Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recall info request on grub problem
Date: Sun, 07 Sep 2008 03:07:46
Message-Id: yu9wshofybn.fsf@nyu.edu
In Reply to: Re: [gentoo-user] Recall info request on grub problem by Michael Sullivan
1 At Sat, 06 Sep 2008 21:28:39 -0500 Michael Sullivan <michael@××××××××××××.com> wrote:
2
3 > On Sat, 2008-09-06 at 20:28 -0500, Dale wrote:
4 >> Michael Sullivan wrote:
5 >> > Awhile back there was a thread about grub working but the menu not
6 >> > showing up, and in that thread there was a setting suggested, something
7 >> > like "vga=" or something like that. Can anyone refresh my memory as to
8 >> > the name of that thread or the setting to make the menu show up?
9 >>
10 >> Was it this exchange?
11 >>
12 >> Fri, 18 Jul 2008 12:47:52 +0000
13 >> dhk <dhkuhl@×××××××××.net> wrote:
14 >>
15 >>
16 >> > > Sebastian Günther wrote:
17 >> >
18 >> >> > > * Andrew Tchernoivanov (tchernoivanov@×××××.com) [15.07.08 01:41]:
19 >> >>
20 >> >>> > >> Are the characters on the screen readable? I had this problem
21 >> >>> > >> too, along with the black grub screen. If they aren't - try adding
22 >> >>> > >> vga=0x31B to your grub.conf
23 >> >>> > >>
24 >> >>>
25 >> >> > > Why should that help with grub? Did not found any hint, that ther
26 >> >> > > is a grub option called like that.
27 >> >> > >
28 >> >> > > There is a *kernel* option, called like that, but that won't help
29 >> >> > > with the grub issue.
30 >> >> > >
31 >> >> > > Please correct me if I'm wrong.
32 >> >> > >
33 >> >> > > Sebastian
34 >> >> > >
35 >> >>
36 >> > > So what is the solution to making grub visible again? I remember
37 >> > > when it changed, I didn't understand the message displayed and I
38 >> > > still don't know the fix.
39 >> > >
40 >> > > Running emerge --config grub doesn't work.
41 >> > >
42 >> > > Is it as simple as changing the path of the splash image to
43 >> > > /usr/share/grub/ and running grub-install?
44 >> > >
45 >> > > Thanks,
46 >> > > Dave
47 >> >
48 >>
49 >> Just cp /usr/share/grub/splash.xpm.gz /boot/grub/
50 >>
51 >> Or you could point to it in /usr, unless if you have /usr in lvm or
52 >> something else that grub wont be able to see
53 >>
54 >
55 > Yeah that's it. Does the vga line go in the general section (with
56 > variables like splashimage), or does it go on the /kernel line?
57
58 You don't need a vga line to fix the problem. Just make sure that the
59 splash.xpm.gz file is where /boot/grub/grub.conf says it is.
60 Either change grub.conf, or cp the file, or make a symlink, ...
61
62 hth,
63 allan