From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Help with Grub2
Date: Sun, 01 Feb 2009 19:16:38 +0100 [thread overview]
Message-ID: <1233512198.3440.11.camel@fz.local> (raw)
In-Reply-To: <4985E340.2050207@earthlink.net>
Am Sonntag, den 01.02.2009, 13:00 -0500 schrieb BandiPat:
> Felix,
> You are my new hero! That was the problem, the XFS I was using. Once I
> got the newest release built and installed, everything worked as it
> should. Yaaay! I can't thank you enough for your help. It's really a
> very simple and painless process, if all things are correct.
Nice.
> Now I just need to add some other entries to use, plus I would like to
> make the loader screen a bit prettier. If I just want to boot to
> runlevel 3, can I use the standard boot entry that takes me to the gui
> and just add "append=3" as the last entry?
No append=3 is LILO syntax not GRUB.
You do it like this:
linux /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda1 3
By the way you can use grub-mkconfig to generate a grub.cfg for you.
> I also want to add a memtest entry. The boot loader screen is
> themeable, isn't it or you can use a graphic, jpg or png, etc? Sorry
> for all the questions, but I'm excited that it finally works. Now I
> want to start playing and learning.
Oh for the graphic mode to work you need to have /usr/src/unifont.bdf
file which is for Debian/Ubuntu in bf-utf-source package and then
compile grub2 with `./configure --enable-grub-mkfont' so that the fonts
files needed for it are generated.
And then you can use a background image with something like this in
grub.cfg:
insmod png
background_image /my/image.png
or you can use insmod jpeg or tga
Themes are not yet supported but Colin's gfxmenu branch will be merged
soon.
--
Felix Zielcke
next prev parent reply other threads:[~2009-02-01 18:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-01 4:32 Help with Grub2 BandiPat
2009-02-01 8:47 ` Vesa Jääskeläinen
2009-02-01 15:05 ` BandiPat
2009-02-01 15:23 ` Felix Zielcke
2009-02-01 16:11 ` BandiPat
2009-02-01 16:13 ` Felix Zielcke
2009-02-01 18:00 ` BandiPat
2009-02-01 18:16 ` Felix Zielcke [this message]
2009-02-01 19:09 ` BandiPat
2009-02-01 19:10 ` Felix Zielcke
2009-02-01 22:17 ` BandiPat
2009-02-02 7:26 ` Felix Zielcke
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=1233512198.3440.11.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.