For me, my high bar that I have yet to beat, was the time I pivoted the running OS (ubuntu) into RAM over SSH so I could unmount and image the boot drive without rebooting and loading a live USB (Which would have required a ticket with my provider to enable IPMI)

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    25
    ·
    2 days ago

    Moving from old to new Laptop by piping /dev/sda3’s content through netcat and into /dev/nvme0n1p3

    • TauZero@mander.xyz
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      Using dd to move-resize a partition by writing down the cylinder numbers and moving it piece by piece like some Tower of Hanoi. Wanted to add more space to my root after deleting the Windows partition, which happened to be first. There is apparently no built-in command to do that.

      Booted up fingers crossed and everything worked.

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        1 hour ago

        I always liveboot debian and just use Gparted, faster than figuring out the commands manually, and much less risky

    • ch8zer@lemmy.ca
      link
      fedilink
      arrow-up
      5
      ·
      2 days ago

      How did you do it? Did you run a live distro on the new laptop to receive and overwrite the SSD ?

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        6
        ·
        2 days ago

        Livebooted (Arch) on both, I think you can even remove the install media after it copied itself to RAM, though I’m not sure (especially with Ventoy in between).