You are not logged in.
Pages: 1
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
Offline
i read it before but nothing happened
at linux line on /boot/grub/grub.cfg i added :
vga=currentis that right?
Offline
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
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
Offline
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=3to 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.cfgthank you all
Offline
Pages: 1