Comment 14 for bug 1694859

Revision history for this message
dann frazier (dannf) wrote :

kexec-tools/zesty verification
-------------------------------
1) MAAS-deployed a clean zesty install
2) Added -proposed to sources.list
3) apt update; apt dist-upgrade; apt install kdump-tools
4) Edited /etc/default/grub.d/kdump-tools.cfg and set crashkernel=1G-:512M
   (this step is required until defaults are updated via kdump-tools)
5) Rebooted for changes to take effect.
6) Noticed that kdump-tools failed to load due to a broken symlink;
   ran 'dpkg-reconfigure kdump-tools' to fix
7) Added ddebs.ubuntu.com to sources.list & installed apt key for it
8) apt install linux-image-$(uname -r)-dbgsym

Test log attached.