Skip to content
Snippets Groups Projects

Fix memtest support when using dracut-live

Merged Aaron Rainbolt requested to merge ArrayBolt3/live-build:arraybolt3/memtest-fix into master

No boot entry for memtest is created even when --memtest 'memtest86+' is passed to lb config if --initramfs dracut-live is also passed. This turns out to be because the memtest is being put in binary/boot for dracut-live, but it is put in binary/live when using initramfs-tools. This results in binary_grub_cfg being unable to find the memtest86+ executable, resulting in it being omitted from the boot menu.

Adding dracut-live to the list of initramfs systems that have the memtest86+ executable placed under binary/live resolves the issue.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading