It seems that I’m still experiencing that mount point issue.
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
mount: /mnt/boot/efi: mount point does not exist.
It seems that I’m still experiencing that mount point issue.
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
mount: /mnt/boot/efi: mount point does not exist.
Did you do it in the order listed above?
Yes, I did this first
sudo mount /dev/nvme0n1p5 /mnt
Then this
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
mount: /mnt/boot/efi: mount point does not exist.
Uh oh…
ls -laR /mnt/boot
ls -laR /mnt/boot
ls: cannot access '/mnt/boot': No such file or directory
Did you hose your entire boot directory somehow?
Did you at any point used to have a separate boot partition?
If you’re referring to dual-booting into Windows, then yes.
No, I mean during Manjaro’s installation.
Your root partition should either contain the working boot directory, or if it does not, it’s because you’re using a separate boot partition. But there’s no hint about having a separate boot partition right now. Unless you deleted it when working with GNOME partition editor to resize and move partitions around?
I don’t believe so. It might have only been on the root partition. As for the resizing, I moved unallocated space to the right of my root partition so that way I could extend my root partition into it.
ls -l /mnt
ls -l /mnt
total 16
drwx------ 2 root root 16384 May 24 17:51 lost+found
WHAT DID YOU DO? ![]()
That’s an empty ext4 filesystem!
uhhhhh honestly, I have no idea, other than doing that resizing and trying to follow along with the grub reinstall tutorial lmao
I seriously think you formatted a new ext4 filesystem during your resizing adventures.
Here, check this out:
sudo dumpe2fs /dev/nvme0n1p5 | grep created
sudo dumpe2fs /dev/nvme0n1p5 | grep created
dumpe2fs 1.46.4 (18-Aug-2021)
Filesystem created: Tue May 24 17:51:37 2022
Whoops. I don’t remember doing that ![]()
So according to dumpe2fs, this ext4 filesystem was created 4 days ago.
Did you install Manjaro 4 days ago?
I did not. I’ve had this dual-booting alongside Windows for a good couple of months now ![]()
You reformatted your root ext4 filesystem.
I hope you didn’t have important data on it.
and can you access the files on the partition on your drive from the live usb?
There are no files to access. @Cyb3r formatted a new ext4 filesystem 4 days ago (by accident). Everything is gone.