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

[Erledigt] Nach Upgrade auf LEAP 42.2 alte Menüeinträge in Grub2

Feuervogel

Hacker
Hallo zusammen,

ich hoffe, Ihr seid alle wohlbehalten und gesund ins neue Jahr gerutscht.

Ich habe gestern ein Upgrade von openSUSE 13.2 per Methode lOtz1009 auf openSUSE LEAP 42.2 durchgeführt. Lief alles sauber durch. Ein paar Kleinigkeiten am Desktop mussten noch angepasst werden, Plasma 5 ist gewöhnungsbedürftig, aber das ist ein anderes Thema.

Was sich allerdings wohl nicht aktualisiert hat, sind die Menüeinträge im Grub2-Bootmenü. Dort stehen immer noch die Einträge auf openSUSE 13.2. Kann ich diese Einträge irgendwo ändern bzw. anpassen.

In /boot/grub2 finden sich die Dateien grub.cfg und grubenv.

Genügt es dort die Menüeinträge von openSUSE 13.2 auf openSUSE LEAP 42.2 zu ändern oder vermurkse ich mir damit den Grub2?

Gruß
Feuervogel
 

gehrke

Administrator
Teammitglied
Feuervogel schrieb:
Ich habe gestern ein Upgrade von openSUSE 13.2 per Methode lOtz1009 auf openSUSE LEAP 42.2 durchgeführt
Ohne dass Du dies genauer ausführst, werden hier nur die wenigsten wissen, was damit gemeint sein soll.

Das GRUB2-Menü setzt sich aus dem zusammen, was zum Zeitpunkt des Aufrufes von grub2-mkconfig an startbaren Betriebssystemen auffindbar war. In Deinem Fall wahrscheinlich die Installation.

Wenn Du hier gar nicht das neue System siehst, dann wird wahrscheinlich ein anderer GRUB ausgeführt. Ohne detaillierte Informationen zu Deiner Partitionierung wird Dir hier wohl schwerlich jemand helfen können. Ich würde hier mal mit dem Output von lsblk beginnen...
 
OP
Feuervogel

Feuervogel

Hacker
Hallo gehrke,

gehrke schrieb:
Ohne dass Du dies genauer ausführst, werden hier nur die wenigsten wissen, was damit gemeint sein soll.
Siehe Live-Aktualisierung mit zypper ....

Code:
lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 931,5G  0 disk 
├─sda1   8:1    0    40G  0 part /
├─sda2   8:2    0    10G  0 part [SWAP]
├─sda3   8:3    0   250G  0 part /home
├─sda4   8:4    0   350G  0 part /daten
├─sda5   8:5    0   275G  0 part /container
└─sda6   8:6    0   6,5G  0 part /boot/efi
sr0     11:0    1  1024M  0 rom

Code:
sysinfo
(by hxtools sysinfo) [Feuervogel] openSUSE Leap 42.2 | Linux 4.4.36-8-default x86_64 | 8-thr Intel(R) Core(TM) i7-4700HQ CPU 3400MHz | Load: 0.50 Tasks: 536 | Mem: 2373/7867MB | Disk: 282/906GB | Gfx: NVIDIA Corporation GK208M [GeForce GT 740M] @ 1600x900

Gruß
Feuervogel
 

Sauerland

Ultimate Guru
Auf gut Deutsch:
Die Beschriftung steht noch auf opensuse 13.2, gestartet wird bei diesen Einträgen aber Leap?

Schau mal nach, ob da noch kernel von 13.2 installiert sind:
Code:
zypper se -si kernel
 
OP
Feuervogel

Feuervogel

Hacker
Hallo Sauerland,

Code:
zypper se -si kernel
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...

S | Name            | Typ   | Version         | Arch   | Repository               
--+-----------------+-------+-----------------+--------+--------------------------
i | kernel-default  | Paket | 4.4.36-8.1      | x86_64 | openSUSE-LEAP-42.2-Update
i | kernel-firmware | Paket | 20160516git-3.1 | noarch | openSUSE-LEAP-42.2-Oss
Gruß
Feuervogel
 

gehrke

