View Issue Details

IDProjectCategoryView StatusLast Update
0007986Kali Linux[All Projects] General Bugpublic2022-10-11 10:28
Reporterkarizma Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0007986: dual boot , grub doesn't show windows
DescriptionHello everyone
i ve installed kali in dualboot with windows
but the windows does not appear in grub
i tried to fix it with update grub
but the os-prober does not show anything
have anyone have any solution please ?

Activities

X0RW3LL

2022-10-11 10:28

reporter   ~0016961

1) Edit your grub config
$ sudo -e /etc/default/grub

2) Uncomment the following line if it's already commented out
GRUB_DISABLE_OS_PROBER="false"

3) Update your grub config
sudo update-grub

4) reboot

Issue History

Date Modified Username Field Change
2022-10-05 16:57 karizma New Issue
2022-10-11 10:28 X0RW3LL Note Added: 0016961