You are not logged in.

#1 2012-12-11 23:16:50

kaptk2
Member
Registered: 2010-10-11
Posts: 7

[SOLVED] Make Screen Clear After Bootup

I want the screen to be blank when I first boot up. No prompt for logging in or anything. I tried issuing a /usr/bin/clear > /dev/tty0 when the system first boots up but that does not seem to be working as messages still get shown on the screen. Any ideas on how to accomplish this?

Last edited by kaptk2 (2012-12-12 19:25:09)

Offline

#2 2012-12-12 00:18:56

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,168

Re: [SOLVED] Make Screen Clear After Bootup

kernel parameter quiet?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2012-12-12 15:24:03

kaptk2
Member
Registered: 2010-10-11
Posts: 7

Re: [SOLVED] Make Screen Clear After Bootup

I have added that an while that helps it is not the full solution. The text login prompt still shows (hostname login:). Once I get rid of that I should be set.

Offline

#4 2012-12-12 16:37:29

rebootl
Member
Registered: 2012-01-10
Posts: 431
Website

Re: [SOLVED] Make Screen Clear After Bootup

Hi

I found this: https://wiki.archlinux.org/index.php/Silent_boot some days ago, and maybe see https://wiki.archlinux.org/index.php/Au … al_console to find more info. Maybe you can write a custom getty@tty1.service file. Not sure if you want to be logged in / start X / or nothing at all ?


Personal website: reboot.li
GitHub: github.com/rebootl

Offline

#5 2012-12-12 17:08:56

kaptk2
Member
Registered: 2010-10-11
Posts: 7

Re: [SOLVED] Make Screen Clear After Bootup

Thanks for those links, I ended up just disabling the getty@tty1 and that got me close enough to what I wanted.

Offline

#6 2012-12-12 17:45:16

rebootl
Member
Registered: 2012-01-10
Posts: 431
Website

Re: [SOLVED] Make Screen Clear After Bootup

Sure, that does the job, wasn't sure if it's possible.
Just wondering, how do you log in / do something ?

Please mark as solved by editing your first post, if it's resolved for you wink
Regards

Last edited by rebootl (2012-12-12 17:46:15)


Personal website: reboot.li
GitHub: github.com/rebootl

Offline

#7 2012-12-12 18:03:41

Xyne
Forum Fellow
Registered: 2008-08-03
Posts: 6,965
Website

Re: [SOLVED] Make Screen Clear After Bootup

rebootl wrote:

Just wondering, how do you log in / do something ?

He can't. His system is foolproof. tongue

jk

(real answer: ctrl+alt+F* to use a different terminal)

Last edited by Xyne (2012-12-12 18:04:33)


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#8 2012-12-12 19:24:40

kaptk2
Member
Registered: 2010-10-11
Posts: 7

Re: [SOLVED] Make Screen Clear After Bootup

rebootl wrote:

Sure, that does the job, wasn't sure if it's possible.
Just wondering, how do you log in / do something ?

Please mark as solved by editing your first post, if it's resolved for you wink
Regards

I use SSH to login... but Xyne is correct if I had to I could go to another terminal and it will work, the only thing un-linked is tty1

I am marking this as solved, although it is kinda ugly, it works.

Offline

Board footer

Powered by FluxBB