DEV Community

HaxNet
HaxNet

Posted on

Dual Boot Grub-Customizer

It took me a while to figure this out. I always had Windows Boot Manager on my grub menu, but when I added a theme. It disappeared.

To fix this:

In the terminal

sudo os-prober #if it detects it then run

update-grub

if update-grub isn't found. Just install it

sudo pacman -S update-grub
yay -S update-grub

I got a warning that os-prober won't detect it when I ran the command.
I would go to

/etc/default/grub (this is a file) you need to edit it

Top comments (0)