https://trisquel.info/en/wiki/how-create-liveusb

How to Create a LiveUSB
The goal of this manual is to instruct the user on how to make a bootable USB drive with Trisquel installed.Trisquel (Graphical)
- Launch System Settings from the main menu.

- Select Startup Disk Creator.

- Select a source disk image or burned Trisquel disk and a designated device. Click Make Startup Disk.

- Confirmation will display that the startup drive is complete.

Terminal (dd of GNU Coreutils)
$ sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M;syncNote that you want the device name (e.g. /dev/sdx) not the partition name (e.g. /dev/sdx1).
No comments:
Post a Comment