You are not logged in.
Grub refuses to detect the Windows boot loader in connection with my Q4OS Gemini install. I have tried running
# grub-mkconfig -o /boot/grub/grub.cfg
# update-grub
but that doesn't seem to help. Any ideas?
Last edited by globetrotterdk (2021-10-27 17:53)
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
Please run:
$ sudo os-prober
and post the output here.
Offline
Thanks for the quick reply.
$ sudo os-prober
/dev/nvme0n1p2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
Well, now run:
$ sudo update-grub -o /tmp/grub-test.cfg
post output and attach the generated file "/tmp/grub-test.cfg" here.
Offline
OK, here is the file.
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
The correct Windows menu item appears to be available in grub.cfg. Is the Grub boot table displayed ? What does the early boot process print on the screen ?
Please edit the "/etc/default/grub", search and set the following variables:
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
Furthermore run in terminal:
$ sudo update-grub
Reboot and check the result.
Offline
Not sure what a Grub boot table is. Do you mean Grub boot menu? If so, the answer is, yes.
I get the following errors:
error: no such device: 8A70-33E6
error: `/efi/Microsoft/Boot/bootmgfw.efi` not found
I edited "/etc/default/grub" as recommended, but no change in the results.
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
After having backed up the M.2 SSD and then migrated the backup to a new, larger M.2 SSD, as well as updating Windows 10, and running:
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
$ sudo update-grub
again, Grub menu seems to be working fine now.
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
Windows 10 appears to be working fine on the new M.2 SSD. My problem with the Grub menu also appears to have disappeared after updating Windows 10.
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline