Guys, help I cant turn on my laptop with Fedora 37

Yesterday I made sudo dnf update in terminal and then mi laptop was turned off because the batery. Today I tried to turn on my laptop and I saw this message:

I made the exit command but the laptop is still loading, what can I do? :c

Typing “exit” continues the attempt to boot and should be used after fixing the problem. To repair the file system you will need to boot from different media such as a live USB drive after capturing the rdsosreport data and using the live system to see what filesystems are present.

What does /run/initramfs/rdsosreport.txt say?

Can I open that with nano /run/initramfs/rdsosreport.txt?

It doesn’t look like nano is available in that rescue environment. You should be able to scroll through the text with less /run/initramfs/rdsosreport.txt though. (Type q to quit.)

Thanks I’ll try to use that soon, I need a new USB drive with Fedora

I have this screen when I see the sosreport.txt, do you know if I should install the entire distro?

Could you please post the result of this command?

lvs -o vg_name,lv_name

and

blkid

And also:

grep GRUB_CMDLINE_LINUX /etc/default/grub
1 Like

Oh, so it is not the dracut emergency shell. I’m afraid the simpler solution is to do a fresh install. Who knows how many other things are broken. I believe that during the installation Fedora may detect your home partition and mount it, so no losing any data. Sorry, I couldn’t help.