Grub update in the testing repo

I’m sure there will be issues because users don’t pay any attention to the output in pacman when updating.

After the grub package is upgraded the new grub package has to be installed and the grub update command run.

sudo grub-install
sudo grub-mkconfig -o /boot/grub/grub.cfg

Edit: I updated it already from the testing repo and ran the commands. No issues!

[ricklinux@rick-ms7c37 ~]$ pacman -Qi grub
Name            : grub
Version         : 2:2.12rc1-2
Description     : GNU GRand Unified Bootloader (2)
Architecture    : x86_64
URL             : https://www.gnu.org/software/grub/
Licenses        : GPL3
Groups          : None
Provides        : grub-common  grub-bios  grub-emu  grub-efi-x86_64
Depends On      : sh  xz  gettext  device-mapper
Optional Deps   : freetype2: For grub-mkfont usage [installed]
                  fuse3: For grub-mount usage [installed]
                  dosfstools: For grub-mkrescue FAT FS and EFI support [installed]
                  lzop: For grub-mkrescue LZO support
                  efibootmgr: For grub-install EFI support [installed]
                  libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue
                  os-prober: To detect other OSes when generating grub.cfg in BIOS systems [installed]
                  mtools: For grub-mkrescue FAT FS support [installed]
Required By     : None
Optional For    : None
Conflicts With  : grub-common  grub-bios  grub-emu  grub-efi-x86_64  grub-legacy
Replaces        : grub-common  grub-bios  grub-emu  grub-efi-x86_64
Installed Size  : 33.42 MiB
Packager        : Tobias Powalowski <tpowa@archlinux.org>
Build Date      : Tue 03 Oct 2023 04:08:12 PM
Install Date    : Tue 03 Oct 2023 11:34:15 PM
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature
5 Likes