• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Kein "Update-Grub" möglich

Hallo zusammen.
Ich habe das ein oder andere Problem mit meiner Neuinstallation von Tumbleweed.

Mein größtes Problem ist im Moment wenn ich ein
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
ausführen will bekomme ich ein
Code:
GRUB-Konfigurationsdatei wird erstellt …
Thema gefunden: /boot/grub2/themes/openSUSE/theme.txt
/etc/grub.d/05_menu_color: Zeile 7: /usr/lib/grub/grub-mkconfig_lib: Datei oder Verzeichnis nicht gefunden
zurück.

Zu dem Fehler habe ich folgendes gefunden aber weiß nicht wie ich das jetzt auf OpenSuse anwenden soll.
https://ubuntuforums.org/showthread.php?t=1448978
purge old and reinstall new to sda
sudo apt-get purge grub grub-pc grub-common
sudo mv /boot/grub /boot/grub_backup
sudo mkdir /boot/grub
sudo apt-get install grub-pc grub-common

sudo grub-install --recheck /dev/sda
sudo update-grub

Bitte sagt mir was für Infos ihr sonst noch braucht. Vielen Dank schon mal für die Hilfe.
 

Sauerland

Ultimate Guru
/etc/grub.d/05_menu_color
Kommt woher?

Bei mir unter Leap 42.3 nicht vorhanden:
Code:
ls -al /etc/grub.d/
insgesamt 88
drwxr-xr-x 1 root root   264  9. Sep 14:15 .
drwxr-xr-x 1 root root  6158 19. Dez 19:32 ..
-rwxr-xr-x 1 root root 10570  8. Jul 03:01 00_header
-rwxr-xr-x 1 root root   992 17. Okt 2014  00_tuned
-rwxr-xr-x 1 root root 12529  8. Jul 03:01 10_linux
-rwxr-xr-x 1 root root 14918  8. Jul 03:01 20_linux_xen
-rwxr-xr-x 1 root root  1802  8. Jul 03:01 20_memtest86+
-rwxr-xr-x 1 root root 11623  8. Jul 03:01 30_os-prober
-rwxr-xr-x 1 root root   214  8. Jul 03:01 40_custom
-rwxr-xr-x 1 root root   216  8. Jul 03:01 41_custom
-rwxr-xr-x 1 root root   224  8. Jul 03:01 80_suse_btrfs_snapshot
-rwxr-xr-x 1 root root  1259  8. Jul 03:01 90_persistent
-rwxr-xr-x 1 root root   263  8. Jul 03:01 95_textmode
-rw-r--r-- 1 root root   483  8. Jul 03:01 README

/usr/lib/grub/grub-mkconfig_lib
Gibt es bei mir auch nicht:
ls -al /usr/lib/ | grep grub
Code:
drwxr-xr-x 1 root root       34  9. Sep 14:14 grub2

Hast du evtl nur grub und nicht grub2 installiert?
 
Oben