Ubuntu Netbook Remix (for SDHC) on EeePC
Ranked #2,192 in Computers & Electronics, #42,664 overall
Installing Ubuntu 9.04 Netbook Remix on SDHC for my EeePC
Ubuntu 9.04 (Jaunty Jackalope) had a netbook-specific version called Ubuntu Netbook Remix (UNR). The latest release, 10.04 (Lucid Lynx), has renamed its netbook-specific version to Ubuntu Netbook Edition (UNE).
The following instructions will guide you through the setup of this version on an SDHC memory card, so that you can use it to dual-boot your EeePC. These instructions do not use VMware environments (compare with Dual boot your EeePC with Ubuntu on USB), as VMware does not currently support the use of SD memory cards.
It is quite sensible to use an SD or SDHC card to dual boot an EeePC, as the card inserts into the netbook with nothing showing, so you can't break it when you drop your EeePC, unlike USB Flash Drives!
What do you need for the instructions in this lens?
- A large SDHC memory card, i.e. 4Gb or more. The recommended size is at least 8Gb, so you have plenty of spare space for Ubuntu software updates and your own files on the memory card!
- A smaller USB Flash Drive, i.e. 1Gb or more, which will be used as a Live Ubuntu USB to install Ubuntu onto your SDHC card.
- A PC running Windows XP, or Windows Vista, with approximately 2Gb free disk space to create the Live USB.
- An image of the Netbook Remix USB for Ubuntu 9.04, which can be downloaded from releases.ubuntu.com.
- A copy of Win32DiskImager software for Windows, which can be downloaded from launchpad.net, to copy the Live Ubuntu data onto the USB Flash Drive. The zip file should be unzipped into a DiskImager folder on your PC.
- Asus EeePC 901 to make use of the instructions to boot from the bootable SDHC memory card. Other netbooks, laptops and desktop PCs will be able to use the installation instructions, provided they have a memory card slot suitable for SDHC memory cards, but the boot actions do differ from PC to PC.
Ubuntu Netbook Remix Links
Ubuntu Netbook Remix | Canonical
Ubuntu Netbook Remix is optimised to run on a new category of affordable Internet-centric devices called netbooks. It includes a new consumer-friendly interface that allows users to quickly and easily get on-line and use their favourite applications.1 point
UNR - Ubuntu Wiki
Ubuntu Netbook Remix (UNR) is a 'remix' of the standard Ubuntu Desktop release to enable it to work better on devices with small screens, such as netbooks (sub-notebooks), although these packages will work on any 8.04 (Hardy) or 8.10 (Intrepid) installation.1 point
USB Ubuntu NetBook Remix Install via Windows | USB Pen Drive Linux
Install Ubuntu 9.04 NetBook Remix to a Flash Drive using Windows. Ubuntu offers their own Ubuntu Image Writer.0 points
easypeasy - for netbooks
0 points
Eeebuntu Official Site - Faq
Eeebuntu: Ubuntu For Your Eee PC - All your questions about Eeebuntu answered.0 points
Easy Peasy wiki
0 points
Related Lenses
Copy the Ubuntu Image onto the USB Flash Drive
The following actions should be carried out on the Windows PC:- Insert your USB Flash Drive, making note of its drive letter.
- From the DiskImager folder on your PC, click Win32DiskImager.exe
- (1) Browse to the ubuntu-9.04-netbook-remix-i386.img file on your PC.
- (2) Select your USB device from the dropdown.
- (3) Click the Write button to copy the image to your USB Flash Drive.
If all goes well, you should now have a Portable USB Ubuntu 9.04 NetBook Remix that you can run as an alternate Live operating system from the USB Flash Drive or install on your Netbook via the built in Ubuntu Netbook Installer.

Asus EeePC Boot Screen (1)
Tell your Asus EeePC to boot from another disk (1)

Asus EeePC Boot Devices
Boot from your Live Ubuntu USB

Ubuntu 9.04 Live USB: boot menu

Ubuntu 9.04 Live USB: loading in progress
The Live USB Desktop
When you are happy to actually install Ubuntu on the SDHC memory card, then all you have to do is insert the memory card, making sure it is not automatically mounted, and click the Install icon.
Choose your Language
Choose your Timezone

Ubuntu 9.04 Installation: keyboard
Choose your Keyboard
Guided or Manual partitioning of the SDHC Memory Card?
- Guided, which uses the entire SDHC Memory Card for Ubuntu. This seems to work best on low quality devices.
- Manual, if you want to be able to plug the same SDHC Memory Card into a computer running Windows and upload files. This allows you to choose how much space to leave formatted as FAT or FAT32, which Windows can still read.
Whichever you decide to use, just make sure that there is at least 2.5Gb in the Linux root partition (Mount point of "/"), otherwise the installation will fail.
Starting the Installation

Ubuntu 9.04 Installation: progress

Ubuntu 9.04 Installation: complete

Asus EeePC Boot Screen (2)
Tell your Asus EeePC to reboot from another disk
Boot from your SDHC Memory Card
Adding a Wireless Adapter Device Driver
Ubuntu 9.04 may not recognize the wireless adapter installed in your netbook, in which case you will have to install it yourself, by using ndiswrapper to load the available Windows device driver. The following instructions apply to the Asus EeePC 901, and may need to be adapted for your own netbook:
- Open the Package Manager, using System > Administration > Synaptic Package Manager, and select the following packages:
ndiswrapper-common
ndiswrapper-utils-1.9
and install them.
- Download the Windows device driver rt2860 from Ralink.
- Open the Terminal, Applications > Accessories > Terminal. Assuming you downloaded the zip file containing the Windows rt2860 device driver to your Desktop, and then extracted the files to a folder called wireless on your Desktop, you can type the following to go to this folder:
cd Desktop/wireless
- Load the drivers with ndiswrapper using the following commands in the Terminal:
sudo ndiswrapper -i rt2860.inf
sudo ndiswrapper -m
- The Asus EeePC 901 has an Azurewave wireless adapter installed, based on the RaLink rt2860 chipset. Earlier EeePC models have a different adapter, and other netbooks may not use this adapter either, so, if Ubuntu does not recognize the adapter automatically, you will need to find different Windows device drivers for these, and load them in the same way.
- To complete the installation, run the command:
sudo gedit /etc/network/interfaces
- Add the following text in that file and save the file:
auto lo
iface lo inet loopback - Run the commands:
sudo modprobe ndiswrapper
sudo gedit /etc/modules
- Add the following text in that file and save the file:
ndiswrapper - Finally, run the following command:
sudo /etc/init.d/networking restart
- The wireless connectivity should work now.
- However, there is a problem using WPA with Ubuntu, where the PSK (Pre-shared key) is not stored in plain text, but in hexadecimal characters, so you have to enter the key again at every boot. You can fix this by running the command:
sudo gedit /etc/wpa_supplicant.conf
- Add the following text in that file (modify the SSID and PSK in the non-Bold area with yours) and save the file:
network={
ssid="YourNetworksName"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="YourKey"
}
Ubuntu on Amazon
Ubuntu on eBay
SDHC cards on Amazon
SDHC cards on eBay
Other Lenses about Installing Linux on USB Flash Drives and Memory Cards
Your comments are welcomed
-
Reply
-
ratingfoodprocessors
Sep 7, 2011 @ 10:59 am | delete
- apple usb network adapters.I have friends who have the new netbook.
-
-
Reply
-
computer_repair
Aug 27, 2011 @ 3:42 am | delete
- Ubuntu is amazing. I use the 10.10 version. Just wanted to say seeing ndiswrapper on your lens makes me very proud.
-
-
Reply
-
sawas
Jun 1, 2011 @ 6:37 am | delete
- Nice lens.Thanks for sharing. strategic planning software
-
-
Reply
-
Metagenics Products
Dec 13, 2010 @ 10:46 am | delete
- I have friends who have the new netbook. (Maybe it's not that "new" anymore.) They pretty much like it. Haven't heard any complaints yet.
-
-
Reply
-
jamestms
Aug 4, 2010 @ 3:55 am | delete
- I'm searching for online posts that share ideas on various topics. Until I came thru yours. Learned a lot reading it. Thanks for sharing..
china memory cards
-
-
Reply
-
Bastichos
Jul 12, 2010 @ 9:50 am | delete
- Oh my, what a great lens. This should be my model when I make my Jolicloud review. Thanks so much for all the details about adding wireless.
-
by hollandnumerics
Holland Numerics Ltd is a computer consultancy owned and run by Philip and Angela Holland in Royston, Herts, UK. It is involved in lots of activities,... more »
Explore related pages
- Dual boot your EeePC with Ubuntu on USB Dual boot your EeePC with Ubuntu on USB
- My EeePC and Linux My EeePC and Linux
- Installing and Using Google Chrome OS Installing and Using Google Chrome OS
- download ubuntu 11.10 for free download ubuntu 11.10 for free
- Sécuriser Windows XP (pour les néophytes insouciants) Sécuriser Windows XP (pour les néophytes insouciants)
- Wine: How to Run Windows Applications on Linux Wine: How to Run Windows Applications on Linux








