[go: up one dir, main page]

  • 57 Posts
  • 870 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 month 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.