Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: shab on 2023/05/02, 22:07:19

Title: Windows has disappeared from grub
Post by: shab on 2023/05/02, 22:07:19
Windows has disappeared from grub after full upgrade

What can I do that grub lists windows again?
Title: Re: Windows has disappeared from grub
Post by: towo on 2023/05/02, 22:24:44
Code: [Select]
cat /etc/default/grub
cat/etc/default/grub.d/siduction.cfg


Shows what?
Title: Re: Windows has disappeared from grub
Post by: der_bud on 2023/05/02, 22:28:27
There has been a grub update recently, apt should have asked you if you want to install new /etc/default/grub file or keep current. Look if you have /etc/default/grub.dpkg-old and compare the contents.
I assume it could be that the line '#GRUB_DISABLE_OS_PROBER=false' got commented, such os-prober will not run to search for other OS on other partitions during update-grub.
Title: Re: Windows has disappeared from grub
Post by: shab on 2023/05/03, 13:02:48
Code: [Select]
cat /etc/default/grub
cat/etc/default/grub.d/siduction.cfg


Shows what?
bash: cat/etc/default/grub.d/siduction.cfg: Datei oder Verzeichnis nicht gefunden

But, like (https://forum.siduction.org/Themes/siduction2021/images/useroff.gif) (https://forum.siduction.org/index.php?action=pm;sa=send;u=128) der_bud (https://forum.siduction.org/index.php?action=profile;u=128) assumed '#GRUB_DISABLE_OS_PROBER=false' got commented. I removed the commend ran an grub update and now windows is an option in the grub menue again.


THX for the help!
Title: Re: Windows has disappeared from grub
Post by: edlin on 2023/05/03, 18:32:01
Code: [Select]
cat /etc/default/grub
cat/etc/default/grub.d/siduction.cfg


Shows what?
bash: cat/etc/default/grub.d/siduction.cfg: Datei oder Verzeichnis nicht gefunden
@towo had forgotten a whitespace between the cat command and the rest of the line.

But your problem has been solved in the meantime.

edlin