Administrator
Teammitglied
Sauerland schrieb:
Auf gut Deutsch:
Die Beschriftung steht noch auf opensuse 13.2, gestartet wird bei diesen Einträgen aber Leap?
@Feuervogel: Du hast die Frage von Sauerland nicht beantwortet. Auch fehlt zumindest mir immer noch ein klares Fehlerbild: Stimmt jetzt nur die Beschriftung nicht oder wird der falsche Kernel gestartet? Bitte etwas mehr Eigeninitiative beim Lösen deines Problems. Es gibt genug Threads hier zu GRUB-Problemen, aus denen hervorgeht, welche Informationen für Helfer in diesen Fällen wichtig/notwendig sind.

Beispiele (als root mit Code-Tags):
Code:
efibootmgr -v
lsblk
ls -l /boot
ls -l /boot/efi
ls -l /boot/grub2/grub.cfg
cat /boot/grub2/grub.cfg
grub2-mkconfig
cat /etc/default/grub
 
OP
Feuervogel

Feuervogel

Hacker
Hallo gehrke,

gehrke schrieb:
Auch fehlt zumindest mir immer noch ein klares Fehlerbild: Stimmt jetzt nur die Beschriftung nicht oder wird der falsche Kernel gestartet?
Das geht doch bereits aus meinem ersten Beitrag klar hervor:
Was sich allerdings wohl nicht aktualisiert hat, sind die Menüeinträge im Grub2-Bootmenü. Dort stehen immer noch die Einträge auf openSUSE 13.2.
Diesmal hervorgehoben mit Fettschrift und Unterstreichung.

Mit der Beantwortung von Sauerlands angeregtem "zypper se -si kernel" ist auch noch einmal klar geworden, dass da kein alter openSUSE 13.2-Kernel mehr geladen werden kann, da schlicht nicht mehr vorhanden.

Sauerland schrieb:
Auf gut Deutsch:
Die Beschriftung steht noch auf opensuse 13.2, gestartet wird bei diesen Einträgen aber Leap?
Gerne noch einmal beantwortet. Ja! und Ja!

Da ich jetzt erst einmal offline sein werde, weiteres erst später.

Gruß
Feuervogel
 

gehrke

Administrator
Teammitglied
Feuervogel schrieb:
Mit der Beantwortung von Sauerlands angeregtem "zypper se -si kernel" ist auch noch einmal klar geworden, dass da kein alter openSUSE 13.2-Kernel mehr geladen werden kann, da schlicht nicht mehr vorhanden.
Nur weil zypper jetzt keinen anderen Kernel kennt, bedeutet das noch nicht, dass zum Zeitpunkt der Erstellung der GRUB-Konfiguration kein anderer gefunden wurde. grub2-mkconfig ist durchaus in der Lage, auch an anderen Stellen fündig zu werden.
 

tomm.fa

Administrator
Teammitglied
Feuervogel schrieb:
Kann ich diese Einträge irgendwo ändern bzw. anpassen.

In /boot/grub2 finden sich die Dateien grub.cfg und grubenv.
Änderungen solltest du nur in /etc/default/grub vornehmen und danach ausführen was in dieser Datei an erster Stelle steht.

Was ergibt denn eigentlich
Code:
zypper se -si release
?
 
OP
Feuervogel

Feuervogel

Hacker
Hallo tomm.fa,

Code:
zypper se -si release
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...

S | Name                   | Typ   | Version           | Arch   | Repository               
--+------------------------+-------+-------------------+--------+--------------------------
i | lsb-release            | Paket | 2.0-26.2          | noarch | openSUSE-LEAP-42.2-Oss   
i | openSUSE-release       | Paket | 42.2-1.150        | x86_64 | openSUSE-LEAP-42.2-Oss   
i | openSUSE-release-dvd   | Paket | 13.1-1.10         | x86_64 | (Systempakete)           
i | openSUSE-release-ftp   | Paket | 42.2-1.150        | x86_64 | openSUSE-LEAP-42.2-Oss   
i | release-notes-openSUSE | Paket | 42.2.20161212-3.1 | noarch | openSUSE-LEAP-42.2-Update

/etc/default/grub sieht so aus:

Code:
# Modified by YaST2. Last modification on Mo Apr 27 00:11:23 CEST 2015
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader

