Package Details: grub-silent 2.06-6

Git Clone URL: https://aur.archlinux.org/grub-silent.git (read-only, click to copy)
Package Base: grub-silent
Description: GNU GRand Unified Bootloader (2) [without welcome and kernel messages]
Upstream URL: https://www.gnu.org/software/grub/
Keywords: boot booting grub hide loading message silent
Licenses: GPL3
Conflicts: grub, grub-bios, grub-common, grub-efi-x86_64, grub-emu, grub-git, grub-legacy
Provides: grub, grub-bios, grub-common, grub-efi-x86_64, grub-emu
Submitter: ozgursarier
Maintainer: Justin7657
Last Packager: Justin7657
Votes: 28
Popularity: 1.11
First Submitted: 2017-11-12 13:41 (UTC)
Last Updated: 2025-05-09 22:00 (UTC)

Dependencies (17)

Required by (316)

Sources (10)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

sin3point14 commented on 2025-05-22 12:26 (UTC)

Checksum for the grub package is not matching:

[sin3point14@lolikawa ~]$ yay -S grub-silent
AUR Explicit (1): grub-silent-2.06-6
AUR Make Dependency (1): bdf-unifont-16.0.03-1
:: PKGBUILD up to date, skipping download: grub-silent
:: PKGBUILD up to date, skipping download: bdf-unifont
  2 grub-silent                              (Build Files Exist)
  1 bdf-unifont                              (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
  2 grub-silent                              (Build Files Exist)
  1 bdf-unifont                              (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
==> Making package: grub-silent 2.12-6 (Thu 22 May 2025 05:45:04 PM IST)
==> Retrieving sources...
  -> Found grub-2.12.tar.xz
  -> Found grub-extras-8a245d5c1800627af4cefa99162a89c7a46d8842.tar.gz
  -> Found 01-intel-ucode.patch
  -> Found 02-linux-detect-archlinux-initramfs.patch
  -> Found 03-add-GRUB_COLOR_variables.patch
  -> Found 04-gettext_quiet.patch
  -> Found 05-sleep_shift.patch
  -> Found 06-maybe_quiet.patch
  -> Found 07-quick_boot.patch
  -> Found grub.silent
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    grub-2.12.tar.xz ... FAILED
    grub-extras-8a245d5c1800627af4cefa99162a89c7a46d8842.tar.gz ... Passed
    01-intel-ucode.patch ... Passed
    02-linux-detect-archlinux-initramfs.patch ... Passed
    03-add-GRUB_COLOR_variables.patch ... Passed
    04-gettext_quiet.patch ... Passed
    05-sleep_shift.patch ... Passed
    06-maybe_quiet.patch ... Passed
    07-quick_boot.patch ... Passed
    grub.silent ... Passed
==> ERROR: One or more files did not pass the validity check!

tobil4sk commented on 2024-12-27 11:04 (UTC)

Came across this post a while ago about keeping grub quiet - may be a better solution than patching

The patch works on Debian because it applies maybe_quiet.patch to grub:

https://salsa.debian.org/grub-team/grub/-/blob/master/debian/patches/maybe-quiet.patch?ref_type=heads

It would not work with grub in the default Arch package, which does not apply the patch.

envolution commented on 2024-11-29 19:50 (UTC) (edited on 2024-11-29 19:51 (UTC) by envolution)

Came across this post a while ago about keeping grub quiet - may be a better solution than patching - I don't really use grub so not keen on testing

‘sudo sed -i -e 's/quiet_boot="0"/quiet_boot="1"/' -e 's/vt_handoff="0"/vt_handoff="1"/' /etc/grub.d/10_linux && sudo update-grub’ 

source: https://www.reddit.com/r/debian/comments/1c7yo49/making_grub_silent/

drlorente97 commented on 2023-10-18 19:38 (UTC) (edited on 2023-10-18 19:39 (UTC) by drlorente97)

@xiota I just removed replaces from PKGBUILD

@rensenware As soon as a new grub version is released I will start working on the patches

rensenware commented on 2023-07-30 14:54 (UTC)

Just a question - I'm not sure who's in charge of these patches. Are there any plans to develop these patches for the new 2.12 release of grub? Thank you.

niobium93 commented on 2023-06-28 13:50 (UTC)

@drlorente97 Yeah, but it also includes it /twice/ in the regular initrd.

drlorente97 commented on 2023-06-28 13:06 (UTC)

@niobium93 intel-ucode is included in fallback initrd image too, that's OK. Nothing to worry about

niobium93 commented on 2023-06-28 08:12 (UTC)

It seems intel-ucode is included twice for me.

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux-zen
Found initrd image(s) in /boot: intel-ucode.img  intel-ucode.img amd-ucode.img initramfs-linux-zen.img
Found fallback initrd image(s) in /boot: intel-ucode.img initramfs-linux-zen-fallback.img
fgrep: warning: fgrep is obsolescent; using grep -F
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done

drlorente97 commented on 2023-01-22 17:18 (UTC)

Hi, it has been a while! grub-silent is a patched, non-precompiled version of the grub (GRand Unified Bootloader). grub-silent package performs the boot process up to loading the kernel and initrd quickly and without debug messages or screen flickering. Since it is installed in the same location on the filesystem as grub and their binaries share names it has to replace it. No package should replace any other package's files, see PKGBUILD on ArchWiki