Hi
I have two disk in my PC.
- Nvme PCI M.2 SSD, 240 GB with Windows 10 with MBR partition scheme.
- HDD 2TB with ntfs “Data” partition and OpenSuse Tumbleweed instalation. This disc has GPT patition table.
After installing OpenSuse, GRUB 2 only recognizes itself, and no Windwos entry in Boot menu.
However, if I choose from UEFI to boot from my NVME disk, I can boot into Windows.
If I choose to boot from HDD, I boot to OpenSuse.
I would like to add Windows to GRUB 2 menu.
How can I do this?
This is out from fdisk -l:
Disk /dev/nvme0n1: 238.49 GiB, 256060514304 bytes, 500118192 sectors
Disk model: ADATA SX6000PNP
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf03b43dd
Device Boot Start End Sectors Size Id Type
/dev/nvme0n1p1 * 2048 1187839 1185792 579M 7 HPFS/NTFS/exFAT
/dev/nvme0n1p2 1187840 500115455 498927616 237.9G 7 HPFS/NTFS/exFAT
Disk /dev/sda: 1.84 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: TOSHIBA HDWD120
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 51208F04-0812-4535-8B39-E96103626C2F
Device Start End Sectors Size Type
/dev/sda1 34 32767 32734 16M Microsoft reserved
/dev/sda2 32768 3720224767 3720192000 1.7T Microsoft basic data
/dev/sda3 3720224768 3721248767 1024000 500M EFI System
/dev/sda4 3721248768 3907029134 185780367 88.6G Linux LVM
Partition 1 does not start on physical sector boundary.
Disk /dev/mapper/system-root: 35 GiB, 37580963840 bytes, 73400320 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/system-swap: 13.6 GiB, 14587789312 bytes, 28491776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/system-home: 40 GiB, 42949672960 bytes, 83886080 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes