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 .. 5 6 7 8 9 10 11 Next › Last »
nightah commented on 2018-10-04 11:00 (UTC)
@ozgursarier: Confirmed that I was experiencing the same issue that @FrogTheFrog reported and the patch he has posted also resolved the issue.
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
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:
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..
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »