Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Grub #61

Open
1 task
Akash6222 opened this issue Jul 28, 2023 · 3 comments
Open
1 task

[FIX] Grub #61

Akash6222 opened this issue Jul 28, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Akash6222
Copy link
Member

  • Fix grub of uefi boot
@Akash6222 Akash6222 self-assigned this Jul 28, 2023
@Akash6222 Akash6222 added the enhancement New feature or request label Jul 28, 2023
@Akash6222 Akash6222 assigned 0xAtharv and unassigned Akash6222 Aug 6, 2023
@0xAtharv
Copy link
Member

a custom tcet linux theme is not applied on grub when booted in uefi mode i suspect the problem is that we are using efiboot for for booting with bios and for uefi we are using grub so we may need to add a custom theme for grub.

@0xAtharv 0xAtharv added the help wanted Extra attention is needed label Oct 16, 2023
@Akash6222
Copy link
Member Author

a custom tcet linux theme is not applied on grub when booted in uefi mode i suspect the problem is that we are using efiboot for for booting with bios and for uefi we are using grub so we may need to add a custom theme for grub.

Can you do that ??

@Dark-Kernel
Copy link

Dark-Kernel commented Dec 20, 2023

Adding custom theme in grub is pretty much simple :

  1. First backup your configs
sudo cp /etc/default/grub /etc/default/grub.t2.bkp

sudo cp /boot/grub/grub.cfg /boot/grub/grub.t2.bkp
  1. Store your theme here :
    /usr/share/grub/themes/

  2. Make following changes in /etc/default/grub

GRUB_DEFAULT=saved    

GRUB_GFXMODE=1280x1024x32,auto
       
GRUB_THEME="/usr/share/grub/themes/<themename>/theme.txt"
 
GRUB_SAVEDEFAULT=true" 
  1. Apply the changes :
sudo grub-mkconfig -o /boot/grub/grub.cfg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

4 participants