Hard

Revision 2 as of 2009-05-28 20:26:02

Clear message

Adding the UNR packages to an existing Ubuntu (8.04 or 8.10) installation is another installation method but is harder and not recommended (plus most packages are now out of date).

The packages are available in the netbook-remix-team ppa and can be installed independent of each-other.

Packages are available for 8.04 (hardy), 8.10 (intrepid) and 9.04 (jaunty, in main).

Downloading & Installing the UNR Hardy Image

**WARNING. INSTALLING THIS IMAGE WILL DELETE ALL THE CONTENTS OF YOUR HARD DRIVE.**

The UNR images (.img and .iso) and release notes are now available at http://oem-images.canonical.com/unr/. To install, do the following:

  1. View release notes at http://oem-images.canonical.com/unr/unr-1.0.1.README

  2. For .img, save image to disk from http://oem-images.canonical.com/unr/unr-1.0.1.img

    • make bootable USB key using Usb Imagewriter or dd command line
    • boot the device with USB key and install UNR
  3. For .iso, save image to disk from http://oem-images.canonical.com/unr/unr-1.0.1.iso

    • make bootable DVD using Nautilus or Brasero
    • boot the device from DVD and install UNR

The following steps detail 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.

Using Usb Imagewriter

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.

Download usb-imagewriter here

After gdebi finished you will find a new starter in your menu at Applications -> Accessories -> Image Writer

Put the USB Key you want to write the image to into your USB port (give the system a second to recognize it)

Then run the Image Writer tool, select the downloaded image, select the target device and click on "Write to device".

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.

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

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

From commandline with dd

  1. Download the image to your disk.
  2. Open a terminal and plug in your USB key
  3. Run the dmesg command to find the devicename the kernel assigned to it.
  4. In the terminal run:

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

From Windows Command Prompt using flashnul

  1. Download the image to your disk.
  2. Download flashnul from http://shounen.ru/soft/flashnul/

  3. At the command prompt run:

    flashnul -p 
  4. Note the physical device number for the target USB disk.
  5. At the command prompt run:

    flashnul <number obtained in prior step> -L \path\to\unr-<version>.img
  6. Answer "yes" after verifying the destination device.

Booting from such a USB key will let you install Ubuntu Netbook Remix on your device.

Potential Problems

The Netbook remix is quite good and it is fast, however it isn't just Hardy with addons. Some things have also been removed, some of which can be easily restored, some are more difficult. One example is support for ReiserFS. It isn't in the kernel and will not work!

901s and later have different network drivers. (RaLink Unknown [1814:0781] and Attansic Technology Corp Unknown [1969:1026]). A fixed module is included in the 2.6.24-21-eeepc kernel, however the UNR ISO/IMG images contain 2.6.24-19-lpia.

  • There may be other issues as well. It's probably best to add netbook remix to an existing hardy install. As for Ibex while hardware detection is better than Hardy. Video is very slow etracer will barely run with the new intel drivers.

Ubuntu 8.04 (Hardy) UNR Package Installation

The following instructions detail how to add UNR packages to an existing Hardy based system:

  1. Open the "Software Sources" dialog from the System->Administration menu

  2. Click on the "Third Party Software" tab and the click "Add..." button
  3. In the newly opened dialog, paste the following line into the text entry box: deb http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main

  4. Click "Add source" button, then "Close". If the dialog asks you to reload the packages, select "yes".
  5. In a terminal, type sudo apt-get update && sudo apt-get install desktop-switcher go-home-applet human-netbook-theme maximus ume-launcher window-picker-applet metacity

Notes:

  • the launcher automatically add's itself to the autostart for a user session. To disable this, either uncheck it's entry in gnome-session-properties, or

remove /etc/xdg/autostart/ume-launcher.desktop file.

  • Maximus _doesn't_ automatically start, you will need to add it to your session through gnome-session-properties
  • "ume-launcher" is the hardy version of the launcher, based on clutter-0.6
  • The ppa contains an updated version of metacity which contains some useful patches and bugfixes:
    • Add the desktop to Alt+Tab
    • Fix resize error when maximus requests a window to be maximised

Ubuntu 8.10 (Intrepid) UNR Package Installation

The following instructions detail how to add UNR packages to an existing Intrepid based system:

  1. Open the "Software Sources" dialog from the System->Administration menu

  2. Click on the "Ubuntu Software" tab and check the "Community-maintained..." box (or else libclutter will not be found).
  3. Click on the "Third Party Software" tab and the click "Add..." button
  4. In the newly opened dialog, paste the following line into the text entry box deb http://ppa.launchpad.net/netbook-remix-team/ubuntu intrepid main

  5. Click "Add source" button, then "Close". If the dialog asks you to reload the packages, select "yes".
  6. In a terminal, type sudo apt-get update && sudo apt-get install go-home-applet human-netbook-theme maximus netbook-launcher window-picker-applet

Notes:

  • Neither the netbook-launcher or maximus automatically start, you will need to add them to your session through gnome-session-properties
  • "netbook-launcher" is the intrepid version of the launcher, based on clutter-0.8
  • The ppa will be updated shortly with metacity/desktop-switcher packages for intrepid. DO NOT USE the hardy versions of these packages with intrepid