#Grub not showing Windows

1 messages · Page 1 of 1 (latest)

wintry forum
#

Can someone help with grub. I am using Bazzite on a Lenovo Legion Y520 with an i7 and 1550 TI.

grim lava
#

install 2 softwares

#

sudo dnf install os-prober ntfs-3g

#

then open grub config with a text editor (here i used neo vim hence nvim)

#

sudo nvim /etc/default/grub

#

uncomment by removing # from GRUB_DISABLE_OS_PROBER=false

#

re-genrate grub boot file

#

sudo grub-mkconfig -o /boot/grub/grub.cfg

young plank
grim lava
#

updated the command

young plank
grim lava
#

lol missed install

wintry forum
#

No such file directory for /boot/grub/grub.cfg

#

Also Bazzite is Fedora Atomic based. Not sure if it is any different to Fedora Workstation.

grim lava
#

and grub2.cfg

young plank
# grim lava try changing grub to grub2

Nah, they're right, an immutable distro like bazzite probably makes this trickier.

Looks like it might actually be as easy as ujust regenerate-grub. @wintry forum: these are the official instructions for this. Take a look at that and let us know how you set yours up if the command above doesn't fix it

Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.

wintry forum
#

Ujust doesn't work and also renaming the file seems to nit change anything

#

I think my old grub from Fedora is still installed, maybe I can try to use it?

young plank
wintry forum
#

nah, no errors but Windows still doesn't show up

young plank
#

Alright, let's see the output of these commands:

sudo blkid
sudo lsblk
df -hT
sudo fdisk -l
sudo cat /etc/default/grub
wintry forum
#

I kinda botched my bootloader and am currently trying to repair it using a live fedora image.

#

Welp, reinstalling my Bazzite install, GRUB is fucked.

wintry forum
#

Here is the output of the commands you sent me:

#

when typing the command "ujust regenerate-grub" it generates a new config but Windows is still not showing.