here is the tweak:

in  /usr/bib/linux-boot-prober

changed:

#!/bin/sh
. /usr/share/os-prober/common.sh

set -e

newns 
require_tmpdir


to:

#!/bin/sh
. /usr/share/os-prober/common.sh

set -e

! newns "$@"
require_tmpdir


then run : sudo grub-mkconfig

-- 
OS prober assigning wrong values
https://bugs.launchpad.net/bugs/385500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to