You are not logged in.

#1 2017-02-09 14:57:09

madaramost
Member
Registered: 2015-05-25
Posts: 45

[Solved]Starting version 232

on the arch linux startup after grub i see that message"starting version 232" with a few same lines

and the login manager start well, my question is there any way to hide that messages and login info like after grub the login manager open directly ?

plzz help me.

Last edited by madaramost (2017-02-09 17:15:54)

Offline

#2 2017-02-09 14:58:19

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved]Starting version 232


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-02-09 15:07:13

madaramost
Member
Registered: 2015-05-25
Posts: 45

Re: [Solved]Starting version 232

i read it before but nothing happened

at linux line on /boot/grub/grub.cfg i added :

vga=current

is that right?

Offline

#4 2017-02-09 15:15:05

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,522
Website

Re: [Solved]Starting version 232

First, what are these "few same lines" you wish to get rid of?

Second, nothing is expected to happen from just reading that wiki page.  You need to implement the instructions in it.  I see you did implement the very first suggestion ... but apparently you stopped following that wiki page after the first line.  Keep going.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2017-02-09 16:07:42

madaramost
Member
Registered: 2015-05-25
Posts: 45

Re: [Solved]Starting version 232

Trilby wrote:

First, what are these "few same lines" you wish to get rid of?

Second, nothing is expected to happen from just reading that wiki page.  You need to implement the instructions in it.  I see you did implement the very first suggestion ... but apparently you stopped following that wiki page after the first line.  Keep going.

roger that, i just want to be careful and asking if the grub.cfg the right place to edit on

Offline

#6 2017-02-09 16:29:07

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved]Starting version 232


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2017-02-09 17:14:53

madaramost
Member
Registered: 2015-05-25
Posts: 45

Re: [Solved]Starting version 232

Thanks for replying  i solved it

i added that to the file /etc/default/grub in GRUB_CMDLINE_LINUX_DEFAULT line  :

loglevel=3 rd.systemd.show_status=auto rd.udev.log-priority=3

to became:

GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log-priority=3"

and run this command:

sudo grub-mkconfig -o /boot/grub/grub.cfg

thank you all

Offline

Board footer

Powered by FluxBB