ImageWriting
Size: 1205
Comment:
|
Size: 3048
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
This page describes how you easily copy your image on a USB Key by using the usb-imagewriter tool from a ubuntu desktop system. | <<Include(MobileTeam/Mobile/Menu)>> ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>|| |
Line 3: | Line 4: |
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. | 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 5: | Line 6: |
[[http://launchpadlibrarian.net/18173932/usb-imagewriter_0.1-ppa1_all.deb|Download]] usb-imagewriter here | == Warning == |
Line 7: | Line 8: |
After Gdebi finished you will find a new starter in your menu at '''Applications -> Accessories -> ImageWriter''' | '''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. |
Line 9: | Line 10: |
Put the USB Key you want to write the image to into your USB port (give the system a second to recognize it) | == Using Usb Imagewriter == |
Line 11: | Line 12: |
Then run the ImageWriter tool, select the downloaded image, select the device and click on "Write to device". | 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 13: | Line 14: |
Now just wait until the tool tells you you can remove the key, if you want to see the details of teh copying process you can open the details window during operation. | Download usb-imagewriter here: [[http://ppa.launchpad.net/ogra/ubuntu/pool/main/u/usb-imagewriter/usb-imagewriter_0.1.2-0ubuntu1~hardy~ppa1_all.deb|usb-imagewriter for Ubuntu 8.04 LTS (Hardy Heron)]] or [[http://ppa.launchpad.net/ogra/ubuntu/pool/main/u/usb-imagewriter/usb-imagewriter_0.1.2-0ubuntu1~intrepid~ppa1_all.deb|usb-imagewriter for Ubuntu 8.10 (Intrepid Ibex)]] |
Line 15: | Line 16: |
More deatils, screenshots etc. about usb-imagewriter can be found [[https://launchpad.net/usb-imagewriter|here]] | After gdebi is finished installing, you will find a new launcher in your menu at '''Applications -> Accessories -> Image Writer''' |
Line 17: | Line 18: |
If you find any bugs in the tool, please report them [[https://bugs.launchpad.net/usb-imagewriter/+filebug|here]] | 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 [[https://launchpad.net/usb-imagewriter|here]] If you find any bugs in the tool, please report them at [[https://bugs.launchpad.net/usb-imagewriter/+filebug|here]] == Using dd on a command line == 1. Download the image to your hard drive. 1. Open a terminal and plug in your USB key 1. Run the dmesg command to find the devicename the kernel assigned to it. It will be something like "/dev/sda" 1. In the terminal run: {{{ sudo dd if=/path/to/your/downloaded.img of=/dev/device/you/saw/in/dmesg bs=1024 }}} 1. Wait until the prompt returns, and unplug the USB key. == Writing a usb image in Windows == 1. Download the image to your hard drive. 1. Download [[http://launchpad.net/win32-image-writer/0.1/0.1/+download/win32diskimager-RELEASE-0.1-r15-win32.zip|win32-image-writer]] and unarchive it with your favorite zip utility (winzip, winrar, pkzip, etc..). 1. Make sure your usb drive is plugged in before running (this will be fixed in the next release). 1. Run Win32DiskImager.exe and follow the prompts. 1. When finished, either reboot or take the usb drive to your netbook and boot from it. Enjoy! Booting from such a USB key will let you try a live session of Ubuntu Netbook Remix or install it. |
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: usb-imagewriter for Ubuntu 8.04 LTS (Hardy Heron) or usb-imagewriter for Ubuntu 8.10 (Intrepid Ibex)
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
- Download the image to your hard drive.
- Open a terminal and plug in your USB key
- Run the dmesg command to find the devicename the kernel assigned to it. It will be something like "/dev/sda"
In the terminal run:
sudo dd if=/path/to/your/downloaded.img of=/dev/device/you/saw/in/dmesg bs=1024
- Wait until the prompt returns, and unplug the USB key.
Writing a usb image in Windows
- Download the image to your hard drive.
Download win32-image-writer and unarchive it with your favorite zip utility (winzip, winrar, pkzip, etc..).
- Make sure your usb drive is plugged in before running (this will be fixed in the next release).
Run Win32DiskImager.exe and follow the prompts.
- When finished, either reboot or take the usb drive to your netbook and boot from it. Enjoy!
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)