Aktionen
Aufgabe #2649
offenAktualisierung von PVE (auf dem Zugangsschließsystem) von Version 9.0.5
Beginn:
28.10.2025
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
Beschreibung
Bei der Aktualisierung wird die Umstellung (von wohl bis standardmäßig grub) auf systemd-boot vorgeschlagen.
Setting up systemd-boot (257.8-1+pmx2) ...
Configuration file '/etc/initramfs/post-update.d/systemd-boot'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** systemd-boot (Y/I/N/O/D/Z) [default=N] ? D
--- /etc/initramfs/post-update.d/systemd-boot 2024-11-12 12:18:06.231997348 +0100
+++ /etc/initramfs/post-update.d/systemd-boot.dpkg-new 2025-08-04 22:43:18.000000000>
@@ -1,15 +1,20 @@
#!/bin/sh
-# This hookfile has been disabled by proxmox-boot-tool
-exit 0
-#!/bin/sh
-
set -eu
test -x /usr/bin/bootctl || exit 0
bootctl is-installed --quiet || exit 0
+if [ -f "/boot/vmlinuz-$1" ]; then
+ k="/boot/vmlinuz-$1"
+elif [ -f "/boot/vmlinux-$1" ]; then
+ k="/boot/vmlinux-$1"
+else
+ echo "Kernel version $1 not found in /boot."
N
Da ich gern die Aktualisierung schnell vornehmen wollte (und die Hoffnung habe, dass nichts dramatisches passiert) habe ich mich "auf die Schnelle" für den bisherigen Stand - ich vermute PVE, statt Debian? - entschieden.
Aktionen
#1
Von PaulRiegel vor 1 Tag aktualisiert
Im Übrigen lief das System zuvor - mit fehlenden Daten in der Anwendung für das Zugangsschließsystem - seit etwa 2025-10-27T09:15.
Aktionen