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.000005 |
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-reflink-gitAUR, rsync-reflinkAUR) (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-macosAUR, freetype2-qdoledAUR, 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 (316)
- 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)
- ash-git (requires grub) (optional)
- 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)
- Show 296 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 .. 6 7 8 9 10 11
newbit commented on 2017-12-31 14:54 (UTC) (edited on 2017-12-31 16:00 (UTC) by newbit)
Does this still work? For me it doesnt, but maybe I'm just stupid?
I have grub2 set up, with GRUB_TIMEOUT=0 and GRUB_HIDDEN_TIMEOUT=1, thats working with no problems. Grub menu not showing unless I hit Esc. Of course, annoying "Welcome to Grub" message etc is still displayed.
Now if I remove grub, compile grub-silent from aur and try the same thing, it just wont work. I always see the grub menu, not hidden, for 30 secs. Editet /etc/default/grub.silent, remade grub.conf, but still same issue... Even tried replacing grub.silent with a copy of my original grub file, doesnt help. Really strange! Any tips?
EDIT: ok just me being stupid! Solution: When switching from the "normal" grub package, delete /boot/grub just to be sure. Then, after installing boot-silent and setting up config, run "sudo grub-install" then "sudo grub-mkconfig -o /boot/grub/grub.cfg". Done! Hope this saves someone some headache ;-)
EDIT2: ... well or maybe not?
sudo rm -rf /boot/grub
sudo grub-install
sudo grub-mkconfig -o /boot/grub/grub.cfg
reboot, grub is silent like it should. But if I run "sudo grub-mkconfig -o /boot/grub/grub.cfg" a second time after reboot, grub menu reappears, with 30 secs timeout. So after deleting /boot/grub and reinstalling, it works just until I run "sudo grub-mkconfig -o /boot/grub/grub.cfg" again... then I am back to menu with countdown!
Am I the only one with this issue? For those using this too: Could you try to run "sudo grub-mkconfig -o /boot/grub/grub.cfg" again and see if the grub menu is still hidden?
« First ‹ Previous 1 .. 6 7 8 9 10 11