which worked the problem is after restarting my computer I get an error:
error: file `/wrong` not found.
Press any key to continue...
in the GRUB menu I am given two options one called Manjaro Linux (Kernel: wrong) and another called Manjaro Linux (Kernel: directory) which gives the same error
Thanks for your reply, this is the output of manjaro-chroot -a and the fstab file in question. I am new to this and do I do not know what to look for if you could point out an issue or point me to a resource I could use to try to fix it myself I would really appreciated it, as for what you mean by āmounting failingā could you clarify?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=3077-D02F /boot/efi vfat umask=0077 0 2
UUID=304ed894-b2cb-454b-ba43-bfffb9ad218f / ext4 defaults,noatime 0 1
UUID=c4d0b91b-c5fc-4741-8a32-eafad561e4de swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
/dev/sda1 /hdd ext4 defaults 0 0
If yes, boot a live ISO, boot with manjaro-chroot into the system and disable all of the snap mount units in /etc/systemd/system/multi-user.target.wants/.
I tried disabling mount points and after restarting all I got was a blinking cursor after re enabling them that was still all I got, I cannot remember if I set it up but would an application like timeshift help in this situation?