You are not logged in.

#1 2020-06-14 07:53:14

hanstech
Member
Registered: 2017-01-15
Posts: 16

Blank screen after update

I updated my system yesterday night (I update my system every week once minimum). Today morning when I started my system, I got a blank screen.  There is no login prompt (I do not have a desktop manager).  I usually login to console and then run startx command to launch openbox based window manager.

Once I select Arch Linux from boot menu, I get a blank screen.

Any help please ?

Last edited by hanstech (2020-06-14 07:54:05)

Offline

#2 2020-06-14 08:04:05

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Blank screen after update

Details of your hardware, specifically video card/driver. Pacman log from the update, and journal from the failed boot. You can grab those from the chroot.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-06-14 09:06:19

nourathar
Member
From: Bxl
Registered: 2013-04-26
Posts: 112

Re: Blank screen after update

could be related to this: https://bbs.archlinux.org/viewtopic.php?id=256525
So reverting linux and intel-ucode might be a temporary workaround.

But it may actually be due to this: https://bbs.archlinux.org/viewtopic.php?id=256273&p=2
It seems that starting from kernel 5.7.2, initramfs paths have to use backslashes instead of forwardslashes, so if you are using efistub or rEFInd and if you configured it with forward slashes you may encounter problems.

Last edited by nourathar (2020-06-14 11:50:21)

Offline

#4 2020-06-15 17:06:56

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

Hi,

I think it might be due to the issue reported in the link in the reply.

I configured my system 3 years ago and everything was working fine till last week.  I know that I configured my boot using systemd-boot (I had an original windows installation in the laptop, and I am using the same boot device).   I am not able to find the command efi* in my machine.   I chrooted to the non-working installation.  Pacman log says  that I am updating to kernel 5.7.2-arch1-1.  There is no error message in pacman log.

My VGA controller is Intel Skylake GT2


How can I view what boot utility I am using (efistub or whatever).

In my windows boot partition (efi), I have EFI directory and initramfs, intel-code, vmlinuz and loader directory.

Under loader/entries, I have arch.conf containing following entries

title ArchLinux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=PARTUUID=SOMEID rw


I tried changing / with \ and completely removing /. In both settings, it did not work out.
Any help please ?

Last edited by hanstech (2020-06-15 17:39:12)

Offline

#5 2020-06-16 08:34:30

nourathar
Member
From: Bxl
Registered: 2013-04-26
Posts: 112

Re: Blank screen after update

As far as I know - which is perhaps not very far - the EFI problems reported did not apply to installations using systemd-boot, but I may be wrong there...
Have you looked at the active topics on the Wiki ? There are a few other people reporting blank screens after updating to the new kernel but for other reasons..

Offline

#6 2020-06-16 08:39:36

pk.gmp
Member
Registered: 2020-06-15
Posts: 44

Re: Blank screen after update

5.7.2 and i915 aren't working well based on recent bug reports.
Please install linux-lts and try to boot into that kernel, if you can. It should in theory solve your immediate issue.

If you unable to proceed to even install lts.. try booting from live USB or so if you have handy... "arch-chroot" into your current installation and then install lts kernel.

Last edited by pk.gmp (2020-06-16 08:41:51)

Offline

#7 2020-06-16 12:57:53

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

I booted using live USB and chrooted to my arch installation and installed linux-its

I also added a new boot entry for lts.  Tried to boot to lts, but same issue.  I got just blank screen.

Xorg.log. says,

LoadModule: "fbdev"
wanting, couldn't open module fbdev
unload module fbdev
...........

LoadModule "vesa"
couldn't open module vesa
Unload module vesa

modesetting: Driver for Modesetting Kernel Drivers: kms
open /dev/dri/card0: No such file or directory
......

Fatal server error:
no screens found.

Last edited by hanstech (2020-06-16 12:58:11)

Offline

#8 2020-06-16 13:00:19

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: Blank screen after update

Please post the actual contents of Xorg.log.  See the tip box pastebin.  Please also post the output of dmesg.

Offline

#9 2020-06-16 13:13:37

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

Thanks,

Here is the contents of Xorg.0.log

Contents of Xorg.0.log

http://ix.io/2pkv

Offline

#10 2020-06-16 13:18:53

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: Blank screen after update

[    10.623] Current Operating System: Linux sham-lap 4.12.8-2-ARCH #1 SMP PREEMPT Fri Aug 18 14:08:02 UTC 2017 x86_64

Is that the most recent Xorg.log?  Did you check both ~/.local/share/xorg/ and /var/log ?
The two links are to the same address,  if the second one was meant to the dmesg output.

Offline

#11 2020-06-16 13:31:04

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

That one is /var/log/Xorg.0.log


~/.local/share/xorg Xorg.0.log is in the location

Xor.0.log

Last edited by hanstech (2020-06-16 13:31:24)

Offline

#12 2020-06-16 13:41:20

loqs
Member
Registered: 2014-03-06
Posts: 19,062

Re: Blank screen after update

[    13.942] Current Operating System: Linux sham-lap 5.6.15-arch1-1 #1 SMP PREEMPT Wed, 27 May 2020 23:42:26 +0000 x86_64

That is not using linux-lts either.  I can not tell if you booted linux-lts or are still booting linux as you did not post the output of dmesg.

Offline

#13 2020-06-16 14:03:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,791

Re: Blank screen after update

I don't think this is an X11 problem and he's likely not attempting to start Xorg on the failing boots:

There is no login prompt (I do not have a desktop manager).  I usually login to console and then run startx command to launch openbox based window manager.

Once I select Arch Linux from boot menu, I get a blank screen.

=> Edit the kernel parameters in the boot manager, remove "quiet" and add "nomodeset" and any number of those: https://wiki.archlinux.org/index.php/Ge … bug_output
See whether you get some output.

If not you'll likely have to boot the iso, chroot into the installed system and dump the journal of an older boot "journalctl -b -1" for the last one.

Offline

#14 2020-06-16 14:37:00

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

dmesg entries can be seen here

http://ix.io/2pkW


Also, how do I make sure that I boot to LTS ?  I installed LTS kernel and added a new conf under loader/entries directory. What else I should do ?
Thanks

Last edited by hanstech (2020-06-16 14:53:26)

Offline

#15 2020-06-16 14:52:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,791

Re: Blank screen after update

[    9.818434] systemd[1]: Set hostname to <archiso>.

That's from the intallation iso. Meaningless.

Offline

#16 2020-06-16 14:55:49

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

complete dmesg is here

http://ix.io/2pl1

Last edited by hanstech (2020-06-16 14:57:03)

Offline

#17 2020-06-16 15:02:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,791

Re: Blank screen after update

[    9.818434] systemd[1]: Set hostname to <archiso>.

Still meaningless.

Offline

#18 2020-06-16 15:05:51

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

Ok,

can you tell me how can I boot into LTS. I already install lts and added entries under entries directory.  I am using systemd-boot

Offline

#19 2020-06-16 15:07:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,791

Offline

#20 2020-06-16 15:12:40

hanstech
Member
Registered: 2017-01-15
Posts: 16

Re: Blank screen after update

http://ix.io/2pl3

Ok, this might help you to help me ?  I rebooted to get this new dmesg

Offline

#21 2020-06-16 15:15:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,791

Re: Blank screen after update

No. Still dmesg for the iso boot.

seth wrote:

If not you'll likely have to boot the iso, chroot into the installed system and dump the journal of an older boot "journalctl -b -1" for the last one.

Offline

Board footer

Powered by FluxBB