<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BritishIdeas &#187; netbook</title>
	<atom:link href="http://www.britishideas.com/tag/netbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.britishideas.com</link>
	<description>Interesting Tech Projects</description>
	<lastBuildDate>Sun, 23 Oct 2011 20:05:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Ubuntu Netbook Remix on an Acer Aspire One</title>
		<link>http://www.britishideas.com/2009/01/14/installing-ubuntu-netbook-remix-on-an-acer-aspire-one/</link>
		<comments>http://www.britishideas.com/2009/01/14/installing-ubuntu-netbook-remix-on-an-acer-aspire-one/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 02:13:45 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.britishideas.com/2009/01/14/installing-ubuntu-netbook-remix-on-an-acer-aspire-one/</guid>
		<description><![CDATA[The Acer Aspire One is a pretty nice netbook &#8211; for a reasonable price you get 1Gb RAM, 160Gb hard drive, 1024 x 600 screen and 5 1/2 hours of battery life. However it comes with Windows XP or Linpus, which is a customized Linux distribution from Acer. Neither of these options appealed to me.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Aspire_One">Acer Aspire One</a> is a pretty nice netbook &#8211; for a reasonable price you get 1Gb RAM, 160Gb hard drive, 1024 x 600 screen and 5 1/2 hours of battery life. However it comes with Windows XP or Linpus, which is a customized Linux distribution from Acer. Neither of these options appealed to me. In particular the Aspire One user forums seemed to have a lot of postings on limitations with Linpus.</p>
<p>Enter <a href="http://www.canonical.com/projects/ubuntu/nbr">Ubuntu Netbook Remix</a> (UNR), which is a special version of Ubuntu 8.04 for netbooks. Essentially it is the same as Ubuntu 8.04, but with some additions that make it easier to use on a small screen with limited height. Because netbooks don&#8217;t have optical drives it presents a challege to get a new operating system installed. Below is the process I found to work for me. I used Ubuntu on a desktop PC for all the steps.</p>
<p>Firstly note that I tried and failed to get a USB hard drive to work. I partitioned and formatted it every way I could and couldn&#8217;t get it to work. I managed to the the UNR installer to boot, but it always failed with &#8220;sdb: unknown partition table&#8221;. The process only seems to work with USB flash drives. I used a Sandisk Cruzer Micro 4Gb.</p>
<p>1. Download UNR 1.0.1 image from:</p>
<p><a href="http://oem-images.canonical.com/unr/unr-1.0.1.img">http://oem-images.canonical.com/unr/unr-1.0.1.img</a></p>
<p>2. Plug in USB drive and identify device location. Mine was /dev/sdb mounted to /media/disk.</p>
<p>3. At command prompt:</p>
<p><code>sudo dd if=./unr-1.0.1.img of=/dev/sdb bs=1024</code></p>
<p>4. fdisk -l will then show:</p>
<p><code>Disk /dev/sda: 250.0 GB, 250000000000 bytes<br />
255 heads, 63 sectors/track, 30394 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0x88000000</code></p>
<p><code>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1               1           8       64228+  de  Dell Utility<br />
/dev/sda2               9        1314    10485760    7  HPFS/NTFS<br />
Partition 2 does not end on cylinder boundary.<br />
/dev/sda3   *        1315        7769    51849787+   7  HPFS/NTFS<br />
/dev/sda4            7770       30394   181735312+   5  Extended<br />
/dev/sda5            7770       23109   123218518+   7  HPFS/NTFS<br />
/dev/sda6           23110       29908    54612936   83  Linux<br />
/dev/sda7           29909       30394     3903763+  82  Linux swap / Solaris</code></p>
<p><code>Disk /dev/sdb: 4016 MB, 4016045568 bytes<br />
124 heads, 62 sectors/track, 1020 cylinders<br />
Units = cylinders of 7688 * 512 = 3936256 bytes<br />
Disk identifier: 0x8ef631df</code></p>
<p><code>This doesn't look like a partition table<br />
Probably you selected the wrong device.</code></p>
<p><code>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sdb1   ?      274784      529564   979374166   66  Unknown<br />
Partition 1 has different physical/logical beginnings (non-Linux?):<br />
phys=(734, 123, 14) logical=(274783, 70, 21)<br />
Partition 1 has different physical/logical endings:<br />
phys=(120, 143, 6) logical=(529563, 65, 22)<br />
Partition 1 does not end on cylinder boundary.<br />
/dev/sdb2   ?      448668      961719  1972168331    7  HPFS/NTFS<br />
Partition 2 has different physical/logical beginnings (non-Linux?):<br />
phys=(187, 180, 14) logical=(448667, 16, 52)<br />
Partition 2 has different physical/logical endings:<br />
phys=(784, 0, 13) logical=(403059, 76, 1)<br />
Partition 2 does not end on cylinder boundary.<br />
/dev/sdb3   ?      426615      680707   976730017   7d  Unknown<br />
Partition 3 has different physical/logical beginnings (non-Linux?):<br />
phys=(252, 59, 46) logical=(426614, 84, 39)<br />
Partition 3 has different physical/logical endings:<br />
phys=(139, 118, 4) logical=(122048, 22, 28)<br />
Partition 3 does not end on cylinder boundary.<br />
/dev/sdb4   ?       36178       37261     4161536   6f  Unknown<br />
Partition 4 has different physical/logical beginnings (non-Linux?):<br />
phys=(370, 101, 50) logical=(36177, 96, 57)<br />
Partition 4 has different physical/logical endings:<br />
phys=(10, 114, 13) logical=(37260, 47, 62)<br />
Partition 4 does not end on cylinder boundary.</code></p>
<p><code>Partition table entries are not in disk order</code></p>
<p>Don&#8217;t worry about the errors &#8211; they don&#8217;t seem to be important.</p>
<p>5. Unmount the USB drive by right-clicking on the icon on the desktop.</p>
<p>6. Plug USB drive into Aspire one and boot. At Acer screen press F12 to get to the boot menu.</p>
<p>7. On the boot menu the USB drive will appear twice:</p>
<p>USB Floppy Drive<br />
USB CDROM</p>
<p>This because there is a second hard-coded, read only partition that appears as a CDROM drive. Choose the floppy drive option. Press Enter at the prompt and UNR will now install. Follow the on-screen instructions.</p>
<p>8. At this point you probably want to change the name of the computer. It seems to default to the name of the first user. Go to Administration -&gt; Network, click on &#8220;Unlock&#8221; and enter your password.</p>
<p>9. Click on the General tab and enter a new name in the Hostname field.</p>
<p>10. Reboot. Clicking on &#8220;Quit&#8230;&#8221; didn&#8217;t seem to work. Holding down the power button for a second or so brought up the shutdown options screen. Note that after the reboot the &#8220;Quit&#8230;&#8221; option started working, so I guess the reboot is necessary.</p>
<p><strong>Cleaning Up Your USB Drive</strong></p>
<p>1. Install GParted from Add/Remove&#8230;</p>
<p>2. Go to System -&gt; Administration -&gt; Partition Editor</p>
<p>3. Plug in the USB drive and select it from the list at the top right (for example /dev/sdb).</p>
<p>4. Right click on the drive on the desktop and unmount it.</p>
<p>5. Select the partition (there will only be one for some strange reason) and delete it. Click on Apply to confirm.</p>
<p>6. Create a new FAT32 primary partition. Click on Apply.</p>
<p>7. Remove and insert the USB drive to mount it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d97').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d97" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d97').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d97').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.britishideas.com/2009/01/14/installing-ubuntu-netbook-remix-on-an-acer-aspire-one/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