# If you change this file, run 'grub2-mkconfig -o /boot/grub2/grub.cfg' afterwards to update
# /boot/grub2/grub.cfg.
GRUB_DISTRIBUTOR="openSUSE 13.2"
GRUB_DEFAULT=saved
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=8
GRUB_CMDLINE_LINUX_DEFAULT=" resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts"
# kernel command line options for failsafe mode
GRUB_CMDLINE_LINUX_RECOVERY="showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=0x01234567,0xfefefefe,0x89abcdef,0xefefefef
# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=gfxterm
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY=true
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
# Skip 30_os-prober if you experienced very slow in probing them
# WARNING foregin OS menu entries will be lost if set true here
GRUB_DISABLE_OS_PROBER=false
GRUB_THEME=/boot/grub2/themes/openSUSE/theme.txt
GRUB_BACKGROUND=/boot/grub2/themes/openSUSE/background.png
GRUB_USE_LINUXEFI=false
SUSE_BTRFS_SNAPSHOT_BOOTING=true
GRUB_ENABLE_CRYPTODISK=n

Gruß
Feuervogel
 

tomm.fa

Administrator
Teammitglied
Das Paket openSUSE-release-dvd kannst du deinstallieren, die Zeile „GRUB_DISTRIBUTOR="openSUSE 13.2" änderst du auf „GRUB_DISTRIBUTOR="openSUSE 42.2" (oder openSUSE Leap 42.2, oder nur openSUSE, oder Susi, oder…) und führst danach das
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
aus. Dann sollte dein Anliegen damit beendet sein.
 
OP
Feuervogel

Feuervogel

Hacker
Hallo gehrke,

wenn Dir das "zypper se -si kernel" nicht genügt, dann kann ich Dir bekräftigend mitteilen, dass beim gestrigen Upgrade ich sehen konnte, dass sämtliche 3.16er-Kernel gelöscht wurden.
Allerdings ist mir nicht erinnerlich, ob dies vor oder nach einer Aktualisierung von grub2 passiert ist oder nicht.

Code:
efibootmgr -v
BootCurrent: 0003
Timeout: 2 seconds
BootOrder: 0003,0000,0004,0001,0002
Boot0000* opensuse      HD(6,73a00000,d06800,2745ab75-844f-49b7-969a-3c23063e6363)File(\EFI\opensuse\grubx64.efi)
Boot0001* CD/DVD Drive  BIOS(3,0,00)..GO..NO........o.M.A.T.S.H.I.T.A.D.V.D.-.R.A.M. .U.J.8.C.2. .S....................A...........................>..Gd-.;.A..MQ..L.R.H.3.3. . .9.4.6.6.7.9. . . . . . . . ........BO
Boot0002* Network Card  BIOS(6,0,00)..GO..NO........k.R.e.a.l.t.e.k. .P.X.E. .B.0.4. .D.0.0.........................rN.D+..,.\...........<..Gd-.;.A..MQ..L.R.e.a.l.t.e.k. .P.X.E. .B.0.4. .D.0.0........BO
Boot0003* opensuse-secureboot   HD(6,73a00000,d06800,2745ab75-844f-49b7-969a-3c23063e6363)File(\EFI\opensuse\shim.efi)
Boot0004* UEFI OS       HD(6,73a00000,d06800,2745ab75-844f-49b7-969a-3c23063e6363)File(\EFI\BOOT\BOOTX64.EFI)

Code:
ls -l /boot
insgesamt 39136
lrwxrwxrwx 1 root root        1 31. Dez 16:27 boot -> .
-rw-r--r-- 1 root root     1725  7. Okt 17:50 boot.readme
-rw-r--r-- 1 root root   178576  9. Dez 22:44 config-4.4.36-8-default
drwxr-xr-x 2 root root     4096 20. Okt 15:38 dracut
drwxrwxr-x 3 root root     4096  1. Jan 1970  efi
drwxr-xr-x 2 root root     4096 31. Dez 16:27 grub
drwxr-xr-x 7 root root     4096 31. Dez 16:40 grub2
lrwxrwxrwx 1 root root       23 31. Dez 16:17 initrd -> initrd-4.4.36-8-default
-rw-r--r-- 1 root root 23066932 31. Dez 16:40 initrd-4.4.36-8-default
-rw-r--r-- 1 root root   500736 31. Dez 16:28 message
-rw-r--r-- 1 root root   356141  9. Dez 23:33 symvers-4.4.36-8-default.gz
-rw-r--r-- 1 root root      377  9. Dez 23:33 sysctl.conf-4.4.36-8-default
-rw-r--r-- 1 root root  3186561  9. Dez 23:19 System.map-4.4.36-8-default
-rw-r--r-- 1 root root  6868986  9. Dez 23:39 vmlinux-4.4.36-8-default.gz
lrwxrwxrwx 1 root root       24 31. Dez 16:17 vmlinuz -> vmlinuz-4.4.36-8-default
-rw-r--r-- 1 root root  5877960 10. Dez 00:22 vmlinuz-4.4.36-8-default
-rw-r--r-- 1 root root       65 10. Dez 00:22 .vmlinuz-4.4.36-8-default.hmac

