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.001633
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 .. 3 4 5 6 7 8 9 10 11 Next › Last »

0byte commented on 2019-06-29 12:32 (UTC) (edited on 2019-06-29 12:35 (UTC) by 0byte)

Message at the end of installation: "Please reinstall GRUB first: "grub-install --target=i386-pc --boot-directory=/your/boot/partition /dev/sdx"

"grub-install --target=x86_64-efi --boot-directory=/boot /dev/sda" did not work.

"grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub" work, but grub-silent displays the boot logs anyway. Standard grub does not show boot logs.

GRUB_CMDLINE_LINUX_DEFAULT="quiet vt.global_cursor_default=0 loglevel=3 vga=current rd.systemd.show_status=false rd.udev.log-priority=3"

awfulwaffle commented on 2019-06-25 06:36 (UTC)

Fix for error "cp: cannot stat '/home/$USER/grub-silent/src/unifont-10.0.06.bdf': No such file or directory" I had to manually 'gunzip unifont-10.0.06.bdf.gz'. After that, package got installed successfully.

laarSn commented on 2019-05-30 01:18 (UTC)

unifont-10.0.06.bdf unable to build...

ozgursarier commented on 2019-05-12 07:51 (UTC)

@veyvey88: I tried hard to create this unique package, those days.. But now i realy have any time to deal with... I hope a talented person as you would own it :D

veyvey88 commented on 2019-05-09 17:24 (UTC) (edited on 2019-05-09 17:42 (UTC) by veyvey88)

Fast fix for "relocation 0x4 is not implemented yet" (tried to be as newbie friendly as possible):

  1. Download https://aur.archlinux.org/cgit/aur.git/snapshot/grub-silent.tar.gz
  2. Download https://aur.archlinux.org/cgit/aur.git/snapshot/grub-luks-keyfile.tar.gz
  3. Extract grub-silent somewhere
  4. Extract just '0010-relocation.patch' from grub-luks-keyfile.tar.gz to the same location
  5. Open PKGBUILD in the grub-silent extracted directory with your favorite text editor
  6. Add '0010-relocation.patch' a line below '09-Fix-packed-not-aligned-error-on-GCC-8.patch' in the source=( section (should be new line 68)
  7. Add these lines under prepare() (should start at line 113 with blank space on 112 and 116):

    msg "Applying fix for relocation error 0x4"

    patch -Np1 -i "${srcdir}/10-relocation.patch"

    echo
  8. Save PKGBUILD
  9. Open location of PKGBUILD for grub-silent in Terminal with cd .../grub-silent
  10. run: makepkg --skipinteg
  11. after first command is done run: sudo pacman -U grub-silent-2.02-1-x86_64.pkg.tar.xz

Now you can install grub again without the 0x4 relocation error. This whole thing should be integrated, and this packages really needs a new maintainer.

ElModdy commented on 2019-05-05 08:20 (UTC) (edited on 2019-05-05 08:35 (UTC) by ElModdy)

How can I build the package with the patch for grub-install: error: relocation 0x4 is not implemented yet.. I installed grub-silent with yay with no problem but I have no idea how to apply the patch. I appraciate any kind of help.

aether commented on 2019-04-20 20:46 (UTC)

@ozgursarier I can confirm that for me at least, building the package with https://aur.archlinux.org/cgit/aur.git/tree/0010-relocation.patch?h=grub-luks-keyfile does fix the error. I am running an Acer Spin 5 SP513-51 with a very picky UEFI implementation, and it works great.