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: drlorente97
Last Packager: drlorente97
Votes: 26
Popularity: 0.001088
First Submitted: 2017-11-12 13:41 (UTC)
Last Updated: 2023-10-18 19:34 (UTC)

Dependencies (17)

Required by (313)

Sources (10)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »

FrogTheFrog commented on 2018-08-29 22:29 (UTC)

Getting "Realocation 0x4..." errors with latest grub source. This patch (https://aur.archlinux.org/cgit/aur.git/tree/0010-relocation.patch?h=grub-luks-keyfile) seems to fix it.

ozgursarier commented on 2018-06-13 20:39 (UTC)

@Terence: I've already applied official GCC 8 patch for that error. Please try to rebuild again, and inform me.

Terence commented on 2018-06-13 12:28 (UTC) (edited on 2018-06-13 12:28 (UTC) by Terence)

I'm getting

In file included from efiemu/runtime/efiemu.c:33: ../include/grub/efiemu/runtime.h:36:1: error: alignment 1 of ‘struct >efi_variable’ is less than 8 [-Werror=packed-not-aligned] } GRUB_PACKED; ^ cc1: all warnings being treated as errors

ozgursarier commented on 2018-06-13 12:03 (UTC)

@Jiaan: It builds now, without grub-mkfont support. Try again :)

Jiaan commented on 2018-06-13 03:30 (UTC) (edited on 2018-06-13 03:41 (UTC) by Jiaan)

Unable to compile, with following error:

checking for freetype-config... no

configure: error: grub-mkfont was explicitly requested but can't be compiled (need freetype2 library)

==> ERROR: A failure occurred in build().

Aborting...

==> ERROR: Makepkg was unable to build grub-silent.

I'm sure I have freetype2 on my system.

BugSecurity commented on 2018-03-02 21:21 (UTC)

add vt.global_cursor_default=0 to grub line to hide the cursor on boot

newbit commented on 2018-01-01 11:47 (UTC) (edited on 2018-01-01 15:23 (UTC) by newbit)

All I was missing is the "GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT" line. Now it all works like a charm, thanks! :-) You got my vote!

EDIT: If you set GRUB_TIMEOUT=0 and GRUB_HIDDEN_TIMEOUT=1 (or any value >0), set GRUB_RECORDFAIL_TIMEOUT=$GRUB_HIDDEN_TIMEOUT instead of GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT! Otherwise pressing Esc on boot to show grub menu wont work.

ozgursarier commented on 2018-01-01 06:21 (UTC) (edited on 2018-01-12 08:18 (UTC) by ozgursarier)

After the installation, it is required to reinstall GRUB to necessary partition first.

Then, take an example as "/etc/default/grub.silent", and make necessary changes to "/etc/default/grub".

Below three lines are necessary :

GRUB_DEFAULT=0

GRUB_TIMEOUT=0

GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT

Lastly, regenerate grub.cfg file. If you wish, give me a vote :D ..DONE..