How do I turn off graphical boot
F16. Anyone?
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
How do I turn off graphical boot
On Sun, Apr 29, 2012 at 07:06, Fedora User <fedoradch@gmail.com> wrote:
> F16. Anyone? remove the rhgb from the kernel command line. -- Suvayu Open source is the future. It sets us free. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
How do I turn off graphical boot
On Sun, 29 Apr 2012 14:16:36 +0200
suvayu ali <fatkasuvayu+linux@gmail.com> wrote: > On Sun, Apr 29, 2012 at 07:06, Fedora User <fedoradch@gmail.com> > wrote: > > F16. Anyone? > > remove the rhgb from the kernel command line. > That was my first thought. The problem is that grub.cfg is produced by a template via grub2-mkconfig. And, of course, there is no manual page for grub2-mkconfig. Not to go off on a rant but grub worked perfectly. There is no value added with grub2 - just complexity. It's programming for the sake of programming. And just WHY would any Linux user NOT want to see what is happening when the system boots? More programming and complexity that adds ABSOLUTELY NOTHING! -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
How do I turn off graphical boot
On 30 Apr 2012 at 0:03, Fedora User wrote:
Date sent: Mon, 30 Apr 2012 00:03:03 -0400 From: Fedora User <fedoradch@gmail.com> To: users@lists.fedoraproject.org Subject: Re: How do I turn off graphical boot Send reply to: Community support for Fedora users <users@lists.fedoraproject.org> > On Sun, 29 Apr 2012 14:16:36 +0200 > suvayu ali <fatkasuvayu+linux@gmail.com> wrote: > > > On Sun, Apr 29, 2012 at 07:06, Fedora User <fedoradch@gmail.com> > > wrote: > > > F16. Anyone? > > > > remove the rhgb from the kernel command line. > > You need to modify the /etc/default/grub I believe that contains the default command line used by the script. > > That was my first thought. The problem is that grub.cfg is produced by > a template via grub2-mkconfig. And, of course, there is no manual page > for grub2-mkconfig. > > Not to go off on a rant but grub worked perfectly. There is no value > added with grub2 - just complexity. It's programming for the sake of > programming. > > And just WHY would any Linux user NOT want to see what is happening > when the system boots? More programming and complexity that adds > ABSOLUTELY NOTHING! > > -- > users mailing list > users@lists.fedoraproject.org > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have > a question? Ask away: http://ask.fedoraproject.org +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:mikes@kuentos.guam.net mailto:msetzerii@gmail.com http://www.guam.net/home/mikes Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +----------------------------------------------------------+ http://setiathome.berkeley.edu (Original) Number of Seti Units Returned: 19,471 Processing time: 32 years, 290 days, 12 hours, 58 minutes (Total Hours: 287,489) BOINC@HOME CREDITS SETI 12163926.442547 | EINSTEIN 7771226.629852 ROSETTA 4486285.960848 | ABC 12629817.195420 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
How do I turn off graphical boot
On 30/04/12 05:03, Fedora User wrote:
That was my first thought. The problem is that grub.cfg is produced by a template via grub2-mkconfig. And, of course, there is no manual page for grub2-mkconfig. It depends on how /boot/grub2/grub.cfg is being modified. If doing a yum update, grubby does most of the work, ignores grub2-mkconfig. (history, grub-legacy never had a method to modify ~/grub.cfg) Hence add your modifications to /etc/default/grub If you manually modify /boot/grub2/grub.cfg or it's sym /etc/grub2.cfg. You need to run grub2-mkconfig -o /boot/grub2/grub.cfg Currently if you do not modify both, I have found changes are not picked up. ymmv -- Regards, Frank "Jack of all, fubars" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
How do I turn off graphical boot
Around 08:32am on Monday, April 30, 2012 (UK time), Frank Murphy scrawled:
> On 30/04/12 05:03, Fedora User wrote: > > > >That was my first thought. The problem is that grub.cfg is produced by > >a template via grub2-mkconfig. And, of course, there is no manual page > >for grub2-mkconfig. > > It depends on how /boot/grub2/grub.cfg is being modified. > If doing a yum update, grubby does most of the work, ignores > grub2-mkconfig. (history, grub-legacy never had a method to modify > ~/grub.cfg) > Hence add your modifications to /etc/default/grub > > If you manually modify /boot/grub2/grub.cfg or it's sym /etc/grub2.cfg. > You need to run grub2-mkconfig -o /boot/grub2/grub.cfg > > Currently if you do not modify both, > I have found changes are not picked up. I do the following at it works fine (persists over yum kernel updates): 1) Edit /etc/default/grub 2) Run grub2-mkconfig (# grub2-mkconfig -o /boot/grub2/grub.cfg) 3) Set the default grub entry to 0 (# grub2-set-default 0) Steve -- Website: www.stevesearle.com Twitter: @ReddishShift Facebook: www.facebook.com/steve.searle 11:13:36 up 10 days, 15:26, 0 users, load average: 0.01, 0.04, 0.12 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
How do I turn off graphical boot
On Mon, 2012-04-30 at 11:15 +0100, Steve Searle wrote:
> I do the following at it works fine (persists over yum kernel > updates): > > 1) Edit /etc/default/grub > > 2) Run grub2-mkconfig (# grub2-mkconfig -o /boot/grub2/grub.cfg) > > 3) Set the default grub entry to 0 (# grub2-set-default 0) My word, but that's so much easier than what we used to do... NOT! -- [tim@localhost ~]$ uname -r 2.6.27.25-78.2.56.fc9.i686 Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
| All times are GMT. The time now is 03:05 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.