BUT: I was told I must be a “supervisor” to mount. Am I missing something simple here or is there something more going on? Any advice would be appreciated.
This is not a kernel panic that you describe, so you should better change the topic title to something else.
Your bootloader is trying to find the kernel, which is configured to be on a /boot separate partition.
For some reason, probably some miscofiguration, it cannot find the kernel, so the system (Linux/Archlinux/EnOS) cannot start.
You haven’t explained how did you install your system, and what configuration you have selected during installation (mainly regarding system partitions).
Give more info, so you can get a more specific advice.
PS: Since this is not a kernel panic, the article you have tried to follow cannot help at all in your issue. Just out of curiosity, who told you you must be a supervisor to mount?
Did you, by any chance, accidentally uninstall your lts kernel? What about other kernels? Does your system boot if you select other kernels from the boot menu?
You have to use sudo in order to mount partitions. So if you are trying to arch-chroot? If following google search results a lot of information given makes assumptions on the knowledge of the user.
Yes I worked that out but the process is still not working as planned. You are right these articles often assume a lot of prior knowledge the user may not have.
Now that’s the interesting part. This is the second time this has happened. Last time I simply used the fall back from grub menu. This time around “only” the LTS kernel is present and its not working.
It might be a full re-install is called for. Thankfully I backed up all important files to USB.
As in you checked the directory inside your efi partition and the vmlinuz file is missing? In that case, you should just reinstall the kernel like rick said.
It is an easy enough fix if you learn how to arch chroot. It won’t take more than 10 minutes. We’ll guide you through many. Many people here are quite familiar with the process
Oh, how you somehow didn’t mention that you use zen kernel. The point is that it works. Does your machine start now even with a normal, non-LTS kernel?
I’m familiar with the process for swapping between LTS, Zen, kernel from default. At the time I posted this I was using LTS. I have used Zen in the past. This was just an example for someone else who faced this issue and was relatively new.
The problem for me was understanding how to fix this from the USB, mounting, permissions, etc. I now have documented this and now know exactly what to do, should it happen again.
Again thanks to all who offered their help and suggestions. Much appreciated.