OK, let’s try doing it manually:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
And then it needs to update the configuration:
grub-mkconfig -o /boot/grub/grub.cfg
OK, let’s try doing it manually:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
And then it needs to update the configuration:
grub-mkconfig -o /boot/grub/grub.cfg
lsblk -o [list]
→ Substitute [list] for mountpoint
; like this:
lsblk -o mountpoint
[list] could also be substituted for device
, fs_type
, label
, or UUID
, for example, but in this case we need mountpoint
.
But, this is no longer needed.
[manjaro /]# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
Installing for x86_64-efi platform.
Installation finished. No error reported.
[manjaro /]# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
ERROR: mkdir /var/lock/dmraid
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
looks good, try a reboot and see?
Success! I now have my system back. Booted perfectly.
Thank you all for your expertise and taking the time to help me out. This is why I like Manjaro.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.