updated fedora 27 kernel?(that menu at the beginning of the boot up) to 4.16 and now it freezes on boot.
so as the title says, when i try to run the latest kernel it freezes and wont boot up. any way to delete it and re download it or something like that? thanks :)
EDIT: ended up unistalling nvidia drivers, rebooted and it seems o work fine, aside from the screen tearing...
I would recommend you to increase the number of kernels that the system keeps so that you always have enough kernels that properly boot if newer ones are also failing (the default is usually 3). In the
/etc/dnf/dnf.conf
file, setinstallonly_limit=6
(or so).Then, install the latest kernel from testing-updates repository and see if this solves the problem. (Command:
sudo dnf --refresh --enablerepo=updates-testing update kernel*
).If not, I'd report a bug against component kernelYou problem may be related to https://ask.fedoraproject.org/en/ques... and https://ask.fedoraproject.org/en/ques... or https://ask.fedoraproject.org/en/ques...
What's your video adapter? Do you know how to read logs of a previous, failed boot process? (boot the failing kernel, boot a working kernel, then use
journalctl -k -b -1
to find the error messages).did the nano on the dnf.conf and installed the latest kernel 4.16.something.4 i think. same error,sutck on Startint switch root. 1 weird thing is that i can go into the terminal, when pressing the alt F keys, logged in with no problems, did the journalctl and saw no notible errors.
as far as gpu goes, i have nvidia gforce 1050 with the nvidia proprietary drivers installed.
PS: after reading the links, it DOES look like the problem is with the nvidia proprietary drivers. my problem is that if i dont have them i get screen tearing everywhere and 30 fps while playing linux steam games...
I'm having a similar problem but while I have an Nvidia card I'm using Nouveau video drivers.
For me -the system seems to boot all the way into the desktop EXCEPT the desktop is black. The cursor is visible (and active) but the desktop icons/menus aren't visible and the short-cut keys don't activate them.