16
[solved] swap partition problems
(lemmy.kde.social)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
which systemd unit/target does it get stuck on?
it's really strange, I just noticed that it's the UUID of... the original swap partition (now gone) the entry is still commented in /etc/fstab:
is there another place other than /etc/fstab where I should remove it?
thanks for the help!
EDIT: this is the whole output of
sudo blkid
if needed:it sounds like it unrelated to /etc/fstab and that there's something in your systemd config that's expecting it.
if you don't have the name of the unit; i think you search through your systemd config in /etc/ to find & disable it. (ie grep -ir $uuid /etc/)
THANK YOU! The grep command you posted showed me that that UUID was still present in
/etc/kernel/cmdline
asI changed it with the new one and run
sudo reinstall-kernels
, and now it works correctly! thank you very much for your help!i presume that the check my consultation fee is in the mail? lol