• Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting

    From Ant@21:1/5 to All on Mon Apr 10 21:27:38 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to errors
    on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and add
    a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)
    --
    "So then, just as you received Christ Jesus as Lord, continue to live in him, rooted and built up in him, strengthened in the faith as you were taught, and overflowing with thankfulness." --Colossians 2:6. Slammy Easter weekend and maybe new week. :(
    Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
    /\___/\ Ant(Dude) @ http://aqfl.net & http://antfarm.home.dhs.org.
    / /\ /\ \ Please nuke ANT if replying by e-mail.
    | |o o| |
    \ _ /
    ( )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bad sector@21:1/5 to Ant on Mon Apr 10 19:53:04 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 4/10/23 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    Not sure if I understand but...

    # blkid
    this will list the uuids accessible at the time, including your swap
    identify the swap partition you magde then use THAT uuid in your fstab

    UUID=(new uuid here) none swap sw 0 0

    some people also add nofail to the swap entry, I can't comment on that

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From TJ@21:1/5 to Ant on Mon Apr 10 23:24:04 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 2023-04-10 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    You'll need the bigger swap partition if you ever use hibernate or suspend/resume.

    If I were doing that big of a hardware upgrade, I wouldn't dream of
    *not* doing a clean install of the system. Naturally, your data -
    photos, documents, music, videos, etc. - needs to be backed up first.
    That stuff is irreplaceable.

    But the system? Not so much. IMO, it takes less time to do a clean
    system install, even with installing any extra software and re-doing
    your customization, than it does to track down and solve the inevitable glitches that will crop up after so big a change of hardware if you try
    to keep the old system.

    But then, I don't use Debian, I use Mageia. And being a member of the
    Mageia team that tests install isos before their release to the public,
    I've done hundreds of new installs in my time. What's one more to me?

    So, YMMV from mine.

    TJ

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ant@21:1/5 to bad sector on Tue Apr 11 05:08:01 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    In comp.os.linux.hardware bad sector <forgetski@invalid.net> wrote:
    On 4/10/23 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    Not sure if I understand but...

    # blkid
    this will list the uuids accessible at the time, including your swap
    identify the swap partition you magde then use THAT uuid in your fstab

    UUID=(new uuid here) none swap sw 0 0

    some people also add nofail to the swap entry, I can't comment on that

    Thanks. It worked. I didn't use nofail since my /etc/fstab didn't show it.
    --
    "So then, just as you received Christ Jesus as Lord, continue to live in him, rooted and built up in him, strengthened in the faith as you were taught, and overflowing with thankfulness." --Colossians 2:6. Slammy Easter weekend and new week so far. :(
    Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
    /\___/\ Ant(Dude) @ http://aqfl.net & http://antfarm.home.dhs.org.
    / /\ /\ \ Please nuke ANT if replying by e-mail.
    | |o o| |
    \ _ /
    ( )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Ant on Tue Apr 11 01:38:01 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 4/10/2023 5:27 PM, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)


    There's a couple of ways you can do swap.

    Swap partition

    Swap file "/swapfile"

    The presumed advantage of /swapfile, is when multibooting and
    an installer overwrites a swap partition (that all the Linux OSes
    have been sharing), you don't have issues with the BLKID.

    However, I recently ran into Ubuntu, started scanning for BTRFS
    and then MDADM, and that (to me at least) is a sign of "swap anxiety".
    It is trying to find a swap partition, even though I told it I was
    using a /swapfile .

    Using RESUME=none and rebuilding initramfs, fixed that for me.
    RESUME=none presumably means hibernation would never work, but
    I always make my swap 1GB in size (a token swap on a large RAM machine).
    It was never going to work anyway.

    When using a hard drive, the 1GB swap partition is there, so the
    disk drive makes a noise if RAM consumption is going crazy, and
    then I have to be pretty damn quick to kill the thing that is
    doing it. That's how you decide, based on the timing margin you
    want, how big to make a token swap. It's just there to delay
    application of OOM.

    When you do an install, if you do a Custom, and you don't create
    a swap, it's possible a modern distro will use /swapfile . If
    you don't do a Custom, and just let the distro mess around with
    the disk drive, it'll probably make a swap partition for you.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ant@21:1/5 to Ant on Tue Apr 11 06:26:00 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    In comp.os.linux.hardware Ant <ant@zimage.comant> wrote:
    In comp.os.linux.hardware bad sector <forgetski@invalid.net> wrote:
    On 4/10/23 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition
    and add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on
    the former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    Not sure if I understand but...

    # blkid
    this will list the uuids accessible at the time, including your swap identify the swap partition you magde then use THAT uuid in your fstab

    UUID=(new uuid here) none swap sw 0 0

    some people also add nofail to the swap entry, I can't comment on that

    Thanks. It worked. I didn't use nofail since my /etc/fstab didn't show it.

    https://www.reddit.com/r/debian/comments/12hwrfo/swapped_my_hardwares_motherboard_cpu_ram_drives/jfsoqmd/
    fixed my other startup issues too. Wow, my old Debian now boots up and
    shut down so fast! I had to do it a few times to be sure I wasn't
    dreaming since I was tired. :D
    --
    "So then, just as you received Christ Jesus as Lord, continue to live in him, rooted and built up in him, strengthened in the faith as you were taught, and overflowing with thankfulness." --Colossians 2:6. Slammy Easter weekend and new week so far. :(
    Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
    /\___/\ Ant(Dude) @ http://aqfl.net & http://antfarm.home.dhs.org.
    / /\ /\ \ Please nuke ANT if replying by e-mail.
    | |o o| |
    \ _ /
    ( )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to Ant on Tue Apr 11 10:01:22 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 4/10/23 23:27, Ant wrote:

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    sudo fdisk -l | grep swap

    this will give you the device, if you want to use UUID, I suggest you do

    sudo mkswap `sudo fdisk -l | grep swap | awk '{print $1}'`

    use the announced UUID in your fstab. Keep in mind if your swap is
    smaller than the amount of memory you have, hibernation may not always work.

    --
    //Aho

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to TJ@noneofyour.business on Tue Apr 11 11:25:11 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    TJ <TJ@noneofyour.business> writes:

    If I were doing that big of a hardware upgrade, I wouldn't dream of
    *not* doing a clean install of the system.

    But why? What's the benefit of a clean install? There seem to be these unfounded claims like what Ant got on Reddit that somehow SSD wear
    leveling doesn't work without a reinstall. Crazy.

    But then, I don't use Debian, I use Mageia. And being a member of the
    Mageia team that tests install isos before their release to the
    public, I've done hundreds of new installs in my time. What's one more
    to me?

    Seems reasonable.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bad sector@21:1/5 to Ant on Tue Apr 11 06:13:25 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 4/11/23 02:26, Ant wrote:
    In comp.os.linux.hardware Ant <ant@zimage.comant> wrote:
    In comp.os.linux.hardware bad sector <forgetski@invalid.net> wrote:
    On 4/10/23 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    Not sure if I understand but...

    # blkid
    this will list the uuids accessible at the time, including your swap
    identify the swap partition you magde then use THAT uuid in your fstab

    UUID=(new uuid here) none swap sw 0 0

    some people also add nofail to the swap entry, I can't comment on that

    Thanks. It worked. I didn't use nofail since my /etc/fstab didn't show it.


    Glad it did


    https://www.reddit.com/r/debian/comments/12hwrfo/swapped_my_hardwares_motherboard_cpu_ram_drives/jfsoqmd/
    fixed my other startup issues too. Wow, my old Debian now boots up and
    shut down so fast! I had to do it a few times to be sure I wasn't
    dreaming since I was tired. :D

    Been there, got the T-shirts as well as the Longjohns :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jim Jackson@21:1/5 to TJ@noneofyour.business on Tue Apr 11 11:47:53 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 2023-04-11, TJ <TJ@noneofyour.business> wrote:
    On 2023-04-10 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    You'll need the bigger swap partition if you ever use hibernate or suspend/resume.

    If I were doing that big of a hardware upgrade, I wouldn't dream of
    *not* doing a clean install of the system.

    Aaaahhhh... the microsoft mentality wins out even here :-) Just before
    Easter I too upgraded my 11 year old hardware. I moved my old
    spinning rust to the new hardware, and it just booted.

    I did have a little bit more trouble getting the new SSD to boot after
    dd'ing across the contents of the old disk - but I never did get my head
    around these new fangled uuid's (I had forgot that the dd duplicated the
    disk uuid!!!! whoops), and grub2 must one of the most opaque pieces of
    software ever! But even that was quicker than a reinstall, and putting
    back my custom mail, syslog, nfs etc, etc configs

    But of course YMMV.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bad sector@21:1/5 to Jim Jackson on Tue Apr 11 07:56:17 2023
    XPost: alt.os.linux, comp.os.linux.help, comp.os.linux.setup

    On 4/11/23 07:47, Jim Jackson wrote:
    On 2023-04-11, TJ <TJ@noneofyour.business> wrote:
    On 2023-04-10 17:27, Ant wrote:
    Hello,

    Over Easter 2023 weekend, my friend and I replaced my 14 yrs. old Debian PC's mobo, CPU, RAM, drives, etc. for better setups like speeds. However, my May 2022's updated 64-bit Debian v11 (stable -- bullseye) installation has a long start up due to
    errors on the new hardwares especially in SSD.

    Last night, I Clonezillaed from the very old 320 GB HDD to a new Samsung 500 GB SSD. I used a bootable gparted (gparted-live-1.5.0-1-amd64.iso) CDRW to make my old Linux partition bigger, redid my partitions to remake a new bigger swap partition and
    add a NTFS partition for my future 64-bit Windows 7 HPE SP1 restore/install (just concentrating on my old Debian for now).

    I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none swap sw 0 0 line.
    Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the
    former PC with 2 GB of RAM.

    http://zimage.com/~ant/temp/DebianSwappedHWs/ shows details like dmesg log, a photo, systemctl status systemd-modules-load.service, etc.

    How do I fix these issues? I hope I don't have to (clean/re)install! Thank you for reading and hopefully answering soon. :)

    You'll need the bigger swap partition if you ever use hibernate or
    suspend/resume.

    If I were doing that big of a hardware upgrade, I wouldn't dream of
    *not* doing a clean install of the system.

    Aaaahhhh... the microsoft mentality wins out even here :-) Just before
    Easter I too upgraded my 11 year old hardware. I moved my old
    spinning rust to the new hardware, and it just booted.

    I did have a little bit more trouble getting the new SSD to boot after
    dd'ing across the contents of the old disk - but I never did get my head around these new fangled uuid's (I had forgot that the dd duplicated the
    disk uuid!!!! whoops), and grub2 must one of the most opaque pieces of software ever! But even that was quicker than a reinstall, and putting
    back my custom mail, syslog, nfs etc, etc configs

    But of course YMMV.

    %$#@*ing-A :-)

    Is systemd jockeying to stranglehold the kernel?
    Is uuid a microcancer long-knife too?
    How about grub2?
    Will dd next be crippled too?

    just musing about eEe

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)