My Linux Mint Cinnamon won’t boot up. It’s getting stuck on this screen and I don’t know what to do to proceed. Before this screen appears it shows the LM logo for a moment.
I’m a total noob and just been using this for a month or two. Did not make any recent changes that I can recall.
Your disks volume can’t boot, so it’s dropping you to a prompt to investigate. You need to run a disk check with ‘fsck’ at a minimum. If you’re not familiar with the CLI , just boot a LiveISO, and check your system disks from a desktop you’re familiar with.
Did your computer lose its bios settings lately? Check to see if it’s set to ahci and not raid if using a single, non-raid disk.
You can try some of the suggestions at https://www.linuxquestions.org/questions/linux-newbie-8/how-can-we-fix-this-no-irq-handler-for-vector-4175692269/, too.
Good luck
Possibly - the laptop battery died and the first thing when turning it on was to set system time in BIOS. But it’s not the first time doing that, just the first time it didn’t boot afterwards.
Check maybe you have run out of space in your boot partition. Maybe you have to remove old kernels.
if you type exit, it should re-enter initramfs with the exact error, probably a disk error. If so, it will tell you to run fsck on a specific disk.
Check this Ask Ubuntu question - https://askubuntu.com/questions/137655/boot-drops-to-a-initramfs-prompts-busybox
This seems to have worked, got my desktop back. I did fsck on something like /dev/sda9 then answered yes to fix a bunch of things. Thanks for your help.
Great to hear that it worked :D It is a very common error condition.