ImageWriting

Differences between revisions 12 and 13
Revision 12 as of 2009-03-18 12:31:40
Size: 2164
Editor: 129
Comment: Changed 'Ubuntu MID' to 'Ubuntu Netbook Remix'
Revision 13 as of 2009-03-18 12:42:43
Size: 2253
Editor: 129
Comment: Cleanup (grammar, terminology, punctuation etc)
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
This Page is supposed to help you with getting your downloaded .img file to a USB key, either with the usb-imagewriter gui tool or the "old" way in a terminal via commandline. This page is supposed to help you with getting your downloaded .img file onto a USB key, either with the usb-imagewriter GUI tool or the "old" way in a terminal via command line.
Line 12: Line 12:
Click on the download link below to get the usb-imagewriter package. Firefox will offer you to either download the file or, as default action, to open it with the gdebi package installer. Keep the default action here and click ok. Click on the download link below to get the usb-imagewriter package. Firefox will offer to either download the file or, as default action, to open it with the gdebi package installer. Keep the default action and click OK.
Line 14: Line 14:
[[http://ppa.launchpad.net/ogra/ubuntu/pool/main/u/usb-imagewriter/usb-imagewriter_0.1-1~ppa1_all.deb|Download]] usb-imagewriter here [[http://ppa.launchpad.net/ogra/ubuntu/pool/main/u/usb-imagewriter/usb-imagewriter_0.1-1~ppa1_all.deb|Download]] usb-imagewriter here.
Line 16: Line 16:
After gdebi finished you will find a new starter in your menu at '''Applications -> Accessories -> Image Writer''' After gdebi is finished installing, you will find a new launcher in your menu at '''Applications -> Accessories -> Image Writer'''
Line 18: Line 18:
Put the USB Key you want to write the image to into your USB port (give the system a second to recognize it) Put the USB key you want to write the image to into your USB port and give the system a second or two to recognize it.
Line 20: Line 20:
Then run the Image Writer tool, select the downloaded image, select the target device and click on "Write to device". Run the Image Writer tool, select your downloaded image (.img file), set the target device to your USB key and click on "Write to device".
Line 22: Line 22:
Now just wait until the tool tells you you can remove the key, if you want to see the details of the copying process you can open the details window during operation. Now wait until the tool tells you you can remove the key. If you want to see details of the copying process you can open the details window while it is writing.
Line 24: Line 24:
More details, screenshots etc. about usb-imagewriter can be found [[https://launchpad.net/usb-imagewriter|here]] More details, screenshots etc. about usb-imagewriter can be found at [[https://launchpad.net/usb-imagewriter|here]]
Line 26: Line 26:
If you find any bugs in the tool, please report them [[https://bugs.launchpad.net/usb-imagewriter/+filebug|here]] If you find any bugs in the tool, please report them at [[https://bugs.launchpad.net/usb-imagewriter/+filebug|here]]
Line 28: Line 28:
== From commandline with dd == == Using dd on a command line==
Line 30: Line 30:
 1. Download the image to your disk.  1. Download the image to your hard drive.
Line 32: Line 32:
 1. Run the dmesg command to find the devicename the kernel assigned to it.  1. Run the dmesg command to find the devicename the kernel assigned to it. It will be something like "/dev/sda"
Line 35: Line 35:
 1. Wait until your prompt returns, unplug the USB key.  1. Wait until the prompt returns, and unplug the USB key.

This page is supposed to help you with getting your downloaded .img file onto a USB key, either with the usb-imagewriter GUI tool or the "old" way in a terminal via command line.

Warning

This will erase all data on your USB key. If you have important files on your USB device, copy them up to another disk before writing the USB image.

Using Usb Imagewriter

Click on the download link below to get the usb-imagewriter package. Firefox will offer to either download the file or, as default action, to open it with the gdebi package installer. Keep the default action and click OK.

Download usb-imagewriter here.

After gdebi is finished installing, you will find a new launcher in your menu at Applications -> Accessories -> Image Writer

Put the USB key you want to write the image to into your USB port and give the system a second or two to recognize it.

Run the Image Writer tool, select your downloaded image (.img file), set the target device to your USB key and click on "Write to device".

Now wait until the tool tells you you can remove the key. If you want to see details of the copying process you can open the details window while it is writing.

More details, screenshots etc. about usb-imagewriter can be found at here

If you find any bugs in the tool, please report them at here

== Using dd on a command line==

  1. Download the image to your hard drive.
  2. Open a terminal and plug in your USB key
  3. Run the dmesg command to find the devicename the kernel assigned to it. It will be something like "/dev/sda"
  4. In the terminal run:

    sudo dd if=/path/to/your/downloaded.img of=/dev/device/you/saw/in/dmesg bs=1024 
  5. Wait until the prompt returns, and unplug the USB key.

Booting from such a USB key will let you try a live session of Ubuntu Netbook Remix or install it.

MobileTeam/Mobile/HowTo/ImageWriting (last edited 2009-04-27 09:26:57 by p4081-ipbf2501marunouchi)