Beim Upgradeversuch erhalte ich folgende Meldung:
1 2 3 4 | rolf@Laptop1:~$ sudo apt upgrade [sudo] Passwort für rolf: E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »sudo dpkg --configure -a« ausführen, um das Problem zu beheben. rolf@Laptop1:~$ |
Wenn ich dann dpkg konfigurieren will, kommt die Meldung:
1 2 3 4 5 6 7 8 9 10 | rolf@Laptop1:~$ sudo dpkg --configure -a virtualbox-dkms (6.1.50-dfsg-1~ubuntu1.22.04.1) wird eingerichtet ... Removing old virtualbox-6.1.50 DKMS files... Module virtualbox-6.1.50 for kernel 6.5.0-28-generic (x86_64). This module version was INACTIVE for this kernel. depmod................ Deleting module virtualbox-6.1.50 completely from the DKMS tree. Loading new virtualbox-6.1.50 DKMS files... Building for 6.5.0-28-generic Building initial module for 6.5.0-28-generic |
Der gleiche Fehler tritt auf, wenn ich mit apt get irgend ein anderes Paktet installieren will. Der Grund ist wahrscheinlich, dass die Installation der Vitualbox (sudo apt-get purge virtualbox virtualbox-qt virtualbox-dkms) nicht sauber abgeschlossen wurde. Nach etwa 2 Minuten wird im Terminal das Bild
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Paketkonfiguration ┌────────────────────────┤ Configuring Secure Boot ├────────────────────────┐ │ │ │ Your system has UEFI Secure Boot enabled. │ │ UEFI Secure Boot requires additional configuration to work with │ third-party drivers. │ │ The system will assist you in configuring UEFI Secure Boot. To permit │ the use of third-party drivers, a new Machine-Owner Key (MOK) has been │ generated. This key now needs to be enrolled in your system's firmware. │ │ To ensure that this change is being made by you as an authorized user, │ and not by an attacker, you must choose a password now and then confirm │ the change after reboot using the same password, in both the "Enroll │ MOK" and "Change Secure Boot state" menus that will be presented to you │ when this system reboots. │ │ <Ok> │ │ └───────────────────────────────────────────────────────────────────────────┘ |
angezeigt, wobei weder Enter noch Klick auf <OK> reagieren, so dass ich den PC neu booten muß. Im BIOS habe ich Fastboot inable schon gesetzt.
Wo muß ich ein neues Passwort eingeben? Was muß ich noch tun, damit ich die neueste ubuntu-Version installieren kann?
Moderiert von Thomas_Do:
Thema in einen passenden Forenbereich verschoben. Bitte beachte die als wichtig markierten Themen („Welche Themen gehören hier her und welche nicht?“) in jedem Forenbereich. Danke.