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

Nach Update, Kein OS mehr, lande im EFI Setup

ws1964

Hacker
Hallo an Alle,

Ich weis, hatten wir schon mal. Doch keiner hat Erfahrungen gemacht.
Also nochmal.
Am 25.01.2015 habe ich mit
Hardware: meinem ASUS Notebook F550C,
OS: Open Suse 13.1
Software: Apper

.. ein Update gemacht, so wie vom System vorgeschlagen.
Das Update wurde ausgefuehrt und ich habe den Rechner neu gestartet.
Danach bin ich im EFI Setup gelandet.. (Schoener blauer Hintergrund :( )

Aus Erfahrung wusste Ich, dass ich nun..
1.) Rechner ausschalten,
2.) DVD openSuse 13.1 bereitlegen,
3.) Rechner einschalten und DVD (siehe punkt 2) einlegen muss,
4.) nach dem ueblichen ballaballa "[x] Update existing system" anwaehlen muss und
5.) alle deaktivierten Repositiories wieder auf [enabled] setzen muss.
(Nicht zu vergessen ein schoenes langes Ethernet-kabel sollte immer griffbereit in einer Schublade liegen, denn WLAN geht ja (noch) nich... :) )
6.) Update starten, warten bis alles abgeroedelt ist und dann wird am Ende der Grub (alte Mimose) wieder installiert und...
7.) Herzinfarkt ueberstanden und Kiste laeuft.

Das ist natuerlich vor dem Hintergrund des Win XP Ersatzes und "nun koennen ja VIELE/ALLE auf Linux umsteigen" DAS Argument. Mach ein Update und der Adrenalin-Spiegel steigt garantiert.
OK das war SARKASMUS pur. Aber was soll das? Gibt es hier einen Bug?
Wie soll man in Zukunft ein Update bei OpenSuse machen ohne Blutdruck-HOCH und koerperliche Physis am Boden zerstoert?

Mich wuerde mal interessieren ob ich der Einzige bin, der diese Erfahrung gemacht hat. Ist ja schon meine Zweite! hier der linke http://forum.linux-club.de/viewtopic.php?f=89&t=119351

Danke an alle.
 

gehrke

Administrator
Teammitglied
Nur ein Gedanke. Bei meinen heutigen Updates war auch 'shim' dabei:
Code:
2015-01-26 11:19:10|install|shim|0.7.318.81ee561d-7.2|x86_64||repo-update|f006defae291175acb7676a04a1efd05978396e8e2bcc1cb820e2c6139114c71|
Ohne mich besonders gut damit auszukennen glaube ich doch, dass das mit SecureBoot zusammenhängt. Ist das bei Dir eingeschaltet?

Nachtrag:
ws1964 schrieb:
Das Update wurde ausgefuehrt und ich habe den Rechner neu gestartet.
Danach bin ich im EFI Setup gelandet.. (Schoener blauer Hintergrund :( )
[...]
6.) Update starten, warten bis alles abgeroedelt ist und dann wird am Ende der Grub (alte Mimose) wieder installiert und...
Das scheint mir jetzt aber eher nicht mit GRUB2 zu tun zu haben. Das EFI-Zeug kommt noch davor.
 
OP
ws1964

ws1964

Hacker
gehrke schrieb:
Nur ein Gedanke. Bei meinen heutigen Updates war auch 'shim' dabei:
Code:
2015-01-26 11:19:10|install|shim|0.7.318.81ee561d-7.2|x86_64||repo-update|f006defae291175acb7676a04a1efd05978396e8e2bcc1cb820e2c6139114c71|
Hallo gehrke

Ja Shim war diesmal auch dabei, aus dem Augenwinkel habe ich den "Misthund" beobachtet.
Aber secure boot war von Anfang an ausgeschaltet und ist es immer noch.
War eigentlich das erste was ich machte, nachdem ich die Win8-Kiste in meinen Haenden hielt.

Danke fuer Deine schnelle Antwort.

Bis die Tage
 

gehrke

Administrator
Teammitglied
Noch ein Hinweis: Auf meinem System wurde auch LVM2 aktualisiert, was scheinbar zu einer Neu-Generierung der GRUB2-Konfiguration führte:
Code:
# 2015-01-26 11:18:46 lvm2-2.02.98-0.28.22.2.x86_64.rpm installed ok
# Additional rpm output:
# Scanning scripts ...
# Resolve dependencies ...
# Install symlinks in /lib/mkinitrd/setup ...
# Install symlinks in /lib/mkinitrd/boot ...
# 
# Kernel image:   /boot/vmlinuz-3.11.10-25-default
# Initrd image:   /boot/initrd-3.11.10-25-default
# KMS drivers:     i915
# Root device:  /dev/system/os3 (mounted on / as ext4)
# Resume device:        /dev/system/swap
# enabling LUKS support for /dev/md0 (cr_md-uuid-<xxx>)
# Microcode: Adding Intel microcode 06-2a-07
# Only english keyboard layout supported.
# Please ensure that the password is typed correctly.
# Kernel Modules:       thermal_sys thermal processor fan dm-mod dm-crypt dm-snapshot dm-log dm-region-hash dm-mirror raid0 raid1 raid10 async_tx async_memcpy xor async_xor raid6_pq async_pq async_raid6_r
ecov raid456 scsi_dh scsi_dh_alua scsi_dh_rdac scsi_dh_emc scsi_dh_hp_sw video button i2c-algo-bit drm drm_kms_helper i915 usb-common usbcore ohci-hcd uhci-hcd ehci-hcd xhci-hcd usbhid hid-logitech-dj hid
-generic hid-holtek-kbd hid-lenovo-tpkbd hid-ortek hid-roccat hid-roccat-common hid-roccat-arvo hid-roccat-isku hid-samsung ehci-pci ohci-pci linear arc4 sha256_generic sha256-ssse3 cryptd crc32-pclmul cr
c32c-intel ghash-clmulni-intel aes-x86_64 glue_helper gf128mul lrw ablk_helper aesni-intel 
# Features:       acpi dm md intel_microcode kms block usb lvm2 luks resume.userspace resume.kernel
[...]
@ws1964: Verwendest Du LVM?
 

josef-wien

Ultimate Guru
ws1964 schrieb:
Danach bin ich im EFI Setup gelandet.
Ich weiß ja nicht, was Dein UEFI-Boot-Menü enthält, aber wenn Du im UEFI-Setup landest, stimmt entweder etwas mit dem gewählten Eintrag oder der Datei \EFI\BOOT\bootx64.efi nicht. Was zeigt:
Code:
efibootmgr -v
ws1964 schrieb:
ohne Blutdruck-HOCH und koerperliche Physis am Boden zerstoert
Wenn Dein UEFI über eine UEFI-Shell verfügt und sich die Dateien vmlinuz und initrd (zusätzlich) auf der EFI-Systempartition befinden, kannst Du Linux direkt aus der UEFI-Shell heraus starten. Ansonsten kannst Du den PC mit der Super Grub2 Disk starten und von dort dann das installierte System. Dann mußt Du nur noch YaST überreden, den bootloader korrekt einzurichten.

gehrke schrieb:
was scheinbar zu einer Neu-Generierung der GRUB2-Konfiguration führte
Was Du zeigst, ist die Neuerstellung der initrd, von GRUB2 lese ich nichts.
 

gehrke

Administrator
Teammitglied
josef-wien schrieb:
gehrke schrieb:
was scheinbar zu einer Neu-Generierung der GRUB2-Konfiguration führte
Was Du zeigst, ist die Neuerstellung der initrd, von GRUB2 lese ich nichts.
Das ist richtig, davon steht da nix. Aber wenn ich GRUB2 richtig verstanden habe, dann folgt auf die Neuerstellung der initrd zwangsweise eine Neugenerierung der grub.cfg.

So sieht das bei mir derzeit aus (Update um 11:18 eingespielt):

Code:
gehrke-w520:~ # ls -ltar /boot/initrd*
[...]
-rw------- 1 root root 24886603 Jan 26 11:18 /boot/initrd-3.11.10-25-default
lrwxrwxrwx 1 root root       25 Jan 26 11:18 /boot/initrd -> initrd-3.11.10-25-default
-rw------- 1 root root 24659288 Jan 26 11:18 /boot/initrd-3.11.10-25-desktop
-rw------- 1 root root 24657937 Jan 26 11:18 /boot/initrd-3.11.6-4-desktop
Code:
gehrke-w520:~ # ls -ltar /boot/grub2/grub.cfg
-rw------- 1 root root 53125 Jan 26 11:19 /boot/grub2/grub.cfg
Code:
gehrke-w520:~ # grep 'initrd-3.11.6-4-desktop' /boot/grub2/grub.cfg
                initrd  /initrd-3.11.6-4-desktop
                initrd  /initrd-3.11.6-4-desktop
                initrd /initrd-3.11.6-4-desktop
                initrd /initrd-3.11.6-4-desktop
                initrd /initrd-3.11.6-4-desktop
                initrd /initrd-3.11.6-4-desktop