Code:
ls -l /boot/efi/EFI/boot
insgesamt 1212
-rwxrwxr-x 1 root root 1164376 31. Dez 16:33 bootx64.efi
-rwxrwxr-x 1 root root   72240 31. Dez 16:33 fallback.efi

Code:
ls -l /boot/efi/EFI/opensuse
insgesamt 3380
-rwxrwxr-x 1 root root      58 31. Dez 16:33 boot.csv
-rwxrwxr-x 1 root root     155 31. Dez 16:33 grub.cfg
-rwxrwxr-x 1 root root  992632 31. Dez 16:33 grub.efi
-rwxrwxr-x 1 root root  121344 31. Dez 16:33 grubx64.efi
-rwxrwxr-x 1 root root 1166552 31. Dez 16:33 MokManager.efi
-rwxrwxr-x 1 root root 1164376 31. Dez 16:33 shim.efi

Code:
ls -l /boot/grub2/grub.cfg
-rw------- 1 root root 7350 31. Dez 16:40 /boot/grub2/grub.cfg

Code:
 cat /boot/grub2/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -f ${config_directory}/grubenv ]; then
  load_env -f ${config_directory}/grubenv
elif [ -s $prefix/grubenv ]; then
  load_env
fi

if [ "${env_block}" ] ; then
  load_env -f "${env_block}"
fi

if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   if [ "${env_block}" ] ; then
     save_env -f "${env_block}" next_entry
   fi
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
else
  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
fi
    font="/usr/share/grub2/unicode.pf2"
fi

if loadfont $font ; then
echo "Please press t to show the boot menu on this console"
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
else
  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
insmod png
set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
export theme
if [ x${boot_once} = xtrue ]; then
  set timeout=0
elif [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=8
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=8
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE 13.2'  --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
        else
          search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
        fi
        echo    'Linux 4.4.36-8-default wird geladen …'
        linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79   resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts
        echo    'Initiale Ramdisk wird geladen …'
        initrd  /boot/initrd-4.4.36-8-default
}
submenu 'Erweiterte Optionen für openSUSE 13.2' --hotkey=1 $menuentry_id_option 'gnulinux-advanced-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
        menuentry 'openSUSE 13.2, mit Linux 4.4.36-8-default' --hotkey=2 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.36-8-default-advanced-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                else
                  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                fi
                echo    'Linux 4.4.36-8-default wird geladen …'
                linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79   resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd-4.4.36-8-default
        }
        menuentry 'openSUSE 13.2, mit Linux 4.4.36-8-default (Wiederherstellungsmodus)' --hotkey=3 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.36-8-default-recovery-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                else
                  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                fi
                echo    'Linux 4.4.36-8-default wird geladen …'
                linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79  showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd-4.4.36-8-default
        }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/50_bootcycle ###
# created for bootcycle detection
menuentry 'halt' {
        halt
}
### END /etc/grub.d/50_bootcycle ###

### BEGIN /etc/grub.d/80_suse_btrfs_snapshot ###
### END /etc/grub.d/80_suse_btrfs_snapshot ###

### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###

### BEGIN /etc/grub.d/95_textmode ###

    # On EFI systems we can only have graphics *or* serial, so allow the user
    # to switch between the two
    hiddenentry 'Text mode' --hotkey 't' {
        set textmode=true
        terminal_output console
    }
### END /etc/grub.d/95_textmode ###

