Also, jetzt habe ich noch einmal folgendes gemacht.
Ich beschreibe jetzt einfach mal wirklich jeden Schritt etwas genauer um zu sehen ob ich nicht was übersehe oder falsch mache.
Live-CD gestartet
Terminal geöffnet
manjaro-chroot - a
Ausgabe:
==> Detected systems:
--> 0) ManjaroLinux
==> Select system to mount [0-0] :
Wenn ich hier eine 0 ein gebe erscheint:
==> ERROR: You can't mount 0!
Bei einer 1 erscheint:
==> Mounting (ManjaroLinux) [dev/sda6]
--> mount: [/mnt]
--> mount: [/mnt/boot/efi]
Das merkwürdige ist, dass halt lsblk -f sagt dass die Boot-Partition auf sda1 liegt. Oder passt das trotzdem so mit sda6???
Die Ausgabe von lsblk -f:
loop0
loop1
loop2
loop3
sda
|-sda1 /boot/efi
|-sda2
|-sda3
|-sda4
|-sda5
`-sda6 / <-- das Anfangszeichen ist kein Rechtschreibfehler
sdb
|-sdb1
`-sda2
sr0
Okay, dann mach ich einfach mal weiter.
Wenn ich dann bei Punkt 3 bei UEFI-Boot Grub Restore (
https://wiki.manjaro.org/index.php?titl ... Bootloader) weiter mache kommt folgendes:
sudo mount /dev/sda1 /boot/efi
Ausgabe:
mount: /boot/efi: /dev/sda1 already mounted on /boot/efi
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
Ausgabe:
Installing for x86_64-efi platform.
Installation finished. No error reported.
sudo update-grub
Ausgabe:
Generating grub configuration file ...
Found background: /usr/share/grub/background.png
Found linux image: /boot/vmlinuz-4.14-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-4.14-x86_64.img
Found initrd fallback image: /boot/initramfs-4.14-x86_64-fallback.img
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
Dann beim neustarten ist in 2 Sekunden der Anmeldebildschirm von Windows wieder da. Echt zum Mäuse melken... :/