Nachtrag:
Hier der Auszug aus den Logs, woraus hervorgeht, dass in unmittelbarer Folge auf die Updates das Script 'grub2-mkconfig' aufgerufen wird:
Code:
2015-01-26T11:15:10.852776+01:00 gehrke-w520 org.freedesktop.PackageKit[959]: DownloadProgressReportReceiver::start():http://download.opensuse.org/update/13.1/ --lvm2;2.02.98-0.28.22.2;x86_64;repo-update
2015-01-26T11:15:12.404896+01:00 gehrke-w520 org.freedesktop.PackageKit[959]: DownloadProgressReportReceiver::start():http://download.opensuse.org/update/13.1/ --shim;0.7.318.81ee561d-7.2;x86_64;repo-update
[...]
2015-01-26T11:17:18.792426+01:00 gehrke-w520 systemd[1]: Reloading.
[...]
2015-01-26T11:17:56.898945+01:00 gehrke-w520 os-prober: debug: /dev/sda1: part of software raid array
Das ist im Update-Mechanismus so hinterlegt und ist auch korrekt für Fälle, in denen Pakete aktualisiert wurden, die für das Booten relevant sind (in meinem Fall wahrscheinlich LVM).
http://wiki.linux-club.de/opensuse/GRUB2#Konfiguration_neu_generieren


Aber wie schon geschrieben dürfte das Problem hier gar nicht bei GRUB2 liegen, sondern irgendwo im EFI- bzw. SecureBoot- Kontext.

Und hier hoffe ich, dass der TE noch etwas mehr Informationen liefern kann, um hier mehr Licht ins Dunkel zu bringen. Für einen weniger versierten User kann so etwas schon ein massives Problem darstellen. Leider häufen sich scheinbar genau diese Probleme in der jüngsten Zeit und das Debugging ist etwas schwierig ohne qualifizierte Unterstützung durch die betroffenen User:
http://forum.linux-club.de/viewtopic.php?f=115&t=119914
http://forum.linux-club.de/viewtopic.php?f=115&t=119778
 
OP
ws1964

ws1964

Hacker
josef-wien schrieb:
ws1964 schrieb:
Danach bin ich im EFI Setup gelandet.
Ich weiß ja nicht, was Dein UEFI-Boot-Menü enthält, aber wenn Du im UEFI-Setup landest, stimmt entweder etwas mit dem gewählten Eintrag oder der Datei \EFI\BOOT\bootx64.efi nicht. Was zeigt:
Code:
efibootmgr -v
Also tatsaechlich hat nach dem update sich an der \EFI\BOOT\bootx64.efi etwas getan, ich habe vor dem Neustart gesehen, dass sich das Datum auf das des updates geaendert hat.

Aber Mr. josef-wien. Wie Du schon bemerkt hast, bin ich kein Experte. Ich nehme den Rechner aus der Box, habe maximal "secure-boot" deaktiviert, und das war's. UEFI Shell? Selbst wenn es die gaebe, ich habe keine Kommando Referenz.
Ich weiss nur, dass wenn der blaue UEFI Bildschirm erscheint, dass ich meine installations-DVD, ein Ethernet-Kabel und eine gute Internet Verbindung brauche. Das ist Alles.
Warum mir ein normales Update den Bootloader oder sonst etwas Wichtges bezueglich des bootens zerschiesst, ist mir nicht klar.

Trotzdem Danke fuer Deine Antwort.

@gehrke
Auch Danke an Dich.
Also LVM benutze ich nicht.

Bis dann
 

josef-wien

Ultimate Guru
ws1964 schrieb:
dass ich meine installations-DVD, ein Ethernet-Kabel und eine gute Internet Verbindung brauche
Du schießt nicht mit Kanonen auf Spatzen, sondern mit Asteroiden auf Mücken.

ws1964 schrieb:
Warum mir ein normales Update den Bootloader oder sonst etwas Wichtges bezueglich des bootens zerschiesst, ist mir nicht klar.
Wie schon gehrke schrieb, kann Dir ohne Informationen nicht geholfen werden.

gehrke schrieb:
Aber wie schon geschrieben dürfte das Problem hier gar nicht bei GRUB2 liegen
Es liegt bei der bootloader-Einrichtung (zu der ich nichts beitragen kann), da Daten auf der EFI-Systempartition oder im UEFI-Boot-Menü nicht (mehr) passen.
 
OP
ws1964

ws1964

Hacker
josef-wien schrieb:
ws1964 schrieb:
dass ich meine installations-DVD, ein Ethernet-Kabel und eine gute Internet Verbindung brauche
Du schießt nicht mit Kanonen auf Spatzen, sondern mit Asteroiden auf Mücken.
mag sein..
Informationen?

Lieber Josef-Wien. Mir ist bewusst, Du bist Experte. Respekt.
josef-wien schrieb:
Wie schon gehrke schrieb, kann Dir ohne Informationen nicht geholfen werden.
Aber was fuer informationen?

Ich liefere mal was ich weiss.
Also die Herangehensweise ein Update zu machen.

1.) Starte mein System (OpenSuse 13.1 auf einem ASUS Notebook)
2.) Eine Notitz erscheint, dass Updates zur Verfuegung stehen.
3.) Ich nutze die Tastenkombination [Alt]+[F2] und tippe "Apper" ein
4.) [ENTER] und Apper startet.
5.) Klicken auf "Updates"
6.) Updates starten mit [Apply] (ich habe ein englisches System)
7.) Ich muss einmal zusaetzliche Packetquellen bestaetigen und einmal das "License agreement" vom Flash Player, dann roedelt das Update los...
8.) Das Update wird ausgefuehrt. Ich warte bis es fertig ist.
9.) Wenn es beendet ist, dann starte ich den Rechner neu.
10.) Ich lande im EFI-SETUP.

So, mehr weiss ich auch nicht. Das ist eigentlich unter normalen Umstaenden keine Raketenwissenschaft. Nur von Zeit zu Zeit schickt mich das System nach einem Update in dieses EFI Setup, da wahrscheinlich bei diesem Update der Bootmanager zerstoert, nicht richtig wiedereingerichtet oder sonst etwas falsch oder unterlassen wurde.
Ich fummle nicht, ich mache nur das was jeder vorschlaegt: "Mache zeitnah Updates damit sicherheitstechnisch du immer auf dem neuesten Stand bist."

Wo ist denn nun mein Fehler?

Danke immer wieder fuer Deine Geduld mit solchen Greenhorns wie mir in eine Diskussion einzutreten.

Bis die Tage
 

gehrke

Administrator
Teammitglied
ws1964 schrieb:
Wo ist denn nun mein Fehler?
Ich vermute mal, dass 'josef-wien' den Kanonen-auf-Spatzen-Vergleich auf die Art der Fehlerbehebung bezogen hat. Das ist schon ein einigermaßen grobes Werkzeug, aber es hat ja geholfen.

Zu der Frage der Ursache habe ja schon mehrere Leute festgestellt, dass das hier ein Problem ist, welches relativ viele User trifft und wir als Ratgebende relativ machtlos sind - siehe die beiden Links weiter oben. Stand heute vermute ich, dass Du gar nichts falsch gemacht hast, sondern das Versagen systembedingt ist - irgendwas funktioniert da noch gar nicht und kann im Prinzip jeden treffen, der ein gewisses Setup fährt.

Zur Frage was Du tun kannst: Du könntest etwas genauer auf Dein spezielles Setup eingehen, evtl. kann man daraus etwas ableiten. Insbesondere könnten diese Informationen wichtig sein:
*Welches Board wird eingesetzt (möglichst genau) wegen UEFI
*Welche Einstellungen sind dort im UEFI- und SecureBoot-Kontext gesetzt

