Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] basic grub question
Date: Wed, 15 Jun 2016 21:00:56
Message-Id: 20160615210045.GA30582@waltdnes.org
In Reply to: Re: [gentoo-user] basic grub question by covici@ccs.covici.com
1 On Wed, Jun 15, 2016 at 09:41:07AM -0400, covici@××××××××××.com wrote
2
3 > Well, I am trying to use the nvidia driver which conflicts with uvesafb
4 > frame buffer, so it seems. It used to work fine, but not it does not
5 > work anymore and the only solutions I have found was a couple of grub
6 > parameters which gives you a higher resolution and passes it on to
7 > linux.
8
9 You should be able to pass the kernel parameters in lilo using the
10 "append" command. Here's an example from my lilo.conf...
11
12 image = /boot/kernel.production
13 root = /dev/sda5
14 label = Production
15 read-only # read-only for checking
16 append = "noexec=on net.ifnames=0"
17
18 --
19 Walter Dnes <waltdnes@××××××××.org>
20 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] basic grub question covici@××××××××××.com