I run an RX 590 and no issues. It’s supposed to run on amdgpu kernel module.
Edit: Can you run this again as there is a typo on the other one. Seems to be missing some info.
inxi -Faz | eos-sendlog
Edit: I see no reason why the live ISO would not be loading with this hardware. I would download the latest ISO and create it on another machine with Windows using etcher.
Flashed the ISO again on my win 10 with balena etcher. it does not boot on my machine. the output of the command you send me is in the thread above. Ive corrected the typo myself
You said you updated the UEFI firmware? That’s why i wanted you to show the output. Not sure why you have this issue. Is your graphics card a RX590? That’s what I’m running on.
Since you have used some ISO image successfully to initially install, that one should still work. Use that image (or another old one) to test if it is booting, to exclude a hardware change/problem.
If no image is booting (while it was previously), the issue is not with the software.
If you can boot to some (any) Live ISO image, then you can troubleshoot from there (provide info/feedback to get suggestions, if you think so).
It makes no sense to me why it doesn’t boot? Did the OP check the settings in UEFI Bios if they updated it because secure boot may get set on as default setting.
IIUC, OP created a USB installer, using the latest EnOS version. I supposed that they originally used an older ISO version (successfully), while the latest was failing (for whatever possible reason).
I/we wait OP to try an older ISO version.
We operate asynchronously so we can only wait for OP feedback .
So I tried the image you send me. It does not boot with the UEFI Default option. The CPU fan spins up for at second and thats it. Nomodeset is really the only thing that at least produces tty. As strange as it sounds. Can someone send me an older version of endavouros. I really think this update is not working on my PC.
Yes I am Downloading it right now. An Interesting discovery I made is the difference between the Xorg logs when I boot into the nomodeset image and install xf86-video-fbdev. This is the only way to start Xserver at the moment on liveusb.
With Fbdev installed: https://0x0.st/HrY0.txt
without it installed https://0x0.st/HrYG.txt
It probably has to do with your motherboard. Its a B450M correct? I remember some issue before where it is not switching on boot from vga or something so it gets no output.
I think you need to try the following kernel parameters to boot on possibly.
iommu=offacpi=off
Edit: Try the previous ISO and let me know as i can give you a link for older ones also. It just would be nice to figure out what kernel parameter you need for that hardware.
Edit2: If the above kernel parameters don’t work try this one
ok so with the parameters given above it boots into xorg. Thats good. Tried it on my live system but it does not boot into xorg. I am guessing I broke some things in Xorg while trying to get to the issue. Is there a Way to factory reset Xorg? and can I hardcode the kernel parameters
yes it does boot. I added all parameters but I will narrow it down to amdgpu.dc=0
and yes It does boot to the installer live iso
I thing the last problem is that I broke Xserver in the process of trying to fix some errors
I’m not following you on this? What do you mean? It doesn’t boot on the installed system?
Edit:
There is no xorg file using amdgpu in /etc/X11/xorg.conf.d/
In /usr/share/X11/xorg.conf.d/ there are two files for AMD related configuration on my system using an RX 590 graphics card.
You need the kernel parameter amdgpu.dc=0 in /etc/default/grub if you installed with grub. and then you have to update grub also in order for it to keep this setting after adding it.
sudo grub-mkconfig -o /boot/grub/grub.cfg
If you installed with systemd boot then it has to be added differently.
There are some other .conf files also in the same folder but these are the only two related to the graphics card and amdgpu which is what it should be using.
Yes I have added the kernel Parameter to grub and it worked. I have also copied the conf files to /etc/X11/xorg.conf.d/ and added the 10-radeon.conf mauallly. However xinit still gives up when I do startx. even after restart. Maybe I have modified something else? there is no log file from XServer. Xinit gives up after line 2 of /etc/xinit/xserverrc
it says /etc/X11/xinit/xserverrc: line 2 /usr/bin/x: success
xinit: giving up
xinit: unable to connect to X server: connection refused
xinit: server error