I am currently on a live USB medium of UBUNTU. I am testing it, it is running from the USB, my RAM and what ever else is needed to run a live USB OS of Ubuntu.
Now I have another USB-stick of which I wish to use the full Linux Terminal that is currently loaded upon my computer of which I am using to type to you, so as to create a new live-USB of another Linux distribution.
Is this possible and if so how should I go about it?
I can download such distributions as Slackware, MX and/or Arch. I can us DD so as to copy it over to my other USB of which is formatted to a fat32. How should I do this and is this possible and if so, WHY?!?!?
To clarify Given the capabilities of Ubuntu, Debian, the live *NIX SYSTEM and other factors: Is it possible to boot into a live Ubuntu USB, connect another formatted USB stick to the same computer, format/modify the latter USB stick another Linux distribution (let us say it is lubuntu), restart the pc and install lubuntu?!?!?!
dd
copies data and format is overwritten unless you're writing to a file and not partition/drive so your use ofdd
is itself unclear). – guiverc Jul 10 '20 at 02:02