Hey there,
This is more or less a follow up on the topic here where my original Manjaro System got screwed up somehow and i tried to fix it.
I don’t remember everything anymore, but in the end a complete reinstall of Manjaro on my new NVME-SSD with the Windows SSD detached did the trick.
The thing is, I still got my old 250GB SSD with Windows installed on it, which i would like to use to play some games that are not compatible with Linux (yet).
The installation still works, but to boot the Windows system, I always have to manually select the smaller SSD in the UEFI Menu.
I guess that’s because I now have 2 EFI partitions and 2 bootloaders that don’t know about each other system.
It looks like this:
~ >>> sudo parted --list
Modell: ATA SanDisk SDSSDHII (scsi)
Festplatte /dev/sda: 240GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 1049kB 524MB 523MB ntfs Basic data partition versteckt, diag
2 524MB 629MB 105MB fat32 EFI system partition msftdata
3 629MB 646MB 16,8MB Microsoft reserved partition msftres
4 646MB 240GB 239GB ntfs Basic data partition msftdata
Modell: ATA ST1000DM003-1SB1 (scsi)
Festplatte /dev/sdb: 1000GB
Sektorgröße (logisch/physisch): 512B/4096B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 1049kB 1000GB 1000GB ext4
Modell: WDS100T3X0C-00SJG0 (nvme)
Festplatte /dev/nvme0n1: 1000GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 2097kB 317MB 315MB fat32 boot, esp
2 317MB 982GB 982GB ext4
3 982GB 1000GB 18,3GB linux-swap(v1) swap
~ >>>
What I would like to have is somehow unify the two EFI partitions and have one single Grub bootloader where i can conveniently select the OS which I would like to boot.
I already tried executing update-grub
on the Manjaro system, but this command didn’t find the Windows installation.
Any advice would be helpful