did that occur after an installation, or just randomly?
Linux
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
Could be plenty of things. Start with the easy ones.
I suggest first you check whether the keyboard works on a different USB port - particularly one connected directly to the CPU. I'd also try another keyboard or check whether the keyboard itself works - for good measure.
If it's not USB or your keyboard, it's time to plug in a boot stick. Check the drive your bootloader is installed on - SMART status and maybe the partition itself. Maybe your drive or the FS are toast for some reason. If that's the case, try to salvage your data and create a boot partition elsewhere. If not, consider reinstalling your bootloader.
Looks easy enough in your case, since it seems to be systemd-boot? If it is, you basically just need a bootstick with systemd. Then mount the target partition at the right mount point (I think default is /efi
) and run bootctl install
. See also: https://wiki.archlinux.org/title/Systemd-boot
This SHOUDL only put the binary in the right spot and point the BIOS towards it, but maybe copy the config if you're in there already.
If that still does nothing, maybe try resetting the BIOS. If that doesn't work, try flashing the latest version for your motherboard. (Mind that in most cases that resets all your BIOS settings and might cause new trouble. Maybe also download the last version you know worked as fallback.)
How old is the computer? I had that when tried to install any modern distro on a 20 years old PC
Around 1 and a half years.
Hmm open the BIOS boot order and make sure USB UEFI is the first. There can be USB without UEFI too. That should be below. If doesn't work, make it the other way around and try again
It works, thanks.
Please put the solution in the original post