Eine Durchführung der folgenden Befehle als root und Posten der Informationen wären möglicherweise hilfreich:
Code:
date
uname -a
lsblk
fdisk -l /dev/sd?   (? entsprechend ersetzen)
hwinfo --bios
hwinfo --disk
cat /etc/fstab
ls -ltarR /boot
cat /boot/grub2/grub.cfg
pvs
lvs
lvdisplay
dmidecode -t 2
zypper se -si grub2
dd if=/dev/sda bs=512 count=1 | hexdump -C
Derzeit tappen wir noch im Dunkeln, da wären solche Informationen durchaus hilfreich. Idealerweise zu dem Zeitpunkt wenn das Problem besteht, gebootet mit supergrub oder einer live-Version mit chroot.
 
OP
ws1964

ws1964

Hacker
gehrke schrieb:
Derzeit tappen wir noch im Dunkeln, da wären solche Informationen durchaus hilfreich. Idealerweise zu dem Zeitpunkt wenn das Problem besteht, gebootet mit supergrub oder einer live-Version mit chroot.
OK, da zur Zeit das Problem nicht besteht, kann ich diese Infos nicht liefern.
Habe aber das Script gespeichert und versuche die infos zu bekommen nach dem naechsten kritischen Update.
Mich beruhigt allerding, dass ich nicht der Einzige bin, der das Problem hat.

Danke Euch allen!
 

gehrke

Administrator
Teammitglied
ws1964 schrieb:
OK, da zur Zeit das Problem nicht besteht, kann ich diese Infos nicht liefern.
Der Großteil der Informationen könnte durchaus auch jetzt noch relevant sein. Vieles davon hat sich ja durch das Update nicht verändert.
 
OP
ws1964

ws1964

Hacker
Ich habe das mal ausgefuehrt

Code:
#!/bin/bash
date > 001date.txt
Fri Jan 30 19:33:46 CST 2015

uname -a > 002uname.txt
Linux linux-v48r.site 3.11.10-25-desktop #1 SMP PREEMPT Wed Dec 17 17:57:03 UTC 2014 (8210f77) x86_64 x86_64 x86_64 GNU/Linux

lsblk > 003lsblk.txt
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 931.5G  0 disk 
├─sda1   8:1    0   156M  0 part /boot/efi
├─sda2   8:2    0     8G  0 part [SWAP]
├─sda3   8:3    0    50G  0 part /
└─sda4   8:4    0 873.4G  0 part /home
sr0     11:0    1  1024M  0 rom  

fdisk -l /dev/sda > 004fdik.txt
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt


#         Start          End    Size  Type            Name
 1         2048       321535    156M  EFI System      primary
 2       321536     17125375      8G  Microsoft basic primary
 3     17125376    121980927     50G  Microsoft basic primary
 4    121980928   1953523711  873.4G  Microsoft basic primary

hwinfo --bios > 005hwinfo_bios.txt
01: None 00.0: 10105 BIOS
  [Created at bios.186]
  Unique ID: rdCR.lZF+r4EgHp4
  Hardware Class: bios
  BIOS Keyboard LED Status:
    Scroll Lock: on
    Num Lock: on
    Caps Lock: on
  Serial Port 0: 0x100
  Serial Port 1: 0x302
  Serial Port 2: 0x504
  Serial Port 3: 0x706
  Parallel Port 0: 0x908
  Parallel Port 1: 0xb0a
  Parallel Port 2: 0xd0c
  Config Status: cfg=no, avail=yes, need=no, active=unknown

hwinfo --disk > 006hwinfo_disk.txt
20: IDE 00.0: 10600 Disk
  [Created at block.245]
  Unique ID: 3OOL.vd6hYLDomr3
  Parent ID: w7Y8.f_eFivRp8ZF
  SysFS ID: /class/block/sda
  SysFS BusID: 0:0:0:0
  SysFS Device Link: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0
  Hardware Class: disk
  Model: "WDC WD10JPVT-00A"
  Vendor: "WDC"
  Device: "WD10JPVT-00A"
  Revision: "01.0"
  Serial ID: "WD-WXL1CB1H7454"
  Driver: "ahci", "sd"
  Driver Modules: "ahci"
  Device File: /dev/sda
  Device Files: /dev/sda, /dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454, /dev/disk/by-id/scsi-1ATA_WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454, /dev/disk/by-id/scsi-SATA_WDC_WD10JPVT-00A_WD-WXL1CB1H7454, /dev/disk/by-id/wwn-0x50014ee6022bf8fd, /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0
  Device Number: block 8:0-8:15
  BIOS id: 0x80
  Geometry (Logical): CHS 121601/255/63
  Size: 1953525168 sectors a 512 bytes
  Capacity: 931 GB (1000204886016 bytes)
  Config Status: cfg=yes, avail=yes, need=no, active=unknown
  Attached to: #14 (SATA controller)

cat /etc/fstab > 007cat_fstab.txt
/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part2 swap                 swap       defaults              0 0
/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part3 /                    ext4       acl,user_xattr        1 1
/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part1 /boot/efi            vfat       umask=0002,utf8=true  0 0
/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part4 /home                ext4       acl,user_xattr        1 2

ls -ltarR /boot > 008ltar.txt
/boot:
total 79992
drwxrwxr-x  3 root root    16384 Jan  1  1970 efi
-rw-r--r--  1 root root     1484 Oct 18  2013 boot.readme
-rw-r--r--  1 root root   746472 Nov  1  2013 symtypes-3.11.6-4-desktop.gz
-rw-r--r--  1 root root   141138 Jul 22  2014 config-3.11.10-21-desktop
-rw-r--r--  1 root root  2682045 Jul 22  2014 System.map-3.11.10-21-desktop
-rw-r--r--  1 root root  6044086 Jul 23  2014 vmlinux-3.11.10-21-desktop.gz
-rw-r--r--  1 root root      516 Jul 23  2014 sysctl.conf-3.11.10-21-desktop
-rw-r--r--  1 root root   262916 Jul 23  2014 symvers-3.11.10-21-desktop.gz
-rw-r--r--  1 root root   747792 Jul 23  2014 symtypes-3.11.10-21-desktop.gz
-rw-r--r--  1 root root  5183048 Jul 23  2014 vmlinuz-3.11.10-21-desktop
lrwxrwxrwx  1 root root        1 Aug 26 12:26 boot -> .
drwxr-xr-x  2 root root     4096 Aug 26 12:26 grub
-rw-r--r--  1 root root   620544 Aug 27 09:54 message
-rw-r--r--  1 root root   141179 Dec 18 03:44 config-3.11.10-25-desktop
-rw-r--r--  1 root root  2683568 Dec 18 04:36 System.map-3.11.10-25-desktop
-rw-r--r--  1 root root  6045930 Dec 18 04:48 vmlinux-3.11.10-25-desktop.gz
-rw-r--r--  1 root root      516 Dec 18 04:49 sysctl.conf-3.11.10-25-desktop
-rw-r--r--  1 root root   263026 Dec 18 04:49 symvers-3.11.10-25-desktop.gz
-rw-r--r--  1 root root   747887 Dec 18 04:55 symtypes-3.11.10-25-desktop.gz
-rw-r--r--  1 root root  5184584 Dec 18 06:26 vmlinuz-3.11.10-25-desktop
lrwxrwxrwx  1 root root       26 Dec 22 00:56 vmlinuz -> vmlinuz-3.11.10-25-desktop
-rw-------  1 root root 25166236 Jan 25 22:22 initrd-3.11.10-21-desktop
-rw-------  1 root root 25166584 Jan 25 22:22 initrd-3.11.10-25-desktop
lrwxrwxrwx  1 root root       25 Jan 25 22:22 initrd -> initrd-3.11.10-25-desktop
drwxr-xr-x  5 root root     4096 Jan 25 22:22 .
drwxr-xr-x  7 root root     4096 Jan 25 22:23 grub2
drwxr-xr-x 24 root root     4096 Jan 30 18:28 ..

/boot/efi:
total 24
drwxrwxr-x 3 root root 16384 Jan  1  1970 .
drwxrwxr-x 4 root root  4096 Jan 25 09:22 EFI
drwxr-xr-x 5 root root  4096 Jan 25 22:22 ..

/boot/efi/EFI:
total 28
drwxrwxr-x 3 root root 16384 Jan  1  1970 ..
drwxrwxr-x 2 root root  4096 Aug 26 12:32 opensuse
drwxrwxr-x 2 root root  4096 Jan 25 09:22 boot
drwxrwxr-x 4 root root  4096 Jan 25 09:22 .

/boot/efi/EFI/opensuse:
total 128
drwxrwxr-x 2 root root   4096 Aug 26 12:32 .
drwxrwxr-x 4 root root   4096 Jan 25 09:22 ..
-rwxrwxr-x 1 root root 121344 Jan 25 09:23 grubx64.efi

