Page 1 of 1

Create a Iso USB

Posted: 22 May 2022, 13:35
by Pocsussu
How to write a usb iso on USB using porteus? I already the common methods used on Linux but don't works!

Create a Iso USB

Posted: 22 May 2022, 15:55
by Ed_P
If referring to a Porteus 4 or Porteus 5 system ISO check the /USB_INSTALLATION.txt file in the Porteus ISO.

Create a Iso USB

Posted: 25 May 2022, 07:01
by ncmprhnsbl
Pocsussu wrote:
22 May 2022, 13:35
How to write a usb iso on USB using porteus? I already the common methods used on Linux but don't works!
if you mean: use the USB like a cd, ie, use the whole drive read only.. porteus-5.0rc3(and the upcoming final) is a hybrid iso, so simply: eg. if your USB is sdb: (as root)
BEWARE this will use the whole drive and destroy anything on it.

Code: Select all

cp path/to/Porteus-<DE>-v5.0rc3-<ARCH>.iso /dev/sdb
of course, using the frugal install method (mentioned above) gives a much more flexible setup.