While p6 says Linux, the report showed none of the files it normally shows from a Linux install.
It might first try fsck on nvme0n1p6.
Code:
To see all the ext4 partitions
sudo parted -l
#From liveDVD/Flash so everything is unmounted,swap off if necessary, change example shown with partition sdb1 to your partition(s)
#e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p tries fixes where response not required, Run both commands as they have different parameters.
sudo e2fsck -C0 -p -f -v /dev/nvme0n1p6
# -y auto answers yes for fixes needing response, also see man e2fsck
sudo e2fsck -f -y -v /dev/nvme0n1p6
Post back if any errors.
Then I would see if Boot-Repair correctly sees your install.
And/or use advanced mode to totally reinstall grub and latest kernel.