How to Install and Uninstall grub-efi-ia32 Package on Kali Linux

Last updated: May 17,2024

1. Install "grub-efi-ia32" package

Please follow the steps below to install grub-efi-ia32 on Kali Linux

$ sudo apt update $ sudo apt install grub-efi-ia32

2. Uninstall "grub-efi-ia32" package

This guide covers the steps necessary to uninstall grub-efi-ia32 on Kali Linux:

$ sudo apt remove grub-efi-ia32 $ sudo apt autoclean && sudo apt autoremove

3. Information about the grub-efi-ia32 package on Kali Linux

Package: grub-efi-ia32
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 184
Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1+kali1), grub2-common (= 2.12-1+kali1), grub-efi-ia32-bin (= 2.12-1+kali1), ucf
Conflicts: elilo, grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-ieee1275, grub-legacy, grub-pc, grub-xen
Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi, grub-efi-amd64, grub-ieee1275, grub-legacy, grub-pc, grub2 (<< 2.12-1+kali1)
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/grub/
Priority: optional
Section: admin
Filename: pool/main/g/grub2/grub-efi-ia32_2.12-1+kali1_amd64.deb
Size: 45920
SHA256: 7e916e0c7dab8e4e4585af6321307b1bc1ee9296f133aae6c7b9da6f08bf16bf
SHA1: 77b5b5b2604aa2479ea336d337ab80695e8b02cc
MD5sum: eceec7428466513464827fc1d3c37aef
Description: GRand Unified Bootloader, version 2 (EFI-IA32 version)
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
cleaner design than its predecessors, and provides the following new features:
.
- Scripting in grub.cfg using BASH-like syntax.
- Support for modern partition maps such as GPT.
- Modular generation of grub.cfg via update-grub. Packages providing GRUB
add-ons can plug in their own script rules and trigger updates by invoking
update-grub.
.
This is a dependency package for a version of GRUB that has been built for
use with the EFI-IA32 architecture, as used by Intel Macs (unless a BIOS
interface has been activated). Installing this package indicates that this
version of GRUB should be the active boot loader.
Description-md5:
Original-Maintainer: GRUB Maintainers