Plasma/Active/Contour/Download

From KDE Community Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MeeGo 1.2 Live and Install Images

Feel free to try out our latest unstable development snapshot of the MeeGo Plasma Contour image. This Image is a adaption of the public meego-tablet-ia32-pinetrail variant and it is bootable on x86 based devices like WeTab, ExoPC or the Idea Pad.

Download latest meego-plasma-contour-in-progress-USB-live.iso

SHA-1 checksum of latest meego-plasma-contour-in-progress-USB-live.iso

Previous images and additional files could be found on:

http://share.basyskom.com/contour/Deployment/MeeGo_x86_USB_Live_and_Install_Archive

Deploying a MeeGo Plasma Countour ISO Image to a Flashdrive

After you have downloaded the ISO image its a good idea to validate the image against transmission errors. An SHA1 checksum file should be available for every image. You can do this by comparing the hash on equality between image and related checksum file via following command:

   user@host# sha1sum <image file>

In case of an divergent output, please download the image one more time and check again. After that feel free to deploy the image to an not mounted USB flashdrive. In the following example we use the tool 'dd' for this:

   root@host# dd if=<image file> of=/dev/<USB flashdrive> bs=1M

Please note, the usage of this tool is potential dangerous! In case of an mistaken output device, all data on it will be unrecoverable lost.

To get the correct output device for the this tool, please follow the described steps below:

1. Remove all mobile flashdrives from your host system.
2. Call the command below and note the output.
   user@host# /proc/partitions
   major minor  #blocks  name
     8     0    3000000  sda
     8     1    2999998  sda1
3. Plug the Flashdrive for deploying into the host system.
4. Call the following command and note the output again.
   user@host# /proc/partitions
   major minor  #blocks  name
     8     0    30000000 sda
     8     1    29999998 sda1
     8     16    3872256 sdb
     8     17     594944 sdb1
5. In this example the correct dd parameter is sdb in the position of <USB flashdrive>.

Booting the Live Image on a WeTab

1. Plug the flashdrive to the WeTab.

2. Get the WeTab running.

3. Press the power (top left underside) + softtouch (top left upperside) button till reboot.

4. Choose inside the boot menu via softtouch button the installation or live mode (short tab to switch entry, long tab to choose).

5. Login Data: User meego passwd meego; User root passwd meego