How can I make a bootable USB with Trisquuel mini?

10 réponses [Dernière contribution]
Megver83
Hors ligne
A rejoint: 12/21/2015

Hi everybody, I downloaded the latest version of trisquel mini but I wanted to create a bootable usb & tried with Universal usb installer, but as there was not an option of "Trisquel mini" I selected "Trisquel" but when booting it gave me errors. I know in Trisquel exist the usb live creator, but I tried it once in Ubuntu & didn´t work. I´ll try it again in Trisquel, but if it doesn´t work, which other options do I have? I have no problem with burning a CD but I would like to know if I got other options. Now if there are no other possibilities, I´ll have to burn the CD

jbar
Hors ligne
A rejoint: 01/22/2011

From the command line

$ sudo dd if=/path/to/iso/image.iso of=/dev/sdx bs=4M; sudo sync

being sdx the usb device. To find it you can use

$ sudo ls -l /dev/disk/by-id/*usb*

or

$ sudo fdisk -l

Magic Banana

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/24/2010

Here is the related documentation (with different methods): https://trisquel.info/en/wiki/how-create-liveusb

lembas
Hors ligne
A rejoint: 05/13/2010

> but when booting it gave me errors.

This is bit too vague.

Megver83
Hors ligne
A rejoint: 12/21/2015

but it gives me the same error: (initramfs) mount mounting /dev/loop0 on //filesystem.squashfs failed invalid argument

SuperTramp83

I am a translator!

Hors ligne
A rejoint: 10/31/2014

Megver: I answered to this in the Spanish forum. cheers

SuperTramp83

I am a translator!

Hors ligne
A rejoint: 10/31/2014
jbar
Hors ligne
A rejoint: 01/22/2011

From the command line

$ sudo dd if=/path/to/iso/image.iso of=/dev/sdx bs=4M; sudo sync

being sdx the usb device. To find it you can use

$ sudo ls -l /dev/disk/by-id/*usb*

or

$ sudo fdisk -l

Magic Banana

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/24/2010

Here is the related documentation (with different methods):
https://trisquel.info/en/wiki/how-create-liveusb

lembas
Hors ligne
A rejoint: 05/13/2010

> but when booting it gave me errors.

This is bit too vague.

Megver83
Hors ligne
A rejoint: 12/21/2015

but it gives me the same error: (initramfs) mount mounting /dev/loop0 on
//filesystem.squashfs failed invalid argument