Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faparicior/ed8fab724e196478bb4a93a232c77df4 to your computer and use it in GitHub Desktop.
Save faparicior/ed8fab724e196478bb4a93a232c77df4 to your computer and use it in GitHub Desktop.
fix slow starting after remove swap partition
  • remove /etc/initramfs-tools/conf.d/resume

  • sudo update-initramfs -u

  • alternatively you can Interrupt GRUB by pressing any key, then press E to edit the currently-selected boot entry, find the line starting with the word linux and add noresume as a separate word to the end of that line. This is only for test purposes. Tha changes are not persisted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment