Es scheint eine ziemliche Diskussion darüber zu geben, aber ich kann keine einfache Antwort finden.
Wenn ich versuche, grub2 zu installieren, erhalte ich folgende Fehlermeldung:
# grub2-install /dev/sda
Installing for i386-pc platform.
grub2-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub2-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub2-install: error: will not proceed with blocklists.
Hier ist das Layout von / dev / sda:
Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7ECE06D0-9F0C-44FF-BCFB-142283172CCA
Device Start End Sectors Size Type
/dev/sda1 2048 411647 409600 200M Linux filesystem (/boot)
/dev/sda2 411648 4605951 4194304 2G Linux swap
/dev/sda3 4605952 46548991 41943040 20G Linux filesystem (/)
/dev/sda4 46548992 234441614 187892623 89.6G Linux LVM (/var)
Gibt es eine einfache Möglichkeit, dieses Problem zu umgehen? Ich verstehe, dass ich am Anfang der Festplatte eine winzige Partition als "BIOS-Boot-Partition" erstellen muss. Ich nehme an, eine Möglichkeit wäre, den Swap auf / dev / sda4 als logisches Volume zu verschieben und / dev / sda2 als / boot zu verwenden.
Alternativ könnte ich einfach zu Grub-Legacy zurückkehren und mich nicht darum kümmern (gibt es wirklich einen Vorteil beim Upgrade auf Grub2, wenn dies so viele Probleme verursacht?).
Gedanken?
grub2-install grub-setup=/bin/true /dev/sda
gibtgrub2-install: error: More than one install device?.
. Auf meiner Arbeits-VM ist der Startsektor mit 32 markiert, auf der Produktionsmaschine mit 2048. Ich weiß nicht, ob dies relevant ist.