A quick note regarding 2nd problem: today 2024-09-25 a new Raspberry Pi 6.11 kernel for Ubuntu 24.10 has been published in the proposed section: 6.11.0-1003.3 version
# uname -a Linux fpgrpitest 6.11.0-1003-raspi #3-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep 10 17:10:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux With this kernel, after adding "crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M" to the file /boot/firmware/cmdline and reboot it's still not working, but instead of crash like previous kernel, there is a more clear message: "* kdump is not supported by this kernel" Sep 25 17:22:06 fpgrpitest systemd[1]: Starting kdump-tools.service - Kernel crash dump capture service... Sep 25 17:22:06 fpgrpitest kdump-tools[411]: Starting kdump-tools: Sep 25 17:22:06 fpgrpitest kdump-tools[428]: * kdump is not supported by this kernel Sep 25 17:22:06 fpgrpitest systemd[1]: Finished kdump-tools.service - Kernel crash dump capture service. Maybe the kernel needs to be compiled with some kdump related option enabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081746 Title: Ubuntu 24.10 Beta, Raspberry Pi 4: kdump-tools service not started, with errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kdump-tools/+bug/2081746/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
