Comment 7 for bug 1398025

Revision history for this message
Martin Pitt (pitti) wrote : Re: Errors messages like "error: /dev/sdb: No medium found" on booting

Thanks, that already helps. Can you now please enable debugging of the 'resume' initramfs hook (which seems to produce those errors) with:

  sudo sed -i '1 s/$/ -x/' /usr/share/initramfs-tools/scripts/local-premount/resume
  sudo update-initramfs -u

then reboot with the previous "debug=y" again, and re-attach /var/log/boot.log?

Please also give me the output of

  cat /etc/initramfs-tools/conf.d/resume

Thanks!