[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: grub efi does not find windows





Le 29.01.2014 12:09, Klaus a écrit :
On 29/01/14 08:29, berenger.morel@neutralite.org wrote:

Is os-prober installed?

It is, but does not seems to be able to detect windows. And since this
tool does have no manpage, I have no idea about how to have any
information about why.


dpkg -L os-prober shows a file  /usr/share/doc/os-prober/README

There it says you can run os-prober on the command line to see what
it finds, in my case (single boot) it yields
$ sudo os-prober
/dev/sda3:Debian GNU/Linux (7.0):Debian:linux


When I run os-prober from command line on this computer, I have this:
# os-prober
#

Even linux does not appear there. I already tried this thing :) ( but still a good idea from you to check )

Also, in /etc/default/grub you can set the variable
GRUB_DISABLE_OS_PROBER. If this was set to TRUE, no os-probing will
be done while working with update-grub.

--
Klaus

I have no mention of GRUB_DISABLE_OS_PROBER in /etc/default/grub, and the only place where such text appear in my whole /etc is in /etc/grub.d/30_os-prober line 43:

 43 if [ "x${GRUB_DISABLE_OS_PROBER}" = "xtrue" ]; then
 44   exit 0
 45 fi


Reply to: