Difference between revisions of "How to burn image on a CD/DVD or USB"

From Point Linux Wiki
Jump to: navigation, search
(In Ubuntu and derivatives)
 
(17 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
==== In Ubuntu and derivatives ====
 
==== In Ubuntu and derivatives ====
  
1. Install package <code>usb-imagewriter</code>.<br />
+
1. Install package <code>usb-imagewriter</code> (available in universe repo).<br />
 
2. ''Ubuntu only!'' Rename image extension from .iso to .img to be able to select it.<br />
 
2. ''Ubuntu only!'' Rename image extension from .iso to .img to be able to select it.<br />
 
3. Insert USB stick where you're going to write Point Linux image.<br />
 
3. Insert USB stick where you're going to write Point Linux image.<br />
Line 14: Line 14:
 
5. Select device where you're going to write Point Linux image. Select the entire device (e.g. /dev/sdb) not it's partition (e.g. /dev/sdb1).<br />
 
5. Select device where you're going to write Point Linux image. Select the entire device (e.g. /dev/sdb) not it's partition (e.g. /dev/sdb1).<br />
 
6. Press 'Write to device'.
 
6. Press 'Write to device'.
 
==== In Point Linux ====
 
 
Same steps as above, but the package is called <code>bootstick</code>.
 
  
 
==== In LinuxMint ====
 
==== In LinuxMint ====
  
Same steps as above, but the app is already installed and it is called MintStick.
+
Same steps as above, but the application is called MintStick.
  
 
==== Using Terminal (all Linux distros) ====
 
==== Using Terminal (all Linux distros) ====
Line 49: Line 45:
 
where X is the last letter of your USB stick device and '/path/to/image.iso' is path to the Point Linux image file.<br />
 
where X is the last letter of your USB stick device and '/path/to/image.iso' is path to the Point Linux image file.<br />
 
''Warning: Make sure you've put the correct path as this operation will delete all data on a specified device.''<br />
 
''Warning: Make sure you've put the correct path as this operation will delete all data on a specified device.''<br />
Do not include integer in the USB stick device name.
+
Do not include integer in the USB stick device name.<br />
 
+
5. The image was successfully written on a USB stick and you can start using it now.
5. Type <code>sync</code> to flush file system buffers.<br />
+
6. The image was successfully written on a USB stick and you can start using it now.
+
  
 
=== Under Windows ===
 
=== Under Windows ===
Line 58: Line 52:
 
Use 'Image Writer', the open source project from Launchpad.
 
Use 'Image Writer', the open source project from Launchpad.
  
https://launchpad.net/win32-image-writer/+download
+
https://launchpad.net/win32-image-writer

Latest revision as of 17:23, 9 July 2015

Point Linux uses Hybrid ISO images that can be written on a CD/DVD disk or on a USB stick.

Contents

[edit] Writing on USB stick

[edit] Under Linux

[edit] In Ubuntu and derivatives

1. Install package usb-imagewriter (available in universe repo).
2. Ubuntu only! Rename image extension from .iso to .img to be able to select it.
3. Insert USB stick where you're going to write Point Linux image.
3. Open ImageWriter.
4. Select image you're going to write.
5. Select device where you're going to write Point Linux image. Select the entire device (e.g. /dev/sdb) not it's partition (e.g. /dev/sdb1).
6. Press 'Write to device'.

[edit] In LinuxMint

Same steps as above, but the application is called MintStick.

[edit] Using Terminal (all Linux distros)

Warning: This operation will completely erase your USB stick contents.

1. Insert a USB stick where you plan to put the Point Linux image.
2. Open a terminal window and type dmesg there.
3. You'll see something like:

[22908.885776] usb 2-1.1: Product: Cruzer Blade
[22908.885779] usb 2-1.1: Manufacturer: SanDisk
[22908.885783] usb 2-1.1: SerialNumber: 2006348603056C403AB5
[22909.462390] Initializing USB Mass Storage driver...
[22909.462725] scsi10 : usb-storage 2-1.1:1.0
[22909.462847] usbcore: registered new interface driver usb-storage
[22909.462850] USB Mass Storage support registered.
[22910.461745] scsi 10:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.20 PQ: 0 ANSI: 5
[22910.463424] sd 10:0:0:0: Attached scsi generic sg2 type 0
[22910.464935] sd 10:0:0:0: [sdb] 62530624 512-byte logical blocks: (32.0 GB/29.8 GiB)
[22910.466310] sd 10:0:0:0: [sdb] Write Protect is off
[22910.466315] sd 10:0:0:0: [sdb] Mode Sense: 43 00 00 00
[22910.467131] sd 10:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[22910.476906]  sdb: sdb1
[22910.480889] sd 10:0:0:0: [sdb] Attached SCSI removable disk

In this case your USB stick hung on /dev/sdb.
4. Type in terminal sudo dd if=/path/to/image.iso of=/dev/sdX oflag=direct bs=1048576
where X is the last letter of your USB stick device and '/path/to/image.iso' is path to the Point Linux image file.
Warning: Make sure you've put the correct path as this operation will delete all data on a specified device.
Do not include integer in the USB stick device name.
5. The image was successfully written on a USB stick and you can start using it now.

[edit] Under Windows

Use 'Image Writer', the open source project from Launchpad.

https://launchpad.net/win32-image-writer

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox