opensuse

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
opensuse [02/01/2022 - 07:31] adminopensuse [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 75: Zeile 75:
 If you do not plan to use Snapper for system rollbacks, the partitioning restrictions mentioned above do not apply. If you do not plan to use Snapper for system rollbacks, the partitioning restrictions mentioned above do not apply.
  
 +
 +===== Secure boot=====
 +
 +Ab Kernel 6.2.1: Kernel locking ist aktiv, es werden nur signierte Module geladen. Das kann Probleme bei nvidia und vmware auslösen.
 +Workaround: secure boot ausschalten
 +
 +**Abschalten per mokutil**
 +
 +  - sudo mokutil --disable-validation  (dabei temporäres PW vergeben)
 +  - reboot
 +  - im blauen Screen: MOK management  
 +  - Menüpunkt "Change Secure Boot state", dann temp. pW eingeben
 +  - reboot
 +
 +Das ganze zurück mit "mokutil --enable-validation"
 +
 +Alternativ: Abschalten **direkt im BIOS**
 ====== Zypper ====== ====== Zypper ======
  
Zeile 241: Zeile 258:
 </code> </code>
  
-Rollback+**Rollback** 
 + 
 +Setzt den aktuell aktiven **read only** snapshot auf **read-write** und erzeugt einen weiteren Snapshot als read-only Kopie.  
 +Beim nächsten boot wird der read-write Snapshot benutzt.
  
-Setzt einen aktuell aktiven read only snapshot auf read-write und erzeugt einen weiteren Snapshot als read-write Kopie. Für den Rollback Snapshot kann man eine Beschreibung hinzufügen, die im Grub gezeigt wird: 
 <code> <code>
 +locutus:~ # snapper rollback
 +Ambit is classic.
 +Creating read-only snapshot of default subvolume. (Snapshot 1946.)
 +Creating read-write snapshot of current subvolume. (Snapshot 1947.)
 +Setting default subvolume to snapshot 1947.
 +</code>
  
-snapper modify --userdata "bootloader=rollback from 103 with nvidiaG04" 109+Für den Rollback Snapshot kann man eine Beschreibung hinzufügen, die im Grub gezeigt wird:
  
 +<code>
 +snapper modify --userdata "bootloader=rollback from [source snapshot] [comment]" [snapshot ID]
 </code> </code>
  
  • opensuse.1641108711.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)