Search Criteria
Package Details: grub-silent 2.06-6
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: | None |
Last Packager: | drlorente97 |
Votes: | 26 |
Popularity: | 0.000014 |
First Submitted: | 2017-11-12 13:41 (UTC) |
Last Updated: | 2023-10-18 19:34 (UTC) |
Dependencies (17)
- device-mapper (device-mapper-gitAUR)
- efibootmgr (efibootmgr-gitAUR)
- fuse2
- gettext (gettext-gitAUR)
- autogen (make)
- bdf-unifontAUR (make)
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-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-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (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 (317)
- apple_set_os (requires grub) (optional)
- 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)
- bieaz (requires grub)
- bieaz-git (requires grub)
- boo-grub-git (requires grub)
- booty-git (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)
- distro-grub-themes-meta (requires grub)
- dracula-grub-theme-git (requires grub)
- endeavouros-galleon-grub (requires grub)
- graphite-grub-theme-default-1080p (requires grub)
- graphite-grub-theme-default-2k (requires grub)
- Show 297 more...
Sources (10)
- 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
- grub.silent
- https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz
- https://git.savannah.nongnu.org/cgit/grub-extras.git/snapshot/grub-extras-8a245d5c1800627af4cefa99162a89c7a46d8842.tar.gz
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »
possum commented on 2019-07-16 15:16 (UTC) (edited on 2019-07-16 15:17 (UTC) by possum)
It has not come to my consciousness the knowledge required to understand all these patches. However, I added the mentioned fixes to the package (thanks @veyvey88 (you are the true hero!), @0byte and @awfulwaffle) and was able to get it working. I added the changes. Enjoy while it works!
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):
'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)msg "Applying fix for relocation error 0x4"
patch -Np1 -i "${srcdir}/10-relocation.patch"
echomakepkg --skipinteg
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 installedgrub-silent
withyay
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.
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »