#[SOLVED]help finding why dual boot GRUB only detects arch linux and UEFI bios but not windows boot
34 messages · Page 1 of 1 (latest)
this is my grub.cfg
@lusty sparrow ^
same case, just a post. its weird how the config says the entry should exist yet doesnt
the os-prober hook has seemingly ran and found the partition and bootable image and added it to the grub menu
seemingly at least
and the gub.cfg is located where?
also, can you please show me lsblk -fs ?
@warped jetty here
Show the output of sudo grub-mkconfig -o /boot/grub/grub.cfg
/boot/grub/grub.cfg
..thats wrong in his case
execute this:
sudo grub-mkconfig -o /boot/efi/grub/grub.cfg
What do mean? just want to see the output
look at the mountpoint of /boot
hes been pushing the grub config to the wrong location
o
becasue his /boot is mounted to /boot/efi/
Show the output of ls -alh /boot/?
i vouch this ^
reboot, it should work now
Yea it does work now thanks
why is your /boot mounted to /boot/efi/
that non-standard mountpoint is the whole problem...
it should be just /boot
@cedar flint
... solved
#17680 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: http://0x0.st/8Rt9.png
Thank you
[solved]help finding why dual boot GRUB only detects arch linux and UEFI bios but not windows boot