>> IIRC booting with `resume=no` on the kernel's command line worked around >> the problem in my case. > > Yes, in your case, the system dumped its state into swap and kept > a remark "where" to get that state back.
Actually, it had not. But when booting up, it still needs to check whether or not there is such a dumped state from which to resume. > Not finding that partition is then cause for much grief (refusing to > boot _at all_ does seem like one of those really nerdy design > decisions which possibly isn't helpful to end users...) IIRC the problem comes when it decides that maybe the swap partition hasn't shown up yet, so it waits (which in turn calls for a timeout system, etc... IOW, extra complexity that's difficult to justify and hard to test) :-( [ Of course, an option could be to ask the user whether to wait or to just skip the resume, but there might be no screen/keyboard connected or no admin/user at the helm, so it's not a reliable solution either. ] Stefan