SCIENTIFIC-LINUX-USERS Archives

September 2014

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
R P Herrold <[log in to unmask]>
Reply To:
R P Herrold <[log in to unmask]>
Date:
Wed, 17 Sep 2014 15:30:32 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
On Wed, 17 Sep 2014, Michael Tiernan wrote:

> On 9/17/14 9:58 AM, Bluejay Adametz wrote:
> > I always remove the quiet and rhgb options from the kernel line in the
> > grub config

* nod *

Additionally, with some video switches, changes in resolution 
cause problems.  I add the following to the right end of the 
'kernel' line as well:
	nomodeset vga=769

to force a TUI console which is not rendered in whatever font 
the system and video card think they can do, but rather a 
historically familiar: 
	80 x 24

grub [older RHEL derived] will pick this up by default; grub2 
[RHEL 7 derived] needs an edit in:
	/etc/sysconfig/grub

thus:
	GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/swap 
		vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root 
		crashkernel=auto  vconsole.keymap=us nomodeset vga=769 "

and ** then ** an express bootloader fixup:
	grub2-mkconfig -o /boot/grub2/grub.cfg

-- Russ herrold

ATOM RSS1 RSS2