Revision of How to Create a LiveUSB from Thu, 01/12/2017 - 22:50

The revisions let you track differences between multiple versions of a post.

The goal of this manual is to instruct the user on how to make a bootable USB drive with Trisquel installed.

Described methods

  • Trisquel GNU/Linux (GUI: graphical user interface)
  • GNU/Linux (terminal)
  • Windows (GUI)
  • Mac OS X (terminal)

Note: It is possible to enlarge the images via the button right click of your mouse.

Trisquel (Graphical)

Launch System Settings from the main menu.

<img src="https://trisquel.info/files/USB_Install_01_0.png" title=" 600px" alt=" 600px" />

600px

Select Startup Disk Creator.

<img src="https://trisquel.info/files/SelectSDC.png" title="https://trisquel.info/files/SelectSDC.png" alt="https://trisquel.info/files/SelectSDC.png" />

https://trisquel.info/files/SelectSDC.png

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

<img src="https://trisquel.info/files/USB_Install_02.png" title="https://trisquel.info/files/USB_Install_02.png" alt="https://trisquel.info/files/USB_Install_02.png" />

https://trisquel.info/files/USB_Install_02.png

Confirmation will display that the startup drive is complete.

<img src="https://trisquel.info/files/USB_Install_03_1.png" title="https://trisquel.info/files/USB_Install_03_1.png" alt="https://trisquel.info/files/USB_Install_03_1.png" />

https://trisquel.info/files/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).

Windows (Universal USB Installer (GPLv2))

This manual is not an endorsement for the use of non-free operating systems. This manual is designed to help users migrate from non-free systems to free ones, as it is the case of Trisquel.

The easiest way to get up an running with USB is to use the USB installer provided by pendrivelinux.com. You’ll need to download and install and follow the instructions.

<img src="https://trisquel.info/files/Select.png" title="https://trisquel.info/files/Select.png" alt="https://trisquel.info/files/Select.png" />

https://trisquel.info/files/Select.png

Click 'Browse' and open the downloaded ISO file.

<img src="https://trisquel.info/files/Browse.png" title="https://trisquel.info/files/Browse.png" alt="https://trisquel.info/files/Browse.png" />

https://trisquel.info/files/Browse.png

<img src="https://trisquel.info/files/Open.png" title="https://trisquel.info/files/Open.png" alt="https://trisquel.info/files/Open.png" />

https://trisquel.info/files/Open.png

Choose the USB drive and click 'Create'.

<img src="https://trisquel.info/files/ChooseUsbDrive.png" title="https://trisquel.info/files/ChooseUsbDrive.png" alt="https://trisquel.info/files/ChooseUsbDrive.png" />

https://trisquel.info/files/ChooseUsbDrive.png

In Mac OS X (Terminal)

This manual is not an endorsement for the use of non-free operating systems. This manual is designed to help users migrate from non-free systems to free ones, as it is the case of Trisquel.

  1. Download a Trisquel disc image from our download page.
  2. Open the Terminal from Applications/Utilities.
  3. Convert the .iso file to a .img.

Type (according the name of the path to the file):

$ hdiutil convert -format UDRW -o ~/path/to/trisquel.img ~/path/to/trisquel.iso

This will create a file with a .img.dmg extension. Type the following to rename this file.

$ mv ~/path/to/trisquel.img.dmg ~/path/to/trisquel.img

To display the list of devices currently attached type:

$ diskutil list

Revisions

07/10/2009 - 15:50
kernel_script
09/10/2009 - 13:26
david
02/16/2010 - 06:30
AndrewT
02/26/2012 - 08:37
levl
03/05/2012 - 06:34
SirGrant
03/23/2012 - 14:27
icarious
04/11/2012 - 14:07
vod
06/10/2013 - 21:58
bob328468365
08/13/2013 - 19:08
lloydsmart
04/14/2014 - 04:23
alguien
08/25/2014 - 19:05
icaroperseo
04/16/2015 - 17:05
Hdesmi
06/06/2015 - 16:00
Magic Banana
01/22/2016 - 04:17
knipknup
01/12/2017 - 22:49
albertoefg
10/02/2017 - 13:10
ylevental
08/06/2018 - 23:17
loldier
05/25/2021 - 20:26
Cyberhawk
02/17/2022 - 17:54
Luck-02
01/13/2024 - 16:43
knife