Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
Learn More
The Most Powerful Software Platform for EHSQ and ESG Management
Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.
Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
Shell ScriptLoader is a framework for shell scripts that provides functions that can be used to load, include or call module shell scripts. It supports most shells including Bash, Zsh, Ksh, and other shells based on sh. A compiler can also be used. Please check the website for detailed info.
GRUB 2 works with EFI but there are no menuentries built, os-prober-efi/30_os_prober_efi will fix this.
os-prober-efi ist for analyzing/printing the EFI environment. Use os-prober-efi -h for more informations!
30_os_prober_efi ist the grub-mkconfig script (update-grub) and generates for each entry (*.efi) found in /boot/efi/EFI/... a menuentry.
You can disable them in "/etc/default/grub".
NOTE: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi is the regular EFI-Loader for Windows!
Possible Variables (optional) - they need export and must be stored in "/etc/default/grub":
export GRUB_DISABLE_OS_PROBER_EFI=true
-- Disable the script 30_os_prober_efi
export GRUB_DISABLE_EFI_directory_loader=true
-- Disable directory and/or loader (first found=disabled)
Example for disable the loader /EFI/Microsoft/Boot/bootmgr.efi:
export GRUB_DISABLE_EFI_MICROSOFT_BOOT_BOOTMGR.EFI=true
Example for disable the complete folder boot/efi/EFI/grub:
export GRUB_DISABLE_EFI_GRUB=true