Diff for "UbuntuNetbookEdition/amd64"


Differences between revisions 25 and 26
Revision 25 as of 2010-10-08 14:35:02
Size: 4543
Editor: 173-202-138-127
Comment: Removed the Synaptic option to make it similar due to criticism on Ubuntu forums
Revision 26 as of 2010-10-08 15:59:17
Size: 4681
Editor: 173-202-138-127
Comment: Add download Ubuntu link as external link
Deletions are marked like this. Additions are marked like this.
Line 77: Line 77:
 * [[http://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors|List of Intel Atom microprocessors]] - Wikipedia -- Look under the 'Netbook processors' section. Your cpu must support 'Intel64' to run the AMD64 version of Ubuntu.  * [[http://www.ubuntu.com/desktop/get-ubuntu/download|Download Ubuntu]] - Make sure to select '64-bit', then select 'Start download'.

* [[http://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors|List of Intel Atom microprocessors]] - Wikipedia -- Look under the 'Netbook processors' section. Your CPU must support 'Intel64' to run the AMD64 version of Ubuntu.

Creating a Custom AMD64 Version of Ubuntu Netbook Edition for Ubuntu 10.04 LTS "Lucid Lynx"

Introduction

**In this guide I will use the terms 'AMD64' and '64-bit' interchangeably.**

**I also use the abbreviation, 'UNE' to stand for Ubuntu Netbook Edition.**

This guide will show you how to make a 64-bit version of Ubuntu Netbook Edition using the original Ubuntu AMD64 install disc. You must have a 64-bit processor to install the AMD64 version of Ubuntu on your netbook.

Note: This guide is intended for a fresh installation of Ubuntu. Following this guide may remove programs that you have manually installed and such programs may need to be redownloaded.

Install Regular AMD64 (64-bit) Ubuntu

Install the regular 64-bit Desktop version of Ubuntu on your netbook. You can install Ubuntu using a USB drive if you don't have a disc drive. You may use any method you want to install via USB. I have also provided a link to another wiki at the bottom of this page. Don't worry, this first step is the hardest part of the whole process. Wink ;)

If you do have a disc drive, you may simply burn the .iso to a disc and install it the way you normally would.

After you install the normal 64-bit Ubuntu, this wiki provides you with an easy way to install the Netbook Edition by simply copy-and-pasting four commands into the Terminal.

Install Netbook Edition

Copy these four commands into Terminal. It is located from the GNOME Menu via Applications --> Accessories --> Terminal.

Resynchronize the Package Index Files

This command will update the index files on your computer to the latest version on the servers:

sudo apt-get update

If you get an error message about not being able to get a lock and being temporarily unavailable, your system is probably checking for updates, just wait a few seconds until the Update Manager pops up.

Remove Packages that Leave Config Files Behind

This command will remove packages and the configuration files associated with them:

sudo apt-get --purge remove binutils brasero compiz-gnome gbrainy gdm-guest-session gnomine hal libbeagle1 libcompizconfig0 libcouchdb-glib-1.0-2 libdecoration0 libdesktopcouch-glib-1.0-2 libgoocanvas3 libgtk-vnc-1.0-0 libsdl1.2debian-pulseaudio libwmf0.2-7-gtk pitivi tsclient vinagre vino

Press 'y' to confirm your selection when prompted then press Enter.

Remove the Rest of the Packages

This command will remove the rest of the packages that don't have configuration files associated with them:

sudo apt-get remove compiz-core compiz-fusion-plugins-main gstreamer0.10-gnonlin hal-info libc-dev-bin libc6-dev libgail-gnome-module libgoocanvas-common linux-libc-dev manpages-dev rdesktop smartdimmer

Press 'y' to confirm your selection when prompted then press Enter.

Install the Netbook Edition Specific Packages

This command will install the packages that are specific to the Netbook Edition:

sudo apt-get install cheese cheese-common go-home-applet libcheese-gtk18 libclutk-0.2-0 libecore-con-svn-05 libecore-evas-svn-05 libecore-fb-svn-05 libecore-file-svn-05 libecore-imf-svn-05 libecore-input-svn-05 libecore-job-svn-05 libecore-svn-05 libecore-txt-svn-05 libecore-x-svn-05 libedje-svn-05 libeet1 libeina-svn-05 libelementary-data libelementary-svn-05 libembryo0 libevas-svn-05 libevas-svn-05-engines-core libevas-svn-05-engines-x libfakekey0 liblauncher-0.1-0 liblua5.1-0 libnetbook-launcher-0 maximus netbook-launcher netbook-launcher-efl ubuntu-netbook ubuntu-netbook-default-settings webfav window-picker-applet xserver-xorg-video-i740 xul-ext-webfav

Press 'y' to confirm your selection when prompted then press Enter.

Reboot, and you are done!

See Also

  • FromUSBStick - Use this to guide to help you install the regular AMD64 Ubuntu on your netbook using a USB stick.

External Links

UbuntuNetbookEdition/amd64 (last edited 2012-09-07 01:11:48 by 173-202-138-127)