Search Criteria
Package Details: grub-silent 2.14-2
Package Actions
| 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: | Pulsar33550336 |
| Last Packager: | Pulsar33550336 |
| Votes: | 29 |
| Popularity: | 0.003482 |
| First Submitted: | 2017-11-12 13:41 (UTC) |
| Last Updated: | 2026-07-02 01:39 (UTC) |
Dependencies (18)
- device-mapper
- efibootmgr (efibootmgr-json-gitAUR, efibootmgr-gitAUR)
- fuse2
- gettext (gettext-gitAUR, gettext-gitAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- autogen (make)
- bdf-unifontAUR (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- python (make)
- rsync (rsync-gitAUR) (make)
- texinfo (texinfo-gitAUR) (make)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (make)
- dosfstools (dosfstools-gitAUR) (optional) – For grub-mkrescue FAT FS and EFI support
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR) (optional) – For grub-mkfont usage
- libisoburn (libisoburn-gitAUR) (optional) – Provides xorriso for generating grub rescue iso using grub-mkrescue
- mtools (mtools-svnAUR) (optional) – For grub-mkrescue FAT FS support
- os-prober (os-prober-gitAUR, os-prober-btrfsAUR) (optional) – To detect other OSes when generating grub.cfg in BIOS systems
Required by (269)
- apexisocreatorgui (requires grub)
- apexisocreatorscript (requires grub)
- arch-grub2-theme (requires grub)
- arch-matrix-grub-theme-git (requires grub)
- archiso-git (requires grub) (optional)
- archiso-grub-themes (requires grub)
- archuseriso (requires grub)
- ash-git (requires grub) (optional)
- boo-grub-git (requires grub)
- bootrecov (requires grub)
- bootupd (requires grub)
- bootupd-git (requires grub)
- crossgrub-grub-theme (requires grub)
- cryptboot (requires grub)
- cyberpunk-grub-theme-git (requires grub)
- dedsec-grub2-theme (requires grub)
- distro-grub-themes-arch (requires grub)
- distro-grub-themes-endeavouros (requires grub)
- dracula-grub-theme-git (requires grub)
- endeavouros-galleon-grub (requires grub)
- Show 249 more...
Sources (11)
- 01-intel-ucode.patch
- 02-linux-detect-archlinux-initramfs.patch
- 03-add-GRUB_COLOR_variables.patch
- 04-gettext_quiet.patch
- 05-sleep_shift.patch
- 06-maybe_quiet.patch
- 07-quick_boot.patch
- 08-ld-gold-fix.patch
- git+https://git.savannah.gnu.org/git/grub-extras.git#commit=8a245d5c1800627af4cefa99162a89c7a46d8842
- grub.silent
- https://ftp.gnu.org/gnu/grub/grub-2.14.tar.xz
Latest Comments
1 2 3 4 5 6 .. 12 Next › Last »
twilight0 commented on 2026-06-16 21:04 (UTC)
Fix for i386-pc compile error: "kernel.img is miscompiled: its start address is 0x9074 instead of 0x9000: ld.gold bug?"
Recent GRUB versions check for
--image-basesupport in the linker. On newer toolchains compiling fori386-pc(legacy BIOS), this flag misaligns the kernel layout (offsetting it to0x9074). Reverting the check restores the legacy-Wl,-Ttextlink flag, resolving the start address alignment back to0x9000.To avoid Autotools boot-strap dependency failures during
autoreconf(sinceaclocalwon't import the unused macro butconfigure.acstill checks it), the patch removes both theAX_CHECK_LINK_FLAGblock and the check itself.Save this as
ld-gold-fix.patchand add it tosource=(...)andprepare()withpatch -Np1 -i "${srcdir}/ld-gold-fix.patch":fiskhest commented on 2025-11-05 07:04 (UTC)
That's.. Odd. And by some accounts, not a good/healthy sign. :)
Thanks for the workaround for the time being. And for maintaining. <3
Pulsar33550336 commented on 2025-11-05 06:50 (UTC) (edited on 2025-12-23 00:31 (UTC) by Pulsar33550336)
Interesting... In fact, I used to get 2 different sha256sum of this file. One is
ec0eeac331c238d6d0b32a03d534d16756b674c05d18d484f2617b23cd50a8d3(yours), the other isfb6b37db9b14fd03e4d26775d84b570fbe91d4ea5de3df4e31114d79a2dfa97e(in my last try).As a temporary solution, I will skip the check of this file.
Done in 03c9f5c. Thanks for your help.
UPD(funny * 100%): More intesting, now the sha256sum of mine is
ec0eeac331c238d6d0b32a03d534d16756b674c05d18d484f2617b23cd50a8d3.UPD(funny * 1000%): now the sha256sum of mine is
fb6b37db9b14fd03e4d26775d84b570fbe91d4ea5de3df4e31114d79a2dfa97e.UPD: I extracted 2 different files and compared them, they have no differences in extracted files in fact.
UPD: grub-extras snapshot seem to be boomed. I changed it source to git repo.
fiskhest commented on 2025-11-05 06:39 (UTC) (edited on 2025-11-05 06:40 (UTC) by fiskhest)
After the most recent update on 4/11 the package does not build cleanly for me:
The sha256sum of the grub-extras-*.tar.gz downloaded on my machine:
Pulsar33550336 commented on 2025-09-07 09:19 (UTC) (edited on 2025-11-04 01:13 (UTC) by Pulsar33550336)
UPD: After I bacame maintainer of this package, I applied these changes to PKGBUILD. Now this package can be builded correctly.
After I applied the patch below, the package compiled and worked correctly
I met some compile problems during the installtion:
By creating it and filling it with text below:
I solved it.
rosenclosed commented on 2025-08-20 17:28 (UTC) (edited on 2025-08-20 17:40 (UTC) by rosenclosed)
This package is broken/out of date! First issue: The version number was changed, pulling the 2.12 package instead of 2.06. The patches will not apply to 2.12.
Even when manually editing the PKGBUILD to version 2.06 there is following error during build:
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).
1 2 3 4 5 6 .. 12 Next › Last »