You are not logged in.
I've got several linux box install latest archlinux. (dell t640)
I don't use X windows and just setup with text mode and
use the machine remotely with ssh.
After successfully installing and setting up the network,
when using at the console with monitor connected, there is not output at all.
(I have no problem in using remotely)
The boot message shows up correctly and just after hdd check message,
output is gone and no output is shown at all afterwords in monitor.
Boot with live image has no problem.
What can I do in this case? Which file should I look into?
Offline
You want to look at the journal from a boot which demonstrates the problem.
journalctl -b --no-pagerThe -b will give you the journal from the current boot. You can adjust it if you need the journal from an earlier boot. For the previous boot, for example,
journalctl -b -1 --no-pagerYou do need to get it either from a current boot with the problem or from a boot with the problem which shutdown normally or the log won't be preserved.
If you're set up for remote access and that's working, that shouldn't be a problem.
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