1

so yesterday I changed from Linux Mint to Manjaro with Gnome and wanted to just remake my grub config. Sadly grub does not find my Windows Boot.

Output from lsblk:

sdb                                                                         
├─sdb1
│    ntfs         SystemReserved
│                       01D50D5FDB172900                                    
├─sdb2
│    ntfs         SYSTEM
│                       01D50D78773A8C60                                    
└─sdb3
     ntfs               01D50D7891E5C9D0

Edit: os-prober is also installed, but yields no results!

Can you guys help me (Grub worked before with Mint and Windows DualBoot)

Ramhound
  • 44,080
Avocari
  • 11
  • 2

1 Answers1

0

You need to mount your Windows Partition first!

If this is not working try to install ntfs-3g with sudo pacman -S ntfs-3g and remount your Windows partition.

Then try sudo update-grub

ref: arch wiki]1