USB-Maus freezt/hängt oftmals beim systemd-boot | Pop!_OS

Ja, mal sehen. Wenn der Maus-Freeze wieder auftritt, dann probiere ich GRUB oder/und rEFInd aus.
 
So, gerade wieder einen Maus-Freeze gehabt.

Code:
sudo dmesg -x -l crit,warn,err

kern  :warn  : [    0.982960] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
kern  :warn  : [    0.984260] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
kern  :warn  : [    1.211250] usb: port power management may be unreliable
kern  :err   : [    7.059501] usbhid 5-2:1.0: can't add hid device: -71
kern  :warn  : [    7.059507] usbhid: probe of 5-2:1.0 failed with error -71
kern  :err   : [    7.069454] usbhid 5-2:1.1: can't add hid device: -71
kern  :warn  : [    7.069458] usbhid: probe of 5-2:1.1 failed with error -71
kern  :warn  : [    7.358620] amdgpu 0000:0e:00.0: amdgpu: PSP runtime database doesn't exist
kern  :warn  : [    7.358623] amdgpu 0000:0e:00.0: amdgpu: PSP runtime database doesn't exist
kern  :warn  : [    7.731905] amdgpu: SRAT table not found
kern  :warn  : [    7.828820] system76_acpi: loading out-of-tree module taints kernel.

Dann werde ich als Nächstes system76_acpi deaktivieren/deinstallieren (auch wegen "tainted kernel") ... Gnome-Power-Manager wird das dann übernehmen.

Wenn das nicht hilft, werden testweise rEFInd bzw. GRUB installiert.
 
Zuletzt bearbeitet:
Hab GRUB installiert bekommen, aber leider nicht ganz vollständig.
Beim Booten per Bootmenü bekomme ich jedes Mal eine leere Bash-like GRUB-Konsole angezeigt.
Mit folgenden Zeilen - manuell eingetragen - kann ich dann ins Pop!_OS starten:
Code:
search --no-floppy --file set=root /boot/grub/grubenv
configfile /boot/grub/grub.cfg

Was kann ich tun, damit der Startvorgang per GRUB automatisch geschieht?
 
Zuletzt bearbeitet:
Tanzmusikus schrieb:
Was kann ich tun, damit der Startvorgang per GRUB automatisch geschieht?
Habe nun GRUB vollständig zum Laufen gebracht.
Letztlich war das Problem damit zu lösen, dass die Standard-Ordnerbezeichnung ubuntu benutzt wird.
Mit "Pop", "GRUB" oder einer anderen Bezeichnung wird nur eine leere GRUB-Konsole angezeigt, kein Menü.

Mal sehen, ob GRUB-Boot nun vielleicht das Problem der eingefrorenen Maus löst ...
 
  • Gefällt mir
Reaktionen: ufopizza
Und schwupps ist es wieder passiert. Diesmal aus dem Kaltstart heraus.

Code:
sudo dmesg -x -l crit,warn,err

kern  :warn  : [    1.046588] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
kern  :warn  : [    1.047871] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
kern  :warn  : [    1.269495] usb: port power management may be unreliable
kern  :err   : [    7.317898] usbhid 5-2:1.0: can't add hid device: -71
kern  :warn  : [    7.317903] usbhid: probe of 5-2:1.0 failed with error -71
kern  :err   : [    7.327852] usbhid 5-2:1.1: can't add hid device: -71
kern  :warn  : [    7.327855] usbhid: probe of 5-2:1.1 failed with error -71
kern  :warn  : [    7.672321] amdgpu 0000:0e:00.0: amdgpu: PSP runtime database doesn't exist
kern  :warn  : [    7.672323] amdgpu 0000:0e:00.0: amdgpu: PSP runtime database doesn't exist
kern  :warn  : [    8.043313] amdgpu: SRAT table not found
kern  :warn  : [    8.287472] system76_acpi: loading out-of-tree module taints kernel.

Also liegt es wohl nicht an systemd-boot, sondern an etwas anderem.
 
Zurück
Oben