How to copy Mint to USB?
by Camello from LinuxQuestions.org on (#6JRXM)
Hello,
Systemback didn't work for me on LinuxMint, copying the partition via Gparted from another system in order to paste it later into the USB ... I could never manage it, and I was not able to find a 'dd' command that in reasonable time could do it -- there was one, which I don't remember now, that did it, but in seven hours ...
How to copy Mint to USB?
Thanks for any advice.
EDIT:
Any other way to install with 'dd' somewhat more reasonable, fast, this was the one i used:
Code:sudo dd if=/dev/nvme0n1p5 of=/dev/sda
Systemback didn't work for me on LinuxMint, copying the partition via Gparted from another system in order to paste it later into the USB ... I could never manage it, and I was not able to find a 'dd' command that in reasonable time could do it -- there was one, which I don't remember now, that did it, but in seven hours ...
How to copy Mint to USB?
Thanks for any advice.
EDIT:
Any other way to install with 'dd' somewhat more reasonable, fast, this was the one i used:
Code:sudo dd if=/dev/nvme0n1p5 of=/dev/sda