/boot/efi/EFI/boot:
total 8
drwxrwxr-x 4 root root 4096 Jan 25 09:22 ..
drwxrwxr-x 2 root root 4096 Jan 25 09:22 .

/boot/grub:
total 208
-rw-r--r-- 1 root root   9320 Sep 28  2013 xfs_stage1_5
-rw-r--r-- 1 root root   6688 Sep 28  2013 vstafs_stage1_5
-rw-r--r-- 1 root root   7488 Sep 28  2013 ufs2_stage1_5
-rw-r--r-- 1 root root    512 Sep 28  2013 stage1
-rw-r--r-- 1 root root   9632 Sep 28  2013 reiserfs_stage1_5
-rw-r--r-- 1 root root   7296 Sep 28  2013 minix_stage1_5
-rw-r--r-- 1 root root   8608 Sep 28  2013 jfs_stage1_5
-rw-r--r-- 1 root root   7136 Sep 28  2013 iso9660_stage1_5
-rw-r--r-- 1 root root   7136 Sep 28  2013 ffs_stage1_5
-rw-r--r-- 1 root root   7904 Sep 28  2013 fat_stage1_5
-rw-r--r-- 1 root root   8608 Sep 28  2013 e2fs_stage1_5
-rw-r--r-- 1 root root 102058 Aug 26 12:26 stage2
drwxr-xr-x 2 root root   4096 Aug 26 12:26 .
drwxr-xr-x 5 root root   4096 Jan 25 22:22 ..

/boot/grub2:
total 52
drwxr-xr-x 2 root root  4096 Nov  6  2013 backgrounds
drwxr-xr-x 2 root root  4096 Aug 26 12:32 fonts
drwxr-xr-x 3 root root  4096 Aug 26 12:35 themes
drwxr-xr-x 5 root root  4096 Jan 25 22:22 ..
drwxr-xr-x 2 root root 12288 Jan 25 22:23 x86_64-efi
drwxr-xr-x 2 root root  4096 Jan 25 22:23 locale
-rw-r--r-- 1 root root  1024 Jan 25 22:23 grubenv
-rw------- 1 root root  8270 Jan 25 22:23 grub.cfg
drwxr-xr-x 7 root root  4096 Jan 25 22:23 .

/boot/grub2/backgrounds:
total 8
drwxr-xr-x 2 root root 4096 Nov  6  2013 .
drwxr-xr-x 7 root root 4096 Jan 25 22:23 ..

/boot/grub2/fonts:
total 1460
drwxr-xr-x 2 root root    4096 Aug 26 12:32 .
-rw-r--r-- 1 root root 1484762 Jan 25 22:23 unicode.pf2
drwxr-xr-x 7 root root    4096 Jan 25 22:23 ..

/boot/grub2/themes:
total 12
drwxr-xr-x 3 root root 4096 Aug 26 12:35 .
drwxr-xr-x 3 root root 4096 Aug 26 12:35 openSUSE
drwxr-xr-x 7 root root 4096 Jan 25 22:23 ..

/boot/grub2/themes/openSUSE:
total 4556
-rw-r--r-- 1 root root    5679 Aug 26 12:35 DejaVuSans-Bold14.pf2
-rw-r--r-- 1 root root    4684 Aug 26 12:35 DejaVuSans10.pf2
drwxr-xr-x 3 root root    4096 Aug 26 12:35 ..
-rw-r--r-- 1 root root     976 Aug 26 12:35 theme.txt
-rw-r--r-- 1 root root      97 Aug 26 12:35 terminal_box_w.png
-rw-r--r-- 1 root root     123 Aug 26 12:35 terminal_box_sw.png
-rw-r--r-- 1 root root     101 Aug 26 12:35 terminal_box_s.png
-rw-r--r-- 1 root root     126 Aug 26 12:35 terminal_box_se.png
-rw-r--r-- 1 root root     210 Aug 26 12:35 terminal_box_nw.png
-rw-r--r-- 1 root root     194 Aug 26 12:35 terminal_box_n.png
-rw-r--r-- 1 root root     128 Aug 26 12:35 terminal_box_ne.png
-rw-r--r-- 1 root root      94 Aug 26 12:35 terminal_box_e.png
-rw-r--r-- 1 root root     178 Aug 26 12:35 terminal_box_c.png
-rw-r--r-- 1 root root     269 Aug 26 12:35 slider_s.png
-rw-r--r-- 1 root root     265 Aug 26 12:35 slider_n.png
-rw-r--r-- 1 root root     197 Aug 26 12:35 slider_c.png
-rw-r--r-- 1 root root     332 Aug 26 12:35 select_c.png
-rw-r--r-- 1 root root     318 Aug 26 12:35 README
drwxr-xr-x 2 root root    4096 Aug 26 12:35 icons
-rw-r--r-- 1 root root    5062 Aug 26 12:35 DejaVuSans12.pf2
-rw-r--r-- 1 root root   19890 Aug 26 12:35 COPYING.CC-BY-SA-3.0
-rw-r--r-- 1 root root 2267051 Aug 26 12:35 background.png
-rw-r--r-- 1 root root    4213 Aug 26 12:35 ascii.pf2
-rw-r--r-- 1 root root 2267051 Aug 26 12:35 terminal-background.png
drwxr-xr-x 3 root root    4096 Aug 26 12:35 .

/boot/grub2/themes/openSUSE/icons:
total 180
-rw-r--r-- 1 root root  4972 Aug 26 12:35 sabayon.png
-rw-r--r-- 1 root root  9765 Aug 26 12:35 macosx.png
-rw-r--r-- 1 root root 14154 Aug 26 12:35 linuxmint.png
-rw-r--r-- 1 root root  3914 Aug 26 12:35 kubuntu.png
-rw-r--r-- 1 root root  3355 Aug 26 12:35 debian.png
-rw-r--r-- 1 root root 10301 Aug 26 12:35 windows.png
-rw-r--r-- 1 root root  5169 Aug 26 12:35 ubuntu.png
-rw-r--r-- 1 root root 71858 Aug 26 12:35 recovery.png
-rw-r--r-- 1 root root  8657 Aug 26 12:35 opensuse.png
-rw-r--r-- 1 root root 11173 Aug 26 12:35 gentoo.png
-rw-r--r-- 1 root root 11234 Aug 26 12:35 fedora.png
drwxr-xr-x 2 root root  4096 Aug 26 12:35 .
drwxr-xr-x 3 root root  4096 Aug 26 12:35 ..

