From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: GRUB update problems
Date: Tue, 05 Jan 2010 21:50:52 +0100 [thread overview]
Message-ID: <1262724652.2635.14.camel@fz.local> (raw)
In-Reply-To: <4B438BCA.60805@jamadots.com>
Am Dienstag, den 05.01.2010, 13:58 -0500 schrieb Henry W. Peters:
>
> Felix Zielcke wrote:
> > Am Dienstag, den 05.01.2010, 13:07 -0500 schrieb Henry W. Peters:
> >
> >> I run Debian Lenny sid/squeeze, the updater this morning just
> >> "updated"
> >> my GRUB2 version... (not sure of the version).
> >>
> >
> > normally it doestn't make sense to have stable (lenny), testing
> > (squeeze) and unstable (sid) in /etc/apt/sources.list
> > Usually you only use one of them.
> >
> >
> >> I probably need to get the display resolution in GRUB to correspond
> to
> >>
> >> my ACTUAL desktop resolution... I'm guessing; so, until GRUB works
> >> out
> >> what appears to me, to be a 'bug' (?), or I can know what to do to
> >> remedy... perhaps there is a workaround someone can suggest?
> >>
> >
> > I think you didn't set a device in the debconf prompt which asked
> for
> > one.
> > You need to run grub-install to update it. Else the graphical
> terminal
> > won't get anymore enabled by update-grub/grub-mkconfig.
> >
> > And also check GRUB_GFXMODE in /etc/default/grub, which is the
> > resolution for GRUB if the graphical terminal is enabled.
> >
> >
> Not to seem ungrateful, but grubspeak is not too helpful at the
> moment,
> but nonetheless, I did try several of your suggestions (perhaps not
> correctly, because of maybe not understanding too well?)"
>
> # grub-install
>
> This was the message I got... I have no clue as to what "grub-install
> [OPTION] install_device" means... this is to say, what is the option?
The device where you want to have GRUB in MBR/bootsector.
I.e. /dev/sda or /dev/sdb etc. Choose the disk your BIOS boots from.
Or if you don't know just install to all you have.
> Then I did check the /etc/default/grub file, & this is what I got (I
> took out the '# at the GRUB_GFXMODE=1440x900' & changed the
> resolution... I tried doing an '#update-grub' both in the terminal
> while
> booted & at startup in the recovery mode. Nothing seems to change...
> maybe it's the 'install_device not specified.' problem??
Well if running update-grub shows an error about video.lst, then you
must run grub-install first.
Else check the generated /boot/grub/grub.cfg
It should contain something like that:
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1440x900
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer
next prev parent reply other threads:[~2010-01-05 20:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-05 6:08 GRUB Faq Bruce Dubbs
2010-01-05 16:12 ` Lapohos Tibor
2010-01-05 18:07 ` GRUB update problems Henry W. Peters
2010-01-05 18:16 ` Felix Zielcke
2010-01-05 18:58 ` Henry W. Peters
2010-01-05 20:50 ` Felix Zielcke [this message]
2010-01-06 0:23 ` Henry W. Peters
2010-01-06 21:50 ` Henry W. Peters
2010-01-08 15:39 ` Henry W. Peters
2010-01-08 16:13 ` Robert Millan
2010-01-08 17:01 ` Henry W. Peters
2010-01-08 19:26 ` Henry W. Peters
2010-01-05 19:16 ` GRUB Faq Lapohos Tibor
2010-01-06 2:50 ` Bruce Dubbs
2010-01-07 19:40 ` Robert Millan
2010-01-07 19:52 ` Bruce Dubbs
2010-01-08 22:12 ` richardvoigt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1262724652.2635.14.camel@fz.local \
--to=fzielcke@z-51.de \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.