You are not logged in.
Pages: 1
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
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
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
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
Thanks for those links, I ended up just disabling the getty@tty1 and that got me close enough to what I wanted.
Offline
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 ![]()
Regards
Last edited by rebootl (2012-12-12 17:46:15)
Personal website: reboot.li
GitHub: github.com/rebootl
Offline
Just wondering, how do you log in / do something ?
He can't. His system is foolproof. ![]()
jk
(real answer: ctrl+alt+F* to use a different terminal)
Last edited by Xyne (2012-12-12 18:04:33)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
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
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
Pages: 1