/boot/grub2/x86_64-efi:
total 3092
-rw-r--r-- 1 root root  16440 Jan 25 22:23 acpi.mod
-rw-r--r-- 1 root root   1928 Jan 25 22:23 adler32.mod
-rw-r--r-- 1 root root   8272 Jan 25 22:23 affs.mod
-rw-r--r-- 1 root root   9264 Jan 25 22:23 afs.mod
-rw-r--r-- 1 root root  23040 Jan 25 22:23 ahci.mod
-rw-r--r-- 1 root root   1025 Jan 25 22:23 all_video.mod
-rw-r--r-- 1 root root   1488 Jan 25 22:23 aout.mod
-rw-r--r-- 1 root root   4480 Jan 25 22:23 archelp.mod
-rw-r--r-- 1 root root   5104 Jan 25 22:23 appleldr.mod
-rw-r--r-- 1 root root   8592 Jan 25 22:23 ata.mod
-rw-r--r-- 1 root root   7152 Jan 25 22:23 at_keyboard.mod
-rw-r--r-- 1 root root  10456 Jan 25 22:23 bfs.mod
-rw-r--r-- 1 root root   2512 Jan 25 22:23 backtrace.mod
-rw-r--r-- 1 root root   3128 Jan 25 22:23 bitmap.mod
-rw-r--r-- 1 root root   3696 Jan 25 22:23 bitmap_scale.mod
-rw-r--r-- 1 root root   3320 Jan 25 22:23 boot.mod
-rw-r--r-- 1 root root   3040 Jan 25 22:23 blocklist.mod
-rw-r--r-- 1 root root  48552 Jan 25 22:23 bsd.mod
-rw-r--r-- 1 root root   2848 Jan 25 22:23 bufio.mod
-rw-r--r-- 1 root root  19680 Jan 25 22:23 btrfs.mod
-rw-r--r-- 1 root root   4328 Jan 25 22:23 cat.mod
-rw-r--r-- 1 root root   6224 Jan 25 22:23 cbls.mod
-rw-r--r-- 1 root root   5392 Jan 25 22:23 cbfs.mod
-rw-r--r-- 1 root root   1600 Jan 25 22:23 cbtable.mod
-rw-r--r-- 1 root root   3848 Jan 25 22:23 cbmemc.mod
-rw-r--r-- 1 root root   4088 Jan 25 22:23 cbtime.mod
-rw-r--r-- 1 root root   4272 Jan 25 22:23 cmdline_cat_test.mod
-rw-r--r-- 1 root root  15488 Jan 25 22:23 chain.mod
-rw-r--r-- 1 root root   2880 Jan 25 22:23 cmp.mod
-rw-r--r-- 1 root root   4264 Jan 25 22:23 cpio_be.mod
-rw-r--r-- 1 root root   3504 Jan 25 22:23 configfile.mod
-rw-r--r-- 1 root root   4264 Jan 25 22:23 cpio.mod
-rw-r--r-- 1 root root   2104 Jan 25 22:23 crc64.mod
-rw-r--r-- 1 root root   2296 Jan 25 22:23 cpuid.mod
-rw-r--r-- 1 root root   6944 Jan 25 22:23 crypto.mod
-rw-r--r-- 1 root root  15848 Jan 25 22:23 cryptodisk.mod
-rw-r--r-- 1 root root   3936 Jan 25 22:23 cs5536.mod
-rw-r--r-- 1 root root   2976 Jan 25 22:23 datehook.mod
-rw-r--r-- 1 root root   3192 Jan 25 22:23 date.mod
-rw-r--r-- 1 root root   1936 Jan 25 22:23 datetime.mod
-rw-r--r-- 1 root root   2720 Jan 25 22:23 dm_nv.mod
-rw-r--r-- 1 root root  13712 Jan 25 22:23 diskfilter.mod
-rw-r--r-- 1 root root   3040 Jan 25 22:23 echo.mod
-rw-r--r-- 1 root root  13288 Jan 25 22:23 efi_gop.mod
-rw-r--r-- 1 root root   2272 Jan 25 22:23 efifwsetup.mod
-rw-r--r-- 1 root root   5360 Jan 25 22:23 efinet.mod
-rw-r--r-- 1 root root  24848 Jan 25 22:23 ehci.mod
-rw-r--r-- 1 root root   7064 Jan 25 22:23 efi_uga.mod
-rw-r--r-- 1 root root   6096 Jan 25 22:23 elf.mod
-rw-r--r-- 1 root root   8240 Jan 25 22:23 exfat.mod
-rw-r--r-- 1 root root   2176 Jan 25 22:23 eval.mod
-rw-r--r-- 1 root root   2288 Jan 25 22:23 exfctest.mod
-rw-r--r-- 1 root root   7008 Jan 25 22:23 extcmd.mod
-rw-r--r-- 1 root root   8920 Jan 25 22:23 ext2.mod
-rw-r--r-- 1 root root   3016 Jan 25 22:23 fixvideo.mod
-rw-r--r-- 1 root root   8672 Jan 25 22:23 fat.mod
-rw-r--r-- 1 root root  15736 Jan 25 22:23 font.mod
-rw-r--r-- 1 root root   3904 Jan 25 22:23 fshelp.mod
-rw-r--r-- 1 root root 113848 Jan 25 22:23 functional_test.mod
-rw-r--r-- 1 root root   9640 Jan 25 22:23 gcry_blowfish.mod
-rw-r--r-- 1 root root   2392 Jan 25 22:23 gcry_arcfour.mod
-rw-r--r-- 1 root root  14824 Jan 25 22:23 gcry_cast5.mod
-rw-r--r-- 1 root root  29480 Jan 25 22:23 gcry_camellia.mod
-rw-r--r-- 1 root root   3904 Jan 25 22:23 gcry_crc.mod
-rw-r--r-- 1 root root   3416 Jan 25 22:23 gcry_dsa.mod
-rw-r--r-- 1 root root  17032 Jan 25 22:23 gcry_des.mod
-rw-r--r-- 1 root root  11848 Jan 25 22:23 gcry_ecc.mod
-rw-r--r-- 1 root root   4848 Jan 25 22:23 gcry_md5.mod
-rw-r--r-- 1 root root   4104 Jan 25 22:23 gcry_md4.mod
-rw-r--r-- 1 root root   3288 Jan 25 22:23 gcry_rfc2268.mod
-rw-r--r-- 1 root root   9144 Jan 25 22:23 gcry_rmd160.mod
-rw-r--r-- 1 root root  20744 Jan 25 22:23 gcry_rijndael.mod
-rw-r--r-- 1 root root  16208 Jan 25 22:23 gcry_seed.mod
-rw-r--r-- 1 root root   3368 Jan 25 22:23 gcry_rsa.mod
-rw-r--r-- 1 root root  16552 Jan 25 22:23 gcry_serpent.mod
-rw-r--r-- 1 root root   6088 Jan 25 22:23 gcry_sha256.mod
-rw-r--r-- 1 root root   8136 Jan 25 22:23 gcry_sha1.mod
-rw-r--r-- 1 root root   7336 Jan 25 22:23 gcry_sha512.mod
-rw-r--r-- 1 root root  34000 Jan 25 22:23 gcry_twofish.mod
-rw-r--r-- 1 root root  13544 Jan 25 22:23 gcry_tiger.mod
-rw-r--r-- 1 root root  22800 Jan 25 22:23 gcry_whirlpool.mod
-rw-r--r-- 1 root root   8536 Jan 25 22:23 gettext.mod
-rw-r--r-- 1 root root   9152 Jan 25 22:23 geli.mod
-rw-r--r-- 1 root root  53680 Jan 25 22:23 gfxmenu.mod
-rw-r--r-- 1 root root   7120 Jan 25 22:23 gfxterm_menu.mod
-rw-r--r-- 1 root root   4672 Jan 25 22:23 gfxterm_background.mod
-rw-r--r-- 1 root root   4960 Jan 25 22:23 gptsync.mod
-rw-r--r-- 1 root root  18000 Jan 25 22:23 gfxterm.mod
-rw-r--r-- 1 root root  11128 Jan 25 22:23 gzio.mod
-rw-r--r-- 1 root root   8544 Jan 25 22:23 hashsum.mod
-rw-r--r-- 1 root root   6424 Jan 25 22:23 halt.mod
-rw-r--r-- 1 root root  11240 Jan 25 22:23 hdparm.mod
-rw-r--r-- 1 root root   3968 Jan 25 22:23 help.mod
-rw-r--r-- 1 root root   1848 Jan 25 22:23 hello.mod
-rw-r--r-- 1 root root   4472 Jan 25 22:23 hexdump.mod
-rw-r--r-- 1 root root   3736 Jan 25 22:23 hfspluscomp.mod
-rw-r--r-- 1 root root  10304 Jan 25 22:23 hfs.mod
-rw-r--r-- 1 root root  10592 Jan 25 22:23 hfsplus.mod
-rw-r--r-- 1 root root   4504 Jan 25 22:23 iorw.mod
-rw-r--r-- 1 root root   8864 Jan 25 22:23 http.mod
-rw-r--r-- 1 root root  12424 Jan 25 22:23 iso9660.mod
-rw-r--r-- 1 root root   9360 Jan 25 22:23 jfs.mod
-rw-r--r-- 1 root root   8808 Jan 25 22:23 jpeg.mod
-rw-r--r-- 1 root root   6360 Jan 25 22:23 keylayouts.mod
-rw-r--r-- 1 root root   3064 Jan 25 22:23 keystatus.mod
-rw-r--r-- 1 root root   8384 Jan 25 22:23 ldm.mod
-rw-r--r-- 1 root root  42208 Jan 25 22:23 legacycfg.mod
-rw-r--r-- 1 root root  12824 Jan 25 22:23 linux16.mod
-rw-r--r-- 1 root root   8704 Jan 25 22:23 linuxefi.mod
-rw-r--r-- 1 root root   4720 Jan 25 22:23 loadbios.mod
-rw-r--r-- 1 root root  20576 Jan 25 22:23 linux.mod
-rw-r--r-- 1 root root   8888 Jan 25 22:23 loadenv.mod
-rw-r--r-- 1 root root   4704 Jan 25 22:23 loopback.mod
-rw-r--r-- 1 root root   7232 Jan 25 22:23 lsacpi.mod
-rw-r--r-- 1 root root   5264 Jan 25 22:23 lsefi.mod
-rw-r--r-- 1 root root   3312 Jan 25 22:23 lsefimmap.mod
-rw-r--r-- 1 root root   3512 Jan 25 22:23 lsefisystab.mod
-rw-r--r-- 1 root root   6672 Jan 25 22:23 ls.mod
-rw-r--r-- 1 root root   2896 Jan 25 22:23 lsmmap.mod
-rw-r--r-- 1 root root   3816 Jan 25 22:23 lssal.mod
-rw-r--r-- 1 root root   7264 Jan 25 22:23 lspci.mod
-rw-r--r-- 1 root root   9568 Jan 25 22:23 luks.mod
-rw-r--r-- 1 root root  12240 Jan 25 22:23 lzopio.mod
-rw-r--r-- 1 root root   9520 Jan 25 22:23 lvm.mod
-rw-r--r-- 1 root root   2664 Jan 25 22:23 mdraid09_be.mod
-rw-r--r-- 1 root root   2728 Jan 25 22:23 mdraid1x.mod
-rw-r--r-- 1 root root   2632 Jan 25 22:23 mdraid09.mod
-rw-r--r-- 1 root root   3216 Jan 25 22:23 memdisk.mod
-rw-r--r-- 1 root root   5672 Jan 25 22:23 minicmd.mod
-rw-r--r-- 1 root root   4520 Jan 25 22:23 memrw.mod
-rw-r--r-- 1 root root   6032 Jan 25 22:23 minix2.mod
-rw-r--r-- 1 root root   6128 Jan 25 22:23 minix2_be.mod
-rw-r--r-- 1 root root   6096 Jan 25 22:23 minix3_be.mod
-rw-r--r-- 1 root root   6056 Jan 25 22:23 minix_be.mod
-rw-r--r-- 1 root root   6016 Jan 25 22:23 minix3.mod
-rw-r--r-- 1 root root   5944 Jan 25 22:23 minix.mod
-rw-r--r-- 1 root root   3336 Jan 25 22:23 morse.mod
-rw-r--r-- 1 root root   9576 Jan 25 22:23 mmap.mod
-rw-r--r-- 1 root root  43312 Jan 25 22:23 mpi.mod
-rw-r--r-- 1 root root  19088 Jan 25 22:23 multiboot2.mod
-rw-r--r-- 1 root root   3664 Jan 25 22:23 msdospart.mod
-rw-r--r-- 1 root root   6584 Jan 25 22:23 nativedisk.mod
-rw-r--r-- 1 root root  17976 Jan 25 22:23 multiboot.mod
-rw-r--r-- 1 root root  72176 Jan 25 22:23 net.mod
-rw-r--r-- 1 root root   9760 Jan 25 22:23 nilfs2.mod
-rw-r--r-- 1 root root   4448 Jan 25 22:23 newc.mod
-rw-r--r-- 1 root root 176920 Jan 25 22:23 normal.mod
-rw-r--r-- 1 root root  15680 Jan 25 22:23 ntfs.mod
-rw-r--r-- 1 root root   4808 Jan 25 22:23 ntfscomp.mod
-rw-r--r-- 1 root root   4264 Jan 25 22:23 odc.mod
-rw-r--r-- 1 root root   2280 Jan 25 22:23 part_acorn.mod
-rw-r--r-- 1 root root  16376 Jan 25 22:23 ohci.mod
-rw-r--r-- 1 root root   2560 Jan 25 22:23 part_amiga.mod
-rw-r--r-- 1 root root   4152 Jan 25 22:23 part_bsd.mod
-rw-r--r-- 1 root root   3040 Jan 25 22:23 part_apple.mod
-rw-r--r-- 1 root root   2152 Jan 25 22:23 part_dvh.mod
-rw-r--r-- 1 root root   2648 Jan 25 22:23 part_dfly.mod
-rw-r--r-- 1 root root   3152 Jan 25 22:23 part_msdos.mod
-rw-r--r-- 1 root root   3256 Jan 25 22:23 part_gpt.mod
-rw-r--r-- 1 root root   2568 Jan 25 22:23 part_plan.mod
-rw-r--r-- 1 root root   2456 Jan 25 22:23 part_sunpc.mod
-rw-r--r-- 1 root root   2200 Jan 25 22:23 part_sun.mod
-rw-r--r-- 1 root root   7416 Jan 25 22:23 parttool.mod
-rw-r--r-- 1 root root   4344 Jan 25 22:23 password_pbkdf2.mod
-rw-r--r-- 1 root root   2936 Jan 25 22:23 password.mod
-rw-r--r-- 1 root root   7304 Jan 25 22:23 pata.mod
-rw-r--r-- 1 root root   4520 Jan 25 22:23 pcidump.mod
-rw-r--r-- 1 root root   2016 Jan 25 22:23 pbkdf2.mod
-rw-r--r-- 1 root root   9264 Jan 25 22:23 png.mod
-rw-r--r-- 1 root root   3848 Jan 25 22:23 play.mod
-rw-r--r-- 1 root root   2208 Jan 25 22:23 priority_queue.mod
-rw-r--r-- 1 root root   3528 Jan 25 22:23 procfs.mod
-rw-r--r-- 1 root root   4200 Jan 25 22:23 probe.mod
-rw-r--r-- 1 root root   3232 Jan 25 22:23 raid6rec.mod
-rw-r--r-- 1 root root   1992 Jan 25 22:23 raid5rec.mod
-rw-r--r-- 1 root root   2336 Jan 25 22:23 read.mod
-rw-r--r-- 1 root root  77480 Jan 25 22:23 regexp.mod
-rw-r--r-- 1 root root   1832 Jan 25 22:23 reboot.mod
-rw-r--r-- 1 root root  14224 Jan 25 22:23 reiserfs.mod
-rw-r--r-- 1 root root  26272 Jan 25 22:23 relocator.mod
-rw-r--r-- 1 root root   5752 Jan 25 22:23 romfs.mod
-rw-r--r-- 1 root root   4968 Jan 25 22:23 search_fs_file.mod
-rw-r--r-- 1 root root   7352 Jan 25 22:23 scsi.mod
-rw-r--r-- 1 root root   4912 Jan 25 22:23 search_fs_uuid.mod
-rw-r--r-- 1 root root   5352 Jan 25 22:23 search.mod
-rw-r--r-- 1 root root   4848 Jan 25 22:23 search_label.mod
-rw-r--r-- 1 root root   1026 Jan 25 22:23 setjmp.mod
-rw-r--r-- 1 root root  13616 Jan 25 22:23 serial.mod
-rw-r--r-- 1 root root   2584 Jan 25 22:23 setjmp_test.mod
-rw-r--r-- 1 root root   7688 Jan 25 22:23 sfs.mod
-rw-r--r-- 1 root root   8952 Jan 25 22:23 setpci.mod
-rw-r--r-- 1 root root   3384 Jan 25 22:23 sleep.mod
-rw-r--r-- 1 root root   9616 Jan 25 22:23 squash4.mod
-rw-r--r-- 1 root root   3248 Jan 25 22:23 spkmodem.mod
-rw-r--r-- 1 root root   6800 Jan 25 22:23 terminal.mod
-rw-r--r-- 1 root root   4800 Jan 25 22:23 tar.mod
-rw-r--r-- 1 root root  19600 Jan 25 22:23 terminfo.mod
-rw-r--r-- 1 root root   3712 Jan 25 22:23 testload.mod
-rw-r--r-- 1 root root   2040 Jan 25 22:23 test_blockarg.mod
-rw-r--r-- 1 root root   7632 Jan 25 22:23 test.mod
-rw-r--r-- 1 root root   8152 Jan 25 22:23 tftp.mod
-rw-r--r-- 1 root root   3432 Jan 25 22:23 testspeed.mod
-rw-r--r-- 1 root root   2344 Jan 25 22:23 time.mod
-rw-r--r-- 1 root root   6072 Jan 25 22:23 tga.mod
-rw-r--r-- 1 root root   2083 Jan 25 22:23 trig.mod
-rw-r--r-- 1 root root  11128 Jan 25 22:23 udf.mod
-rw-r--r-- 1 root root   1856 Jan 25 22:23 true.mod
-rw-r--r-- 1 root root   8256 Jan 25 22:23 ufs1_be.mod
-rw-r--r-- 1 root root   8096 Jan 25 22:23 ufs2.mod
-rw-r--r-- 1 root root   8096 Jan 25 22:23 ufs1.mod
-rw-r--r-- 1 root root  10552 Jan 25 22:23 uhci.mod
-rw-r--r-- 1 root root  15976 Jan 25 22:23 usb.mod
-rw-r--r-- 1 root root   5880 Jan 25 22:23 usb_keyboard.mod
-rw-r--r-- 1 root root   2864 Jan 25 22:23 usbserial_common.mod
-rw-r--r-- 1 root root  11120 Jan 25 22:23 usbms.mod
-rw-r--r-- 1 root root   3472 Jan 25 22:23 usbserial_ftdi.mod
-rw-r--r-- 1 root root   2320 Jan 25 22:23 usbserial_usbdebug.mod
-rw-r--r-- 1 root root   3768 Jan 25 22:23 usbserial_pl2303.mod
-rw-r--r-- 1 root root   5544 Jan 25 22:23 usbtest.mod
-rw-r--r-- 1 root root   8720 Jan 25 22:23 video_bochs.mod
-rw-r--r-- 1 root root  17512 Jan 25 22:23 verify.mod
-rw-r--r-- 1 root root  10064 Jan 25 22:23 video_colors.mod
-rw-r--r-- 1 root root   9128 Jan 25 22:23 video_cirrus.mod
-rw-r--r-- 1 root root  29008 Jan 25 22:23 video_fb.mod
-rw-r--r-- 1 root root   8304 Jan 25 22:23 video.mod
-rw-r--r-- 1 root root   5720 Jan 25 22:23 videoinfo.mod
-rw-r--r-- 1 root root   3224 Jan 25 22:23 videotest_checksum.mod
-rw-r--r-- 1 root root   8864 Jan 25 22:23 xfs.mod
-rw-r--r-- 1 root root   5672 Jan 25 22:23 videotest.mod
-rw-r--r-- 1 root root   3040 Jan 25 22:23 xnu_uuid.mod
-rw-r--r-- 1 root root  50864 Jan 25 22:23 xnu.mod
-rw-r--r-- 1 root root  19472 Jan 25 22:23 xzio.mod
-rw-r--r-- 1 root root  10272 Jan 25 22:23 zfsinfo.mod
-rw-r--r-- 1 root root   8504 Jan 25 22:23 zfscrypt.mod
-rw-r--r-- 1 root root  54096 Jan 25 22:23 zfs.mod
-rw-r--r-- 1 root root   4422 Jan 25 22:23 moddep.lst
-rw-r--r-- 1 root root   3367 Jan 25 22:23 command.lst
-rw-r--r-- 1 root root    214 Jan 25 22:23 fs.lst
-rw-r--r-- 1 root root     41 Jan 25 22:23 video.lst
-rw-r--r-- 1 root root     17 Jan 25 22:23 parttool.lst
-rw-r--r-- 1 root root    111 Jan 25 22:23 partmap.lst
-rw-r--r-- 1 root root    162 Jan 25 22:23 terminal.lst
-rw-r--r-- 1 root root    936 Jan 25 22:23 crypto.lst
drwxr-xr-x 2 root root  12288 Jan 25 22:23 .
-rw-r--r-- 1 root root 121344 Jan 25 22:23 core.efi
-rw-r--r-- 1 root root 121344 Jan 25 22:23 grub.efi
drwxr-xr-x 7 root root   4096 Jan 25 22:23 ..

