When I booted my Arch system I booted into grub>, I managed to get out of there by using; set pager=1 set root=(hd0,1) linux /vmlinuz-linux-zen initrd /initramfs-linux-zen.img boot
However it booted into the emergency shell.
So I figured the best way to fix it is to fix grub from a live install (EOS). I mounted my flash drive to /mnt and /mnt/boot, which seems to have worked based on the lsblk output. However I get hit with a
mount: /mnt/proc: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
==> ERROR: failed to setup chroot /mnt
I am newb so I am a bit lost in the dark, so I'd appreciate some help with what I should do (I don't even know how to fix GRUB once I chroot into it). Thx