Comment 9 for bug 1398025

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

That's odd, now the error messages are gone entirely, even though the only change is to add "set -x" to the resume premount script to show debug output. I have a gut feeling that the update-initramfs -u (which rebuilds the initramfs) somehow "fixed" this. Unfortunately we now lost the evidence what was wrong in the first place :-(

Anyway, the script shows nothing out of the ordinary. Can you remove the -x from the file again, with

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

Just to double-check, is the error message coming back now?