/boot/grub2/locale:
total 2056
-rw-r--r-- 1 root root  18573 Jan 25 22:23 ast.mo
-rw-r--r-- 1 root root 110058 Jan 25 22:23 ca.mo
-rw-r--r-- 1 root root 112756 Jan 25 22:23 de.mo
-rw-r--r-- 1 root root 102856 Jan 25 22:23 da.mo
-rw-r--r-- 1 root root  44739 Jan 25 22:23 eo.mo
-rw-r--r-- 1 root root 118943 Jan 25 22:23 es.mo
-rw-r--r-- 1 root root 115740 Jan 25 22:23 fi.mo
-rw-r--r-- 1 root root 121773 Jan 25 22:23 fr.mo
-rw-r--r-- 1 root root  34562 Jan 25 22:23 hu.mo
-rw-r--r-- 1 root root  18054 Jan 25 22:23 id.mo
-rw-r--r-- 1 root root 113490 Jan 25 22:23 it.mo
-rw-r--r-- 1 root root  23344 Jan 25 22:23 ja.mo
-rw-r--r-- 1 root root  19930 Jan 25 22:23 ko.mo
-rw-r--r-- 1 root root  41328 Jan 25 22:23 lt.mo
-rw-r--r-- 1 root root 114264 Jan 25 22:23 nl.mo
-rw-r--r-- 1 root root  67619 Jan 25 22:23 pa.mo
-rw-r--r-- 1 root root 116000 Jan 25 22:23 pl.mo
-rw-r--r-- 1 root root  68447 Jan 25 22:23 pt_BR.mo
-rw-r--r-- 1 root root 148942 Jan 25 22:23 ru.mo
-rw-r--r-- 1 root root 105700 Jan 25 22:23 sl.mo
-rw-r--r-- 1 root root  38068 Jan 25 22:23 sv.mo
-rw-r--r-- 1 root root  51792 Jan 25 22:23 tr.mo
-rw-r--r-- 1 root root 154304 Jan 25 22:23 uk.mo
-rw-r--r-- 1 root root 125756 Jan 25 22:23 vi.mo
-rw-r--r-- 1 root root  30487 Jan 25 22:23 zh_CN.mo
drwxr-xr-x 2 root root   4096 Jan 25 22:23 .
-rw-r--r-- 1 root root  31196 Jan 25 22:23 zh_TW.mo
drwxr-xr-x 7 root root   4096 Jan 25 22:23 ..

