Bootable Linux USB stick: Difference between revisions

No edit summary
Line 130: Line 130:
(time: ~180 secs speed: ~175MB/s, size of image: 1.8 GB)
(time: ~180 secs speed: ~175MB/s, size of image: 1.8 GB)
write compressed image back to a stick:
write compressed image back to a stick:
  unpigz -c usbstick.img.gz | dd of=/dev/sdX bs=4096
  unpigz -c usbstick.img.gz > /dev/sdX bs=4096
(speed should be >100MB/s)
(speed: ~ 98MB/s)


=== for techies: taking care of the stick ===
=== for techies: taking care of the stick ===