You are not logged in.
That's not a thing.
mount | grep boot
mount /dev/sda1 /boot
ls -R /boot
umount /boot
ls -R /bootYou're either booting from the root partition or writing the grub config to the root partition or not using grub itfp.
Grub cannot "not" read /boot/grub/grub.cfg - that's not a thing.
Offline
That's not a thing.
mount | grep boot mount /dev/sda1 /boot ls -R /boot umount /boot ls -R /bootYou're either booting from the root partition or writing the grub config to the root partition or not using grub itfp.
Grub cannot "not" read /boot/grub/grub.cfg - that's not a thing.
Got it. Thanks!
Offline