cat /boot/grub2/grub.cfg > 009grub.txt
#
# 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 [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   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,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
else
  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
fi
    font="/usr/share/grub2/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
else
  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
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 sleep --interruptible 0 ; then
  set timeout=8
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE 13.1' --class 'opensuse-13-1' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-02a7f7cb-40e4-4967-a72b-e190f3b422ea' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
	else
	  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
	fi
	echo	'Loading Linux 3.11.10-25-desktop ...'
	linux	/boot/vmlinuz-3.11.10-25-desktop root=UUID=02a7f7cb-40e4-4967-a72b-e190f3b422ea   resume=/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part2 splash=silent quiet showopts
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd-3.11.10-25-desktop
}
submenu 'Advanced options for openSUSE 13.1' $menuentry_id_option 'gnulinux-advanced-02a7f7cb-40e4-4967-a72b-e190f3b422ea' {
	menuentry 'openSUSE 13.1, with Linux 3.11.10-25-desktop' --class 'opensuse-13-1' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.10-25-desktop-advanced-02a7f7cb-40e4-4967-a72b-e190f3b422ea' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
		else
		  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
		fi
		echo	'Loading Linux 3.11.10-25-desktop ...'
		linux	/boot/vmlinuz-3.11.10-25-desktop root=UUID=02a7f7cb-40e4-4967-a72b-e190f3b422ea   resume=/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part2 splash=silent quiet showopts
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd-3.11.10-25-desktop
	}
	menuentry 'openSUSE 13.1, with Linux 3.11.10-25-desktop (recovery mode)' --class 'opensuse-13-1' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.10-25-desktop-recovery-02a7f7cb-40e4-4967-a72b-e190f3b422ea' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
		else
		  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
		fi
		echo	'Loading Linux 3.11.10-25-desktop ...'
		linux	/boot/vmlinuz-3.11.10-25-desktop root=UUID=02a7f7cb-40e4-4967-a72b-e190f3b422ea  showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd-3.11.10-25-desktop
	}
	menuentry 'openSUSE 13.1, with Linux 3.11.10-21-desktop' --class 'opensuse-13-1' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.10-21-desktop-advanced-02a7f7cb-40e4-4967-a72b-e190f3b422ea' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
		else
		  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
		fi
		echo	'Loading Linux 3.11.10-21-desktop ...'
		linux	/boot/vmlinuz-3.11.10-21-desktop root=UUID=02a7f7cb-40e4-4967-a72b-e190f3b422ea   resume=/dev/disk/by-id/ata-WDC_WD10JPVT-00A1YT0_WD-WXL1CB1H7454-part2 splash=silent quiet showopts
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd-3.11.10-21-desktop
	}
	menuentry 'openSUSE 13.1, with Linux 3.11.10-21-desktop (recovery mode)' --class 'opensuse-13-1' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.10-21-desktop-recovery-02a7f7cb-40e4-4967-a72b-e190f3b422ea' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  02a7f7cb-40e4-4967-a72b-e190f3b422ea
		else
		  search --no-floppy --fs-uuid --set=root 02a7f7cb-40e4-4967-a72b-e190f3b422ea
		fi
		echo	'Loading Linux 3.11.10-21-desktop ...'
		linux	/boot/vmlinuz-3.11.10-21-desktop root=UUID=02a7f7cb-40e4-4967-a72b-e190f3b422ea  showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd-3.11.10-21-desktop
	}
}

