Git Product home page Git Product logo

grub-tweaks's Introduction

grub-tweaks's People

Contributors

henriquesfernandes avatar jacksaur avatar jon4hz avatar mage102 avatar vandalbyte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grub-tweaks's Issues

Kali Linux Plymouth theme not working

After installing the theme and follow the tweak instructions, the Kali Plymouth/splash screen does not work even trying these commands.
sudo plymouth-set-default-theme kali -R && sudo update-grub

Suggestion: Include adding Icons to regular menu entries

I understand that the Submenu section pretty much already explains how to do this, but the format for the standard menu entries is a little different.
There are multiple guides across the internet for doing this, but the majority are low effort and just tell users to edit GRUB.cfg directly, despite the giant "DO NOT EDIT THIS FILE" header it has.

A small section for adding (or fixing, many Distro variants just show the icon for their parent Distro) icons for regular menu entries could be really helpful for new users, and make it more likely for them to stumble upon this page in general while searching.

GRUB Display Resolution width and height swapped?

This may be unique to my system but for me mentioning the width first works better.
I have a 1080p screen and entered this to my grub config: GRUB_GFXMODE=1080x1920x32. As I rebooted the theme was blurry and not in fullhd. I changed "GRUB_GFXMODE=1080x1920x32" to "GRUB_GFXMODE=1920x1080x32" because you mention the width first in programming. After rebooting the resolution is perfect.
I think "GRUB_GFXMODE=[height]x[width]x32" has to be "GRUB_GFXMODE=[width]x[height]x32".
It could be because I use linux arch and have weird nvidia drivers. Sorry for my bad english. Anyways, it still helped my to find the right setting.

40_custom example five additional OS in the GRUB menu

Simple example for a modified GRUB menu. In the moment os-prober can't deliver all possible OS in your system due to security restrictions. This is a possible way to get around and not in harms way. I use /@/boot/vmlinuzand /@/boot/initrd.img as links, because if a kernel update is needed, everything points correctly to the latest (updated) version.


\#! /usr/bin/sh exec tail -n +3 $0 \# This file provides an easy way to add custom menu entries. Simply type the \# menu entries you want to add after this comment. Be careful not to change \# the 'exec tail' line above.'''

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

menuentry "LM 21 Mate" --class linuxmint --class gnu-linux --class gnu --class os {
# DEVICE="/dev/nvme0n1p5"
UUID_BTRFS=714517ab-c90d-42ca-a492-245053ae57fd
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root ${UUID_BTRFS}
linux /@/boot/vmlinuz root=UUID=${UUID_BTRFS} ro rootflags=subvol=@ ${GRUB_CMDLINE_LINUX } ${GRUB_CMDLINE_LINUX_DEFAULT}
initrd /@/boot/initrd.img
}
menuentry "LM 21 Cinnamon" --class linuxmint --class gnu-linux --class gnu --class os {
# DEVICE="/dev/nvme0n1p6"
UUID_BTRFS=6bf64ce2-c8a5-4dda-b8f8-491615008b43
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root ${UUID_BTRFS}
linux /@/boot/vmlinuz root=UUID=${UUID_BTRFS} ro rootflags=subvol=@ ${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}
initrd /@/boot/initrd.img
}
menuentry "LMDE 5 Elsie" --class linuxmint --class gnu-linux --class gnu --class os {
# DEVICE="/dev/nvme0n1p7"
UUID_BTRFS=35c3a7e0-1aa7-4a70-9e87-18d2a0acce4b
load_video
insmod gzio
insmod part_msdos
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root ${UUID_BTRFS}
linux /@/vmlinuz root=UUID=${UUID_BTRFS} ro rootflags=subvol=@ ${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}
initrd /@/initrd.img
}
menuentry 'LM 20.3 Mate' --class linuxmint --class gnu-linux --class gnu --class os {
# DEVICE="/dev/nvme0n1p8"
UUID_BTRFS=138cabd1-b0de-4b57-a9f4-338970fe7df0
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root ${UUID_BTRFS}
linux /@/boot/vmlinuz root=UUID=${UUID_BTRFS} ro rootflags=subvol=@ ${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}
initrd /@/boot/initrd.img
}
menuentry "LM 20.3 Zimt" --class linuxmint --class gnu-linux --class gnu --class os {
# DEVICE="/dev/nvme0n1p9"
UUID_BTRFS=2f5717f8-09e6-44b1-a836-a9eb8238efc4
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root ${UUID_BTRFS}
linux /@/boot/vmlinuz root=UUID=${UUID_BTRFS} ro rootflags=subvol=@ ${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}
initrd /@/boot/initrd.img
}`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.