@superm1 you are right. There are same amdgpu error message when booting 6.17.0-3, I just did not notice them.
I looked for previous boot logs in /var/log, where they always used to be... Another thing broken by systemd, oh well... anyway, here's the problem, as far as I can see now, when I have the boot log: I have an automount unit for a network (nfs) share. And now, with the new kernel, kdump-tools, for some reason, trigger it, and wait for the mount to complete. But at this point, dhcp (NetworkManager?) is not running yet, so mount stalls. And kdump-tools stalls. And there is no (obvious) way to activate text console, and we are stuck. So the difference that the new kernel brought is that with the new kernel, kdump-tools (probably them, who else) try to `stat` /import, which cannot be mounted yet. Working (previous kernel) sequence: Sep 15 19:28:50 pccross kdump-tools[1353]: Starting kdump-tools: Sep 15 19:28:50 pccross kdump-tools[1376]: * Creating symlink /var/lib/kdump/vmlinuz Sep 15 19:28:50 pccross kdump-tools[1376]: * Creating symlink /var/lib/kdump/initrd.img Sep 15 19:28:50 pccross kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed Sep 15 19:28:50 pccross kdump-tools[1376]: * loaded kdump kernel Sep 15 19:28:50 pccross kdump-tools[1425]: /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-6.17.0-3-generic root=UUID=0a7e7535-ebed-438b-9229-54889bfdb308 ro qui> Sep 15 19:28:50 pccross kdump-tools[1426]: loaded kdump kernel Sep 15 19:28:50 pccross systemd[1]: Finished kdump-tools.service - Kernel crash dump capture service. Sep 15 19:28:50 pccross systemd[1]: Reached target basic.target - Basic System. Non-working (new kernel) sequence: Sep 15 19:27:26 pccross kdump-tools[1353]: Starting kdump-tools: Sep 15 19:27:26 pccross kdump-tools[1376]: * Creating symlink /var/lib/kdump/vmlinuz Sep 15 19:27:26 pccross kdump-tools[1399]: kdump-tools: Generating /var/lib/kdump/initrd.img-6.17.0-4-generic Sep 15 19:27:26 pccross kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed Sep 15 19:27:26 pccross systemd[1]: import.automount: Got automount request for /import, triggered by 1462 (stat) <stall until I hit ctrl-alt-del that successfully activates reboot.target and reboots> So I guess this ticket can be closed as invalid; and though I can think it a few workarounds, I'd appreciate any hints to why this stat() call happens with the new kernel, but not with the old. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2122948 Title: 6.17.0-4 amdgpu: psp gfx command LOAD_TA(0x1) failed and response status is (0x7) Status in linux package in Ubuntu: New Bug description: After the kernel was upgraded from 6.17.0-3 to 6.17.0-4, GDM never starts, screen stays in the booting spinner. Among the boot messages, there are these lines: amdgpu: psp gfx command LOAD_TA(0x1) failed and response statis us (0x7) amdgpu: psp gfx command INVOKE_CMD(0x3) failed and resoinse status is (0x4) amdgpu: Secure display: Generic Failure. amdgpu: SECUREDISPLAY: query securedisplay TA failed, ret 0x0 I can boot normally if I choose the kernel 6.17.0-3 from grub. Attached is a picture of boot messages. Network does not come up, so I could not extract dmesg in the text form, sorry. ProblemType: Bug DistroRelease: Ubuntu 25.10 Package: linux-generic 6.17.0-4.4 ProcVersionSignature: Ubuntu 6.17.0-3.3-generic 6.17.0-rc3 Uname: Linux 6.17.0-3-generic x86_64 ApportVersion: 2.33.1-0ubuntu2 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Sun Sep 14 20:39:02 2025 HibernationDevice: RESUME=UUID=5afd25c2-ada3-4923-a835-7b8bd9c30859 IwDevWlp4s0Link: Not connected. MachineType: Gigabyte Technology Co., Ltd. B550I AORUS PRO AX ProcFB: 0 amdgpudrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.17.0-3-generic root=UUID=0a7e7535-ebed-438b-9229-54889bfdb308 ro quiet splash crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: firmware-sof N/A linux-firmware 20250901.git993ff19b-0ubuntu1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/25/2023 dmi.bios.release: 5.17 dmi.bios.vendor: American Megatrends International, LLC. dmi.bios.version: F18d dmi.board.asset.tag: Default string dmi.board.name: B550I AORUS PRO AX dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: Default string dmi.chassis.asset.tag: Default string dmi.chassis.type: 3 dmi.chassis.vendor: Default string dmi.chassis.version: Default string dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF18d:bd12/25/2023:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnB550IAORUSPROAX:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB550IAORUSPROAX:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring: dmi.product.family: B550 MB dmi.product.name: B550I AORUS PRO AX dmi.product.sku: Default string dmi.product.version: Default string dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2122948/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

