0 Mitglieder und 1 Gast betrachten dieses Thema.
Ich würde versuchen, noch mal Grub aus dem Live-System über chroot zu installieren:Die Befehle einzeln ins Terminal kopieren und jeweils mit Enter bestätigen.Code: [Auswählen]sudo mount /dev/sdxy /mntxy muss für die Systempartiotion angepasst werden, b5 oder b9Code: [Auswählen]sudo mount /dev/sda3 /mnt/boot/efiCode: [Auswählen]sudo mount -o bind /dev /mnt/devCode: [Auswählen]sudo mount -o bind /sys /mnt/sysCode: [Auswählen]sudo mount -t proc /proc /mnt/procCode: [Auswählen]sudo cp /proc/mounts /mnt/etc/mtabCode: [Auswählen]sudo chroot /mnt /bin/bashNun bist du als root im installierten System und kannst Grub neu installieren.Code: [Auswählen]grub-installCode: [Auswählen]update-grubNun mitCode: [Auswählen]exitdie Chroot-Umgebung verlassen und hoffen, dass Linux ohne das Live-Medium bootet.
sudo mount /dev/sdxy /mnt
sudo mount /dev/sda3 /mnt/boot/efi
sudo mount -o bind /dev /mnt/dev
sudo mount -o bind /sys /mnt/sys
sudo mount -t proc /proc /mnt/proc
sudo cp /proc/mounts /mnt/etc/mtab
sudo chroot /mnt /bin/bash
grub-install
update-grub
exit
mint@mint:/proc$ sudo cp /proc/mounts /mnt/etc/mtabcp: '/proc/mounts' and '/mnt/etc/mtab' are the same filemint@mint:/proc$----mint@mint:/proc$ sudo cp /proc/mounts /mnt/etc/mtabcp: '/proc/mounts' and '/mnt/etc/mtab' are the same filemint@mint:/proc$ ll mountslrwxrwxrwx 1 root root 11 May 6 22:44 mounts -> self/mountsmint@mint:/proc$ cd mountsbash: cd: mounts: Not a directory----mint@mint:/proc/self$ ll mounts-r--r--r-- 1 mint mint 0 May 6 22:41 mounts
Kannst du ignorieren und weiter machen.
mint@mint:/proc/self$ sudo chroot /mnt /bin/bashroot@mint:/# grub-installInstalling for x86_64-efi platform.Installation finished. No error reported.root@mint:/# update-grubSourcing file `/etc/default/grub'Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'Generating grub configuration file ...Found linux image: /boot/vmlinuz-4.15.0-48-genericFound initrd image: /boot/initrd.img-4.15.0-48-genericFound linux image: /boot/vmlinuz-4.15.0-20-genericFound initrd image: /boot/initrd.img-4.15.0-20-generic WARNING: Failed to connect to lvmetad. Falling back to device scanning.Adding boot menu entry for EFI firmware configurationdoneroot@mint:/# exitexitmint@mint:/proc/self$
mint@mint:/proc$ sudo cp /proc/mounts /mnt/etc/mtabcp: '/proc/mounts' and '/mnt/etc/mtab' are the same file
setxkbmap de
mint@mint:~$ efibootmgrBootCurrent: 0005Timeout: 2 secondsBootOrder: 0000,0005,0004Boot0000* Windows Boot ManagerBoot0004* UEFI: Built-in EFI Shell Boot0005* UEFI: ADATA USB Flash Drive 1100mint@mint:~$ ^Cmint@mint:~$