Bypass hibernate on boot on Ubuntu

Solution 1:

The kernel will ignore the resume partition used to restart from hibernate if you pass it the 'noresume' option at boot. Pass this as a kernel option at the grub bootloader. See here and here.

For a more permanent solution, you can append this option to your default boot image so it never looks to resume from a hibernate image.