Comment 10 for bug 358583

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: [Bug 358583] Re: [Dell Inc. MXC061] hibernate/resume failure

Thanks. So your fstab says your swap device is /dev/sda6, but the resume
process will be looking for a swap device by UUID
(61e8a88a-3afc-4898-a4b8-b1434c534ab5).

So we need to know if the UUID on /dev/sda6 matches. If it doesn't, then
that's the problem.

Please send the output of:

sudo vol_id /dev/sda6

--
 - mdz