grub-install: funktioniert nicht?

3 Antworten

Vom Fragesteller als hilfreich ausgezeichnet

Versuch mal :

This is what I usually do:

  1. Boot from a Arch ISO (CD/USB).
  2. mount the partition
  3. arch-chroot into the partition
  4. configure network (if necessary)
  5. make sure the packages grub and os-prober are installed: pacman -Sy grub os-prober (will need network)
  6. go to the /boot/grub directory
  7. grub-mkconfig > grub.cfg
  8. grub-install /dev/sda (replace /dev/sda with the disk you use to boot the machine)
MatthiasHerz  09.07.2020, 15:45

Das Problem ist offensichtlich, dass die Partitionierung nicht als (U)EFI angelegt wurde.

Da hilft es dann auch nicht, den Bootloader aus einer anderen Quelle zu holen oder in seinem eigenen Verzeichnis zu öffnen.

1
tomkaller  21.01.2021, 05:58

Danke für die Bewertung

0

Wie groß ist die Partition für Arch Linux?