you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 1 year ago (3 children)

Not only do I get this on shutdown I get a job on startup that runs for a minute thirty that looks for a swap partition that I have deleted.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 6 points 1 year ago* (1 child)

    Did you delete it or comment it out in /etc/fstab? Adding

    noresume
    

    to your boot arguments should also help. You can try that out in "extended options" during boot and add it to /boot/grub/grub.cfg later. Don't forget to run

    update-grub
    

    after editing.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 1 year ago (1 child)

    I've had that problem before, I think I had to mess around with my fstab and grub config to fix it.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 1 year ago (1 child)

    Yes. Deleting partitions without editing /etc/fstab is a nice way to render your system unbootable.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 year ago

    As comments below you will need to check /etc/fstab and then run a mkgrub or mkgrub2 command with options like -o (you will have lookup the full string) and it will rewrite the info that the system is told at boot about drive partitions

  • source
  • parent