#Grub not showing Windows
1 messages · Page 1 of 1 (latest)
Try
Sudo os-prober
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
sudo dnf install [...], otherwise these steps look okay.
updated the command
closer 😛
lol missed install
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.
try changing grub to grub2
and grub2.cfg
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
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?
Instead of "doesn't work", can you describe what actually happened, including any error messages?
nah, no errors but Windows still doesn't show up
Alright, let's see the output of these commands:
sudo blkid
sudo lsblk
df -hT
sudo fdisk -l
sudo cat /etc/default/grub
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.