SUSE Support

Here When You Need Us

old kdump initrd are not cleaned up

This document (7011740) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Linux Enterprise Server 11 Service Pack 1
SUSE Linux Enterprise Server 11 Service Pack 2

Situation

/boot is running out of diskspace when this is on a separate partition
/boot contains several initrd with the extension -kdump

Resolution

This issue has been solved in the following kernel and later:
SLES11 SP1: 2.6.32.59_0.7-0.3.107
SLES11 SP2: 3.0.34-0.7.9.x86_64

The cleanup please delete the old initrd*-kdump or use the following script:
for i in /boot/initrd-*-kdump; do
    k="${i%-kdump}"
    k="/boot/vmlinuz-${k#/boot/initrd-}"
    test -f "$k" || rm -v "$i"
done

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:7011740
  • Creation Date: 01-Feb-2013
  • Modified Date:12-Oct-2022
    • SUSE Linux Enterprise Server

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.