Training

When: Every first Sunday of every month -get a ticket- from $15 (Click Here).

Wednesday, October 16, 2013

Thumbdrive USB in Trisquel

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.
USB_Install_01_0.png
  • Select Startup Disk Creator.
SelectSDC.png
USB_Install_02.png
  • Confirmation will display that the startup drive is complete.
USB_Install_03_1.png

Terminal (dd of GNU Coreutils)

$ sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M;sync
Note that you want the device name (e.g. /dev/sdx) not the partition name (e.g. /dev/sdx1).

No comments: