System trying to boot from drive which doesn't have root partition

launch gparted

sudo gparted 

select your disk ( recheck twice ) > then select partition and in click right , select flags
https://www.linux.org/threads/gparted-partition-and-filesystem-flags.11640/

also to remove thes option “nvme_load=YES”
in /etc/default/grub

sudo nano /etc/fstab ( ctrl +X for confirm save )
grub-mkconfig -o /boot/grub/grub.cfg
1 Like

Here ist a command Line and GUI guide:

1 Like

I think the methodology suggested by you seems accurate, and to the point. And most probably this should be the solution.
But, I do not know how can I confirm this.

Thanks for this. :grinning:

I had bookmarked your advice for future considerations as well. I don’t have all these knowledge like you, hence the guidance and tips which I receive here are important to me in order to learn new ideas.

1 Like

Thanks @Stephane for your advice throughout the topic.

I learned many new facts by your detailed advice.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.