grub-mkconfig - pick local defaults from /etc/default/grub.local

2019-07-15 Thread Amish
Hello, Now-a-days many softwares have 3 levels of configuration. 1) Software's own default configuration 2) Vendor / Distribution specific configuration 3) Administrator's own configuration (mostly called as local configuration) grub-mkconfig: 1) has own defaults 2) which can be overridden by

GRUB bug with UEFI mode on HP 250 G6 Notebook

2019-07-15 Thread Artyom Pozharov
Hello, GRUB2 Developers. I noticed the critical error with GRUB-installer package. Please, take attention to it. I can't install GNU/Linux distributions in UEFI, because this error appears. There are no problems with BIOS-compability mode. Thanks in advance! https://bugs.launchpad.net/ubuntu/+sourc

Re: [PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-15 Thread Colin Watson
On Mon, Jul 15, 2019 at 09:28:31AM +, Michael Chang wrote: > This patch adds support to disable os-prober debug output while running > grub-mkconfig through GRUB_OS_PROBER_DISABLE_DEBUG=true in simple > configuration interface. The os-prober needs to support the > OS_PROBER_DISABLE_DEBUG enviro

[PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-15 Thread Michael Chang
This patch adds support to disable os-prober debug output while running grub-mkconfig through GRUB_OS_PROBER_DISABLE_DEBUG=true in simple configuration interface. The os-prober needs to support the OS_PROBER_DISABLE_DEBUG environment variable, which was introduced by 1.72 release. Signed-off-by: M