I can open Manjaro into TTY2 and troubleshoot from there but no luck so far. I’ve updated grub, pacman mirrors, system updates, xrandr and xorg come back with no displays found.
That message itself, just means your NVMe drive is A-OK, I also get it, so there’s nothing to worry about.
Nevertheless, you saying it doesn’t move past the message, means something’s amiss. We just need to find out what, which means inspecting logs. The best way would be from a chroot environment.
So now I’ve got to ask, so you know how to enter the chroot environment?
Do you have a relatively new USB thumb drive handy?
Yea the system won’t proceed past this message, I can access the system in tty but that’s it. I’m also booted off a live USB at the moment and can run in chroot, where exactly should I go from here?
returns with some errors. I wish I could copy paste my terminal output but i don’t know how to do that on the forum from tty. Sorry for the image quality.
Nope, it has an integrated Intel GPU. I use the video-linux drivers. I’ve installed and reinstalled the graphics drivers many times using mhwd to no success.
I’ve tried multiple kernels with no solution. I’m running linux515 now. Updating via sudo pacman -Syu returns with no change and as for Wayland or X11 I’m not sure, since xrandr and Xorg come back with outputs.
Tried Xorg but was met with the Fatal server error: (EE) no screens found(EE)
why do you have there a vesa conf, and also a nvidia conf since you dont have any nvidia?
post output also from: mhwd -l && mhwd -li cat /etc/X11/xorg.conf.d/99-calibration.conf cat /etc/X11/xorg.conf
you have installed all the available drivers, which you should not have… remove them all: sudo mhwd -r pci video-vesa sudo mhwd -r pci video-modesetting
remove the configs: sudo rm /etc/X11/mhwd.d/vesa.conf sudo rm /etc/X11/mhwd.d/nvidia.conf
remove also the xorg.cong (or rename it): sudo rm /etc/X11/xorg.conf
reboot
Allrighty, tried reinstalling video-modesetting, still nothing.
¯_(ツ)_/¯
Also i made sure those conf files were erased, but when I went to remove them they were already nonexistent. However there was a xorg.conf.d file with some configs for the touchpad