Code:
cat /etc/default/grub
# Modified by YaST2. Last modification on Mo Apr 27 00:11:23 CEST 2015
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader

# If you change this file, run 'grub2-mkconfig -o /boot/grub2/grub.cfg' afterwards to update
# /boot/grub2/grub.cfg.
GRUB_DISTRIBUTOR="openSUSE 13.2"
GRUB_DEFAULT=saved
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=8
GRUB_CMDLINE_LINUX_DEFAULT=" resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts"
# kernel command line options for failsafe mode
GRUB_CMDLINE_LINUX_RECOVERY="showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=0x01234567,0xfefefefe,0x89abcdef,0xefefefef
# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=gfxterm
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY=true
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
# Skip 30_os-prober if you experienced very slow in probing them
# WARNING foregin OS menu entries will be lost if set true here
GRUB_DISABLE_OS_PROBER=false
GRUB_THEME=/boot/grub2/themes/openSUSE/theme.txt
GRUB_BACKGROUND=/boot/grub2/themes/openSUSE/background.png
GRUB_USE_LINUXEFI=false
SUSE_BTRFS_SNAPSHOT_BOOTING=true
GRUB_ENABLE_CRYPTODISK=n

Code:
grub2-mkconfig
Generating grub configuration file ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -f ${config_directory}/grubenv ]; then
  load_env -f ${config_directory}/grubenv
elif [ -s $prefix/grubenv ]; then
  load_env
fi

if [ "${env_block}" ] ; then
  load_env -f "${env_block}"
fi

if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   if [ "${env_block}" ] ; then
     save_env -f "${env_block}" next_entry
   fi
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
else
  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
fi
    font="/usr/share/grub2/unicode.pf2"
fi

if loadfont $font ; then
echo "Please press t to show the boot menu on this console"
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
Thema gefunden: /boot/grub2/themes/openSUSE/theme.txt
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
else
  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
insmod png
set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
export theme
if [ x${boot_once} = xtrue ]; then
  set timeout=0
elif [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=8
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=8
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/10_linux ###
Linux-Abbild gefunden: /boot/vmlinuz-4.4.36-8-default
initrd-Abbild gefunden: /boot/initrd-4.4.36-8-default
menuentry 'openSUSE 13.2'  --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
        else
          search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
        fi
        echo    'Linux 4.4.36-8-default wird geladen …'
        linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79   resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts
        echo    'Initiale Ramdisk wird geladen …'
        initrd  /boot/initrd-4.4.36-8-default
}
submenu 'Erweiterte Optionen für openSUSE 13.2' --hotkey=1 $menuentry_id_option 'gnulinux-advanced-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
        menuentry 'openSUSE 13.2, mit Linux 4.4.36-8-default' --hotkey=2 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.36-8-default-advanced-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                else
                  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                fi
                echo    'Linux 4.4.36-8-default wird geladen …'
                linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79   resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd-4.4.36-8-default
        }
        menuentry 'openSUSE 13.2, mit Linux 4.4.36-8-default (Wiederherstellungsmodus)' --hotkey=3 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.36-8-default-recovery-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                else
                  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                fi
                echo    'Linux 4.4.36-8-default wird geladen …'
                linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79  showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd-4.4.36-8-default
        }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
  /run/lvm/lvmetad.socket: connect failed: Datei oder Verzeichnis nicht gefunden
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/50_bootcycle ###
# created for bootcycle detection
menuentry 'halt' {
        halt
}
### END /etc/grub.d/50_bootcycle ###

### BEGIN /etc/grub.d/80_suse_btrfs_snapshot ###
### END /etc/grub.d/80_suse_btrfs_snapshot ###

### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###

### BEGIN /etc/grub.d/95_textmode ###

    # On EFI systems we can only have graphics *or* serial, so allow the user
    # to switch between the two
    hiddenentry 'Text mode' --hotkey 't' {
        set textmode=true
        terminal_output console
    }
### END /etc/grub.d/95_textmode ###
erledigt

Gruß
Feuervogel
 
OP
Feuervogel

Feuervogel

Hacker
Hallo tomm.fa,

vielen Dank für Deine zielführende Erläuterung.