### 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/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### 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/90_persistent ###
### END /etc/grub.d/90_persistent ###

pvs > 010pvs.txt
<KEIN EINTRAG>


lvs > 011lvs.txt
<KEIN EINTRAG>

lvdisplay > 012lvdisplay.txt
<KEIN EINTRAG>

dmidecode -t 2 > 013dmi.txt
# dmidecode 2.12
# SMBIOS entry point at 0xca0bdd18
SMBIOS 2.7 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: ASUSTeK COMPUTER INC.
	Product Name: X550CC
	Version: 1.0       
	Serial Number: BSN12345678901234567
	Asset Tag: ATN12345678901234567
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: MIDDLE              
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0


zypper se -si grub2 > 014zypper.txt
Abort, retry, ignore? [a/r/i/? shows all options] (a): 
Loading repository data...
Reading installed packages...

S | Name                    | Type    | Version      | Arch   | Repository            
--+-------------------------+---------+--------------+--------+-----------------------
i | grub2                   | package | 2.00-39.8.1  | x86_64 | Main Update Repository
i | grub2-branding-openSUSE | package | 13.1-10.4.13 | noarch | Main Repository (OSS) 
i | grub2-branding-openSUSE | package | 13.1-10.4.13 | noarch | openSUSE-13.1-1.10    
i | grub2-i386-pc           | package | 2.00-39.8.1  | x86_64 | Main Update Repository
i | grub2-x86_64-efi        | package | 2.00-39.8.1  | x86_64 | Main Update Repository


dd if=/dev/sda bs=512 count=1 | hexdump -C > 015dd.txt
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001c0  01 00 ee fe ff ff 01 00  00 00 af 6d 70 74 00 00  |...........mpt..|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200
 

gehrke

Administrator
Teammitglied
Ja prima, dann haben wir ja was zum lesen. Könntest Du evtl. auch noch das hier nachschieben
Code:
efibootmgr -v
und noch etwas zum Board schreiben?
TNX
 
OP
ws1964

ws1964

Hacker
gehrke schrieb:
Ja prima, dann haben wir ja was zum lesen. Könntest Du evtl. auch noch das hier nachschieben
Code:
efibootmgr -v
und noch etwas zum Board schreiben?
TNX

OK, you get it:
Code:
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000
Boot0000* opensuse	HD(1,800,4e000,f2198531-077d-4c00-aa49-7775561710bd)File(\EFI\opensuse\grubx64.efi)
Board, keine Ahnung. Ist ein ASUS Notebook, wie in der Signatur geschrieben.
Mehr weiss ich auch nicht.
 
OP
ws1964

ws1964

Hacker
gehrke schrieb:
Ja prima, dann haben wir ja was zum lesen.

Hi gehrke,
Ja das isses.
Manchmal braucht man nicht unbedingt eine genau detaillierte Antwort. Ich denke auch, diese Ausgabe, die ich gepostet habe, ist schon heftig und wer soll das lesen in der Freizeit?
Manchmal will man als User nur mal wissen, :"WER HAT MAL SO EINE ERFAHRUNG GEMACHT?"
Und was hat er dann getan?
Reicht manchmal schon, nur um heraus zufinden: "ich habe keinen "bullshit" gemacht, andere haben dasselbe problem und geh mal diesen weg und das ist es momentan".

Eine "Root-Cause-Analyzes" ist gut fuer Experten, aber nicht fuer normale user wie mich. Im speziellen Fall etwas auf die Reihe zu bringen ist OK, was aber beim naechsten mal?
Dewegen reicht es manchmal nur die eigene Erfahrung weiter zu geben. Denn ich koennte ja diese Zeilen nicht schreiben, wenn der "Asteroid nicht die bloeden Muecken" (josef-wien) getroffen haette. Denn dann wuerde mein Rechner ja nicht funktionieren und ich waere nicht in der lage hier was zu schreiben. Erzaehl nichts Anderes sonst wurde ich voraussetzen, das jeder Linux-User einen Windows-Rechner vorhalten muss um im E-Fall Hilfe zu erfragen. Das sollte wohl der Vergangenheit angehoeren.

OK?
Dann bis die Tage.
 

josef-wien

Ultimate Guru
Dein UEFI-Boot-Menü hat genau eine einzige Eintragung. Für die Wirkung Deines Problems sehe ich folgende Möglichkeiten:
1. Die Eintragung wurde entfernt.
2. Die Eintragung wurde mit einem unbrauchbaren Inhalt versehen.
3. Es wurde eine höher priorisierte neue, aber unbrauchbare Eintragung erzeugt.
4. Die Datei \EFI\opensuse\grubx64.efi wurde entfernt.
5. Die Datei \EFI\opensuse\grubx64.efi wurde mit einem unbrauchbaren Inhalt versehen.
Bei 1. und 2. kannst Du mit
Code:
efibootmgr -c -d /dev/sda -p 1 -L "GRUB2 ws1964" -l '\EFI\opensuse\grubx64.efi'
eine (neue) Eintragung erzeugen. Bei 3. muß die bisherige Eintragung weiterhin vorhanden sein. Zu 4. und 5. sowie über die Ursache Deines Problems kann ich nichts sagen, da ich weder GRUB2 noch die YaST-Bootloader-Einrichtung verwende.
 
OP
ws1964

ws1964

Hacker
josef-wien schrieb:
Dein UEFI-Boot-Menü hat genau eine einzige Eintragung. Für die Wirkung Deines Problems sehe ich folgende Möglichkeiten:
1. Die Eintragung wurde entfernt.
2. Die Eintragung wurde mit einem unbrauchbaren Inhalt versehen.
3. Es wurde eine höher priorisierte neue, aber unbrauchbare Eintragung erzeugt.
4. Die Datei \EFI\opensuse\grubx64.efi wurde entfernt.
5. Die Datei \EFI\opensuse\grubx64.efi wurde mit einem unbrauchbaren Inhalt versehen.
Bei 1. und 2. kannst Du mit
Code:
efibootmgr -c -d /dev/sda -p 1 -L "GRUB2 ws1964" -l '\EFI\opensuse\grubx64.efi'
eine (neue) Eintragung erzeugen. Bei 3. muß die bisherige Eintragung weiterhin vorhanden sein. Zu 4. und 5. sowie über die Ursache Deines Problems kann ich nichts sagen, da ich weder GRUB2 noch die YaST-Bootloader-Einrichtung verwende.

Loesung zu 1. und 2. nach Auftreten des Problems nicht mehr moeglich, da Bootloader und damit OS nicht mehr gestart wird.
Darf ich mal Bezug auf 5. nehmen, da ich denke hier kann eine Ursache des Fehlers liegen?
Ich habe festgestellt, dass nach dem Update sich das Datum der \EFI\opensuse\grubx64.efi geaendert hat.
Frage, koennte ich zukuenftig mit der aktuellen Sicherheitskopie (jetzige und funktionierende) die dann moeglicherweise zukuenftig nach dem naechsten update einfach ueberschreiben?
 

josef-wien

Ultimate Guru
ws1964 schrieb:
Loesung zu 1. und 2. nach Auftreten des Problems nicht mehr moeglich
Aber Du kannst vor dem Neustart schauen, ob sich etwas verändert hat, und gegebenenfalls etwas tun. Alternativ kannst Du nach dem Auftreten des Problems mit dem Rettungssystem oder einer Live-CD nachschauen bzw. die Eintragung erzeugen. Wir brauchen auch diese Information, bevor Du irgendwelche Reparaturmaßnahmen triffst.

ws1964 schrieb:
mit der aktuellen
Auch das kannst Du versuchen. Erzeuge neben dem Verzeichnis opensuse ein Verzeichnis ws1964, kopiere die Datei dorthin, und lege eine Eintragung an:
Code:
efibootmgr -c -d /dev/sda -p 1 -L "GRUB2 alte Datei" -l '\EFI\ws1964\grubx64.efi'
efibootmgr -o 0,1
 
Oben