You are not logged in.
Pages: 1
I installed and used Arch, then I dual boot Arch with Windows, it worked fine
After that i noticed the grub didn't have Windows options, so that I add a new menuentry inside /etc/grub.d
After that it showed new menu "Windows" in grub box when i restart, but the error: "Not found windows boot efi" happened
So I ran these 2 commands:
```
sudo os-prober
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
And now when i restart my computer again, grub is not working anymore, it flashs and keeps returning to BIOS
I still can access to windows now, and as I checked in linux reader from windows, the /boot/ folder is empty
Could you guys please help !! Thank a tons !!
Last edited by mhhmm (2023-11-25 22:26:04)
Offline
I still can access to windows now, and as I checked in linux reader from windows
Please use some linux live distro and if you're using a boot partition, the mountpoint is supposed to be empty on the root partition.
Depending on how old the system is you might have run into https://archlinux.org/news/grub-bootloa … ibilities/
Offline
Pages: 1