• 1 Post
  • 4 Comments
Joined 1 year ago
cake
Cake day: November 5th, 2024

help-circle
  • drkt@scribe.disroot.orgtoLinux@lemmy.worldLinux dual boot
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    boot any distro from a USB

    dd if=/dev/(SMALL DISK) of=/dev/(BIG DISK) status=progress

    Do not target partitions, ie /dev/sda1, but target the disk itself, so all partitions are copied over, ie /dev/sda

    wait for it to finish

    use any partitioning tool to expand the Zorin partition to fill out the remaining space. I like to use gparted.

    Fuck cloning software, just do it yourself. It’s easier.