How can I make a bootable USB with Trisquuel mini?
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
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
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
Here is the related documentation (with different methods): https://trisquel.info/en/wiki/how-create-liveusb
> but when booting it gave me errors.
This is bit too vague.
but it gives me the same error: (initramfs) mount mounting /dev/loop0 on //filesystem.squashfs failed invalid argument
Megver: I answered to this in the Spanish forum. cheers
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
Here is the related documentation (with different methods):
https://trisquel.info/en/wiki/how-create-liveusb
> but when booting it gave me errors.
This is bit too vague.
but it gives me the same error: (initramfs) mount mounting /dev/loop0 on
//filesystem.squashfs failed invalid argument
- Vous devez vous identifier ou créer un compte pour écrire des commentaires