You are not logged in.

#1 2022-01-07 14:43:29

kqpa
Member
Registered: 2022-01-06
Posts: 9

Arch Linux black screen after grub

I have no idea how this happened, I didn’t have this issue last night. I don’t know how to troubleshoot this. Can someone please help me?


Sorry for the dumb question in advance.

Offline

#2 2022-01-07 15:01:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: Arch Linux black screen after grub

This can happen from boot to boot if your graphics device is not ready by the time xorg/your display manager starts https://wiki.archlinux.org/title/Kernel … _KMS_start

IF that isn't it try booting with the systemd.unit=multi-user.target parameter. If you get to a console, post the full output of

sudo journalctl -b-1

assuming your previous boot was a failure: https://wiki.archlinux.org/title/List_o … n_services

Last edited by V1del (2022-01-07 15:06:32)

Offline

#3 2022-01-07 15:02:13

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Arch Linux black screen after grub

What happened last night (not the salacious stuff, I mean about the system - updates?)
If you edit the kernel command line and remove the quiet parameter and add "nomodeset", do you still get a "black screen"?
Do you have more than one output attached? Does the output (monitor) fall asleep or is it "just" black?

We need more details on the condition than "it does not works", also see the stickies in the newbie corner.

Offline

#4 2022-01-07 15:07:52

kqpa
Member
Registered: 2022-01-06
Posts: 9

Re: Arch Linux black screen after grub

seth wrote:

What happened last night (not the salacious stuff, I mean about the system - updates?)
If you edit the kernel command line and remove the quiet parameter and add "nomodeset", do you still get a "black screen"?
Do you have more than one output attached? Does the output (monitor) fall asleep or is it "just" black?

We need more details on the condition than "it does not works", also see the stickies in the newbie corner.

Last night I was trying to get my NVIDIA to work, the screen is is black. Also i dont know how to do the thing you asked.


Sorry for the dumb question in advance.

Offline

#5 2022-01-07 15:10:53

kqpa
Member
Registered: 2022-01-06
Posts: 9

Re: Arch Linux black screen after grub

V1del wrote:

This can happen from boot to boot if your graphics device is not ready by the time xorg/your display manager starts https://wiki.archlinux.org/title/Kernel … _KMS_start

IF that isn't it try booting with the systemd.unit=multi-user.target parameter. If you get to a console, post the full output of

sudo journalctl -b-1

assuming your previous boot was a failure: https://wiki.archlinux.org/title/List_o … n_services

I have a minimal Debian distribution called GParted in my USB that i use for disk management and recovery stuff, it has a terminal. I’m mounted into my root directory but is there any way of running

arch-chroot

but on Debian?


Sorry for the dumb question in advance.

Offline

#6 2022-01-07 15:11:49

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: Arch Linux black screen after grub

Also i dont know how to do the thing you asked.

https://wiki.archlinux.org/title/Kernel_parameters#GRUB

How did you install archlinux and how *exectly* did you try "to get my NVIDIA to work"?
But V1del is right, you're just booting into a failing display server.

Edit: arch-chroot is just a simplification script that sets up some system mounts, https://wiki.archlinux.org/title/Chroot#Using_chroot

Last edited by seth (2022-01-07 15:13:01)

Offline

#7 2022-01-07 15:14:24

kqpa
Member
Registered: 2022-01-06
Posts: 9

Re: Arch Linux black screen after grub

seth wrote:

Also i dont know how to do the thing you asked.

https://wiki.archlinux.org/title/Kernel_parameters#GRUB

How did you install archlinux and how *exectly* did you try "to get my NVIDIA to work"?
But V1del is right, you're just booting into a failing display server.

Edit: arch-chroot is just a simplification script that sets up some system mounts, https://wiki.archlinux.org/title/Chroot#Using_chroot

I was following the article in the Arch wiki for NVIDIA, and i changed some configuration files. I remember which ones and i can revert them if i just manage to get into root.


Sorry for the dumb question in advance.

Offline

#8 2022-01-07 15:20:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: Arch Linux black screen after grub

Please don't double post and fullquote if it's not necessary.

Afaik debian technically packages the arch-install-scripts but to just adjust some files you can literally just mount the partition and fix stuff. In most cases people adjust "some xorg files" for all the wrong reasons and with an insufficient understanding of how xorg config files work and they should just test the default setup instead

Last edited by V1del (2022-01-07 15:21:35)

Offline

Board footer

Powered by FluxBB