Nicolas, thx for loads of instructions, I`ll read & do ASAP. Gunnar Gervin
On Sat, 31 Jul 2021 at 15:06, Nicolas George <geo...@nsup.org> wrote: > Gunnar Gervin (12021-07-31): > > How mount iso to usb in terminal? (Debian 10.10 i386 32 bit) > > Mount? or "burn"? I'll assume the later. > > Just: > > cp /path/to/file.iso /dev/sdX > > where sdX is the device for your USB drive. You will need to make sure > you have the permissions for the devices; I advise it over using rood > privileges for the cp: you could wipe your install if you get the device > wrong. > > But if your goal is to also learn, there is a better way, and one that > lets you keep using the USB drive normally. I have written an old and a > newer tutorial: > > http://nsup.org/~george/comp/live_iso_usb/ > http://nsup.org/~george/comp/live_iso_usb/grub_hybrid.html > > Regards, > > -- > Nicolas George >