Es hat alles geklappt und das Grub-Menü zeigt jetzt die entsprechenden Einträge. Ich habe mich für "openSUSE LEAP 42.2" entschieden.

Gruß
Feuervogel
 
OP
Feuervogel

Feuervogel

Hacker
Hallo tomm.fa,

hier das Ergebnis:
Code:
cat /boot/grub2/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -f ${config_directory}/grubenv ]; then
  load_env -f ${config_directory}/grubenv
elif [ -s $prefix/grubenv ]; then
  load_env
fi

if [ "${env_block}" ] ; then
  load_env -f "${env_block}"
fi

if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   if [ "${env_block}" ] ; then
     save_env -f "${env_block}" next_entry
   fi
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
else
  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
fi
    font="/usr/share/grub2/unicode.pf2"
fi

if loadfont $font ; then
echo "Please press t to show the boot menu on this console"
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
else
  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
insmod png
set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
export theme
if [ x${boot_once} = xtrue ]; then
  set timeout=0
elif [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=8
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=8
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE LEAP 42.2'  --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
        else
          search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
        fi
        echo    'Linux 4.4.36-8-default wird geladen …'
        linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79   resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts
        echo    'Initiale Ramdisk wird geladen …'
        initrd  /boot/initrd-4.4.36-8-default
}
submenu 'Erweiterte Optionen für openSUSE LEAP 42.2' --hotkey=1 $menuentry_id_option 'gnulinux-advanced-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
        menuentry 'openSUSE LEAP 42.2, mit Linux 4.4.36-8-default' --hotkey=2 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.36-8-default-advanced-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                else
                  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                fi
                echo    'Linux 4.4.36-8-default wird geladen …'
                linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79   resume=/dev/disk/by-id/ata-WDC_WD10JPVX-80JC3T0_WD-WX11E83AAH10-part2 splash=silent quiet showopts
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd-4.4.36-8-default
        }
        menuentry 'openSUSE LEAP 42.2, mit Linux 4.4.36-8-default (Wiederherstellungsmodus)' --hotkey=3 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.36-8-default-recovery-0f7bf191-9c97-4a38-9b09-d5498d5dbc79' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                set root='hd0,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                else
                  search --no-floppy --fs-uuid --set=root 0f7bf191-9c97-4a38-9b09-d5498d5dbc79
                fi
                echo    'Linux 4.4.36-8-default wird geladen …'
                linux   /boot/vmlinuz-4.4.36-8-default root=UUID=0f7bf191-9c97-4a38-9b09-d5498d5dbc79  showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd-4.4.36-8-default
        }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/50_bootcycle ###
# created for bootcycle detection
menuentry 'halt' {
        halt
}
### END /etc/grub.d/50_bootcycle ###

### BEGIN /etc/grub.d/80_suse_btrfs_snapshot ###
### END /etc/grub.d/80_suse_btrfs_snapshot ###

### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###

### BEGIN /etc/grub.d/95_textmode ###

    # On EFI systems we can only have graphics *or* serial, so allow the user
    # to switch between the two
    hiddenentry 'Text mode' --hotkey 't' {
        set textmode=true
        terminal_output console
    }
### END /etc/grub.d/95_textmode ###
Nochmal: vielen Dank!

Gruß
Feuervogel
 

Sauerland

Ultimate Guru
Dein Problem ist auch irgendwo als Bug aufgetaucht....

Nur in meinem Alter wird es mit dem Erinnern immer schlechter............
 
OP
Feuervogel

Feuervogel

Hacker
Hallo Sauerland,

vielen Dank für Deine Rückmeldung und die Information
Sauerland schrieb:
Dein Problem ist auch irgendwo als Bug aufgetaucht....

Sauerland schrieb:
Nur in meinem Alter wird es mit dem Erinnern immer schlechter............
Nun, ich weiß nicht, wieviel Lenze Du zählst, aber das mit dem schlechteren Erinnern ist durchaus altersunabhängig. Ich kenne Personen unterschiedlichen Alters, und dazu auch Personen unter 25, unter 30, unter 40, bei denen das Erinnerungsvermögen - manchmal auch durchaus absichtlich ;) - (bei Bedarf) durchaus zu Wünschen übrig lässt.

Gruß
Feuervogel
 
Oben