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

Dependencies (17)

Required by (317)

Sources (10)

Latest Comments

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

trinaldi commented on 2021-11-18 20:10 (UTC) (edited on 2021-11-18 20:18 (UTC) by trinaldi)

Getting:

==> Fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 files for starfield theme
==> Fix mkinitcpio 'rw' FS#36275
==> Fix OS naming FS#33393
==> Applying Ubuntu patches for making GRUB silent
patching file grub-core/gettext/gettext.c
patching file grub-core/commands/sleep.c
patching file grub-core/normal/menu.c
patching file config.h.in
patching file configure.ac
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
patching file grub-core/kern/rescue_reader.c
patching file grub-core/normal/main.c
patching file grub-core/normal/menu.c
patching file util/grub.d/10_linux.in
patch: **** malformed patch at line 319: EOF

drlorente97 commented on 2021-11-18 14:58 (UTC)

Typo on line line 315 in 06-maybe_quiet.patch fixed Did't saw AUR emails since now, sorry :(

iamcharlottey commented on 2021-08-24 16:17 (UTC)

@drlorente97 there's an issue with installing where it says flex is not installed despite it being installed, during ./configure. Removing lines 7413->7422 to bypass this causes another error, saying it cannot compile because grub_script.yy.h does not exist.

tarkh commented on 2021-08-12 01:34 (UTC)

@drlorente97 can you please fix typo with EOF 10_linux, as @afm0901x pointed out, so that this package could be installed automatically with script without additional patching? Thank you for your time!

gbc921 commented on 2021-08-09 20:17 (UTC)

As @afm0901x mentioned, when removing the spaces/tabs before the EOF on line 315 in 06-maybe_quiet.patch

I can build it again.

Thanks

fitri commented on 2021-08-07 13:42 (UTC) (edited on 2021-08-07 23:08 (UTC) by fitri)

make sure no spaces/tabs before EOF.

line 152 in /etc/grub.d/10_linux

proper fix:

line 315 in 06-maybe_quiet.patch

ooops commented on 2021-08-07 08:37 (UTC)

Getting a syntax error now, when running grub-mkconfig (unexpected "}" in etc/grub.d/10_linux, line 171).

drlorente97 commented on 2021-08-07 02:21 (UTC) (edited on 2021-08-07 02:21 (UTC) by drlorente97)

I have to apologize with you

I didn't include the new modified patches in the previous update and didn't saw the emails reporting the errors untill now because I was moving to a new house. I have solved all those errors, feel free to test

tarkh commented on 2021-08-05 09:23 (UTC)

but even on 2.04 for some reason GRUB_TIMEOUT_STYLE=hidden does not works... It always shows GRUB menu if I set GRUB_TIMEOUT > 0 and if GRUB_TIMEOUT = 0, then it just boots silently and I can't get to GRUB by pressing ESC if I need it.

tarkh commented on 2021-08-05 00:21 (UTC) (edited on 2021-08-05 00:53 (UTC) by tarkh)

To install current version, you need to manually edit 03-add-GRUB_COLOR_variables.patch and 05-sleep_shift.patch, then update checksum in PKGBUILD and makepkg. Seems like there is some changes in source, so this patches has wrong lines. But anyway, setting GRUB_HIDDEN_TIMEOUT to any value did not works... Can't enter GRUB menu by pressing key... Only when setting GRUB_TIMEOUT > 0 and displaying it by default... Seems like patches needs to be adjusted...