Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
...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