Size: 4816
Comment:
|
Size: 4834
Comment: No need to reboot
|
Deletions are marked like this. | Additions are marked like this. |
Line 69: | Line 69: |
'''Reboot, and you are done!''' | '''Log out then log back in, and you are done!''' |
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 and installed.
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.
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, navigate to this page on your netbook. 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. To paste a command into Terminal, press Shift+Ctrl+V.
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.
Log out then log back in, 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
Download Ubuntu - Ubuntu.com -- Make sure to select '64-bit', then select 'Start download'.
List of Intel Atom microprocessors - Wikipedia -- Look under the 'Netbook processors' section. Your CPU must support 'Intel64' to run the AMD64 version of Ubuntu.