Danke für deine Antwort.
Ist in Manjaro installiert, aber nicht aktiv wurde in Grub deaktiviert:
GRUB_DISABLE_OS_PROBER=false
Beide SSD`s sind mit Strom versorgt, bin mit Manjaro (sda) hochgefahren.
sdb2 ist EOS xfce - wurde zuletzt installiert, hiermit kann ich booten.
sdb3 ist EOS Cinnamon - diese wurde repariert.
Hier die Ergebnisse von deinen Befehlen:
# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 vfat FAT32 NO_LABEL 43A1-3FE7 297,8M 1% /boot/efi
└─sda2 ext4 1.0 fc93f38a-e1e8-44ec-918b-0f41a4f0f792 161,4G 60% /
sdb
├─sdb1 vfat FAT32 NO_LABEL 8897-1337
├─sdb2 ext4 1.0 fa5ce072-a8c0-4050-9ce7-824f01eabbb1 39G 23% /run/media/ws/fa5ce072-a8c0-4050-9ce7-824f01eabbb1
└─sdb3 ext4 1.0 092d5e08-eb50-4abd-b1f8-56c505af1e40 47,7G 7% /run/media/ws/092d5e08-eb50-4abd-b1f8-56c505af1e40
# bootctl status
systemd-boot not installed in ESP.
System:
Firmware: n/a (n/a)
Secure Boot: disabled (disabled)
TPM2 Support: no
Boot into FW: supported
Current Boot Loader:
Product: n/a
Features: ✗ Boot counting
✗ Menu timeout control
✗ One-shot menu timeout control
✗ Default entry control
✗ One-shot entry control
✗ Support for XBOOTLDR partition
✗ Support for passing random seed to OS
✗ Load drop-in drivers
✗ Boot loader sets ESP information
ESP: n/a
File: └─n/a
Random Seed:
Passed to OS: no
System Token: not set
Exists: no
Available Boot Loaders on ESP:
ESP: /boot/efi (/dev/disk/by-partuuid/0e7e01f0-cf13-a247-b9d5-81e5a74b9f1c)
File: └─/EFI/BOOT/bootx64.efi
Boot Loaders Listed in EFI Variables:
Title: manjaro
ID: 0x0000
Status: active, boot-order
Partition: /dev/disk/by-partuuid/0e7e01f0-cf13-a247-b9d5-81e5a74b9f1c
File: └─/EFI/MANJARO/GRUBX64.EFI
Title: UEFI OS
ID: 0x0001
Status: active, boot-order
Partition: /dev/disk/by-partuuid/0e7e01f0-cf13-a247-b9d5-81e5a74b9f1c
File: └─/EFI/BOOT/BOOTX64.EFI
Title: UEFI OS
ID: 0x0003
Status: active, boot-order
Partition: /dev/disk/by-partuuid/ecfca5e5-ce65-f244-a0ba-1aef5d53bdfc
File: └─/EFI/BOOT/BOOTX64.EFI
Boot Loader Entries:
$BOOT: /boot/efi (/dev/disk/by-partuuid/0e7e01f0-cf13-a247-b9d5-81e5a74b9f1c)
0 entries, no entry could be determined as default.
# efibootmgr
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0001,0003,0002
Boot0000* manjaro HD(1,GPT,0e7e01f0-cf13-a247-b9d5-81e5a74b9f1c,0x1000,0x96000)/File(\EFI\MANJARO\GRUBX64.EFI)
Boot0001* UEFI OS HD(1,GPT,0e7e01f0-cf13-a247-b9d5-81e5a74b9f1c,0x1000,0x96000)/File(\EFI\BOOT\BOOTX64.EFI)0000424f
Boot0002* Hard Drive BBS(HD,,0x0)0000474f00004e4fb700000001000000750057004400430020002000570044005300350030003000470032004200300041002d003000300053004d003500300000000501090002000000007fff040002010c00d041030a0000000001010600030101010600010003120a000500ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce63100320039003400510032003600340030003900330030002000200020002000200020002000200000007fff04000000424f00004e4fa50000000100000075004300540031003200300042005800350030003000530053004400310000000501090002000000007fff040002010c00d041030a0000000001010600010801010600020003120a000200ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce63000320033003100330045003200460031004400340030002000200020002000200020002000200000007fff04000000424f
Boot0003* UEFI OS HD(1,GPT,ecfca5e5-ce65-f244-a0ba-1aef5d53bdfc,0x1000,0x96000)/File(\EFI\BOOT\BOOTX64.EFI)0000424f
cat /etc/default/grub
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="apparmor=1 security=apparmor udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true