Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] grub-probe error (Read 2167 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] grub-probe error

Hi all,

I installed Artix base with runit along W10. I installed os-prober and ntfs-3g. When i do grub-mkconfig i get this error:

grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your divece.map.

The strange thing is that i tried to install in sda were it is supposed to find W10 efi partition. Can someone help me? Thanks in advance.

Re: grub-probe error

Reply #1
The strange thing is that i tried to install in sda were it is supposed to find W10 efi partition. Can someone help me? Thanks in advance.

W10 use to have secure boot enabled. as a demand to boot.

We, do not support secure booting.

So my guess is that you must disable secure boot at your BIOS settings, in order to boot.

Re: grub-probe error

Reply #2
Hi, thanks for the answer linuxer. Yes i have secure boot disabled already, as well as fast boot.

Re: grub-probe error

Reply #3
Hi, thanks for the answer linuxer. Yes i have secure boot disabled already, as well as fast boot.
Hi,

Did you properly set the mount points at /etc/fstab/ during installation?

Re: grub-probe error

Reply #4
Yes i set the mount points correctly. I followed the proccedure as suggested in the installation guide.  I cheked if everything was correct after generating the partition table and i found that the mount points where set correctly. I am thinking to chroot from live usb and try again, ¿what do you suggest?

Re: grub-probe error

Reply #5
Well, this is the way I would go, in order to fix things such as possible incorrect UUIDs, for sure.

Re: grub-probe error

Reply #6
Ok, i will try and then tell you what happened. Thanks!

Re: grub-probe error

Reply #7
when you get error
Code: [Select]
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your divece.map
did grub-config work, except for the error?
The  /dev/sdb1 device does not point to a usb device by chance?

Re: grub-probe error

Reply #8
Yes indeed it pointed to the usb were the the live Artix iso was installed. The grub-config worked except that it didn't find window EFI partition.

Re: grub-probe error

Reply #9
What is the output if you run sudo os-prober manually?

 

Re: grub-probe error

Reply #10
Hi Artist,

The output is:

WARNING: Failed to connect to lvmetad. Falling back to device scanning.
/dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

Now its working. At the begining while installation there was no output at all. I tell you this so you may take this issue into account.

I solved finally the issue, maybe not in a so elegant form like doing chroot, but installing grub-customizer. That solved the issue and now i have w10 in my grub. So i think this post can be considered as solved.

I want to thank  you all for your interest and trying to help me to solve the issue. Regards.