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: 0.68
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 »

xxl commented on 2025-06-21 12:06 (UTC)

patching file grub-core/gettext/gettext.c patching file grub-core/commands/sleep.c patching file grub-core/normal/menu.c Hunk #1 succeeded at 616 (offset 2 lines). patching file config.h.in Hunk #1 succeeded at 16 (offset 4 lines). patching file configure.ac Hunk #1 succeeded at 2057 (offset 153 lines). Hunk #2 succeeded at 2343 (offset 166 lines). patching file grub-core/boot/i386/pc/boot.S patching file grub-core/boot/i386/pc/diskboot.S patching file grub-core/kern/main.c Hunk #1 FAILED at 265. Hunk #2 succeeded at 315 (offset 3 lines). 1 out of 2 hunks FAILED -- saving rejects to file grub-core/kern/main.c.rej patching file grub-core/kern/rescue_reader.c patching file grub-core/normal/main.c Hunk #1 succeeded at 408 (offset 1 line). Hunk #2 succeeded at 469 (offset 1 line). patching file grub-core/normal/menu.c Hunk #1 FAILED at 826. Hunk #2 FAILED at 879. Hunk #3 succeeded at 900 (offset 12 lines). 2 out of 3 hunks FAILED -- saving rejects to file grub-core/normal/menu.c.rej patching file util/grub.d/10_linux.in Hunk #2 succeeded at 143 (offset 2 lines).

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