41
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Jul 2026
41 points (91.8% liked)
Linux
66638 readers
405 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
Did the problem begin right after a kernel upgrade? Slim chance, but only thing I can think of is maybe some module your boot process depends on is no longer built-in the kernel and needs to be added to initrd manually. I always have an LTS kernel installed as backup to be able to exclude these kind of fucky issues.
If you don't have an LTS kernel installed, you could try to boot a live usb, chroot into your EndeavourOS installation (don't forget to do a
mount -ainside the chroot environment to mount boot and efi partitions) and install the LTS kernel. If you're able to reboot with an LTS kernel that makes debugging a whole lot easier. Best of luck.(The 'shorter uuids' are probably the vfat boot and efi partitions btw. Maybe you have access to
lsblkorblkidin rescue mode to give some hints? You could compare them to live usb outputs of those commands)If the previous kernel is still available, can you boot that? That should help determine if the kernel is at fault.
Yeah I up upgraded the kernel, finished my song in windows, then Linux go boom.
Tried downgrading to 7.1.4 the previous version no luck, will try lts kernel tomorrow
The specific grub command wasn't listed in the OP, I don't think?
grub-mkconfig -o /boot/grub/grub.cfgThat's Gentoo syntax anyway, and your grub config may live elsewhere, but you should get the idea. It's supposed to find the new kernel.
I've never used an initrd, so I can't comment on that.
I did do that with a new cfg file then diff'd the current and newly generated cfg files and they were identical
Fascinating.
I'd like to recommend rEFInd once you figure this out.
Windows has never been able to squash it.
thanks but since my boot manager already doesn't live on the same drive as windows, it can't squash it anyway hehe