public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Peter Humphrey <peter@prh.myzen.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Grub2 and softlevels [SOLVED]
Date: Tue, 28 Jan 2014 09:25:08 +0000	[thread overview]
Message-ID: <21736469.aX5pLonfk6@wstn> (raw)
In-Reply-To: <10621715.XABlXn3dhm@wstn>

On Monday 27 Jan 2014 16:04:44 I wrote:
> On Sunday 26 Jan 2014 21:42:54 Peter Humphrey wrote:
> > On Sunday 26 Jan 2014 21:28:55 I wrote:
> > > On Sunday 26 Jan 2014 20:13:58 Neil Bothwick wrote:
> > > > Uncomment this line in /etc/default/grub
> > > > 
> > > > #GRUB_TERMINAL=console
> > > 
> > > Thanks, but I'm using a manually written grub.cfg, so I need to find out
> > > what that definition translates to. I'm searching now...
> > 
> > It was easier than I expected (I hope). I just had to add two lines to
> > 
> > grub.cfg:
> > 	terminal_input console
> > 	terminal_output console
> > 
> > Mike G had suggested gfxterm for terminal_output, so I just changed it and
> > added terminal_input. I'll test it next time I boot.
> 
> Nope. Now I'm back to @ signs in place of the border, with the text still at
> the original size needing a magnifying glass (well, I do these days).

I had to remove the line "insmod all_video" from grub.cfg as well. Now I get the
good old-fashioned 80x24 line VGA console and I can read the list of boot images.

For posterity, here's my /boot/grub/grub.cfg:

root=(hd0,msdos1)
timeout=10
default=0
fallback=3
color_normal=white/blue
color_highlight=black/light-gray
background_image /grub/splash.xpm.gz

menuentry "Gentoo Linux 3.10.25" {
        linux /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5 net.ifnames=0
}
menuentry "Gentoo Linux 3.10.25, no X" {
        linux /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5 softlevel=no-x net.ifnames=0
}
menuentry "Gentoo Linux 3.10.25, no network" {
        linux /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5 softlevel=no-net net.ifnames=0
}
menuentry "Gentoo Linux 3.10.17" {
        linux /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 net.ifnames=0
}
menuentry "Gentoo Linux 3.10.17, no X" {
        linux /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 softlevel=no-x net.ifnames=0
}
menuentry "Gentoo Linux 3.10.17, no network" {
        linux /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 softlevel=no-net net.ifnames=0
}
menuentry "Memtest86+" {
        linux16 /boot/memtest86plus/memtest86+-4.20.bin
}
menuentry "Rescue System 3.10.7-r1" {
        linux /boot/kernel-x86_64-3.10.7-r1-gentoo-rescue root=/dev/sda8 net.ifnames=0
}
------------------------------------------------

-- 
Regards
Peter



  reply	other threads:[~2014-01-28  9:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-25 12:18 [gentoo-user] Grub2 and softlevels Peter Humphrey
2014-01-25 13:07 ` Tanstaafl
2014-01-25 15:08   ` J. Roeleveld
2014-01-25 13:51 ` [gentoo-user] " Martin Vaeth
2014-01-25 17:10   ` Peter Humphrey
2014-01-25 15:42 ` [gentoo-user] " Mike Gilbert
2014-01-25 17:08   ` Peter Humphrey
2014-01-25 17:22     ` Mike Gilbert
2014-01-25 18:29       ` Mick
2014-01-25 19:32         ` [gentoo-user] " James
2014-01-26 12:37           ` Mick
2014-01-26 15:46             ` James
2014-01-25 21:42         ` [gentoo-user] " Mike Gilbert
2014-01-26 20:03           ` Neil Bothwick
2014-01-26 20:08       ` Peter Humphrey
2014-01-26 20:13         ` Neil Bothwick
2014-01-26 21:28           ` Peter Humphrey
2014-01-26 21:39             ` [gentoo-user] " Martin Vaeth
2014-01-26 21:42             ` [gentoo-user] " Peter Humphrey
2014-01-27 16:04               ` Peter Humphrey
2014-01-28  9:25                 ` Peter Humphrey [this message]
2014-01-27 16:41               ` Mike Gilbert
2014-01-27  9:38             ` Neil Bothwick
2014-01-27 16:00               ` Peter Humphrey
2014-01-27 16:07                 ` Alan McKinnon
2014-01-27 16:19                   ` Peter Humphrey
2014-01-27 18:48                     ` Alan McKinnon
2014-01-27 21:46                     ` Neil Bothwick
2014-01-27  9:40             ` Neil Bothwick
2014-01-27 16:06               ` Peter Humphrey

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=21736469.aX5pLonfk6@wstn \
    --to=peter@prh.myzen.co.uk \
    --cc=gentoo-user@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox