<?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>Make Tech Easier&#187; karmic koala</title>
	<atom:link href="http://maketecheasier.com/tag/karmic-koala/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Solving the “Can’t boot from Ubuntu 9.10 LiveCD, Showing Black Screen” Issue</title>
		<link>http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29</link>
		<comments>http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:00:37 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[black screen]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=9905</guid>
		<description><![CDATA[Ubuntu 9.10 Karmic Koala was released two months ago. Until last week, I have not been able to get it running on my computer. Whenever I boot up from the LiveCD, it will load up a black screen and remain there. There is no chance of me getting into the desktop. The same incident occurred [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29&amp;title=Solving+the+%E2%80%9CCan%E2%80%99t+boot+from+Ubuntu+9.10+LiveCD%2C+Showing+Black+Screen%E2%80%9D+Issue&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29">Solving the “Can’t boot from Ubuntu 9.10 LiveCD, Showing Black Screen” Issue</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-9913" title="black-hole" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-blackhole.jpg" alt="black hole" width="200" height="152" /><a href="http://www.ubuntu.com/products/whatisubuntu/910features" target="_blank">Ubuntu 9.10 Karmic Koala</a> was released two months ago. Until last week, I have not been able to get it running on my computer. Whenever I boot up from the LiveCD, it will load up a black screen and remain there. There is no chance of me getting into the desktop. The same incident occurred for the upgrade from Jaunty to Karmic via the Update Manager. There seems to be some conflicts between the Karmic kernel and the Intel video driver that I am using. After some googling around, I realize that many people are having this problem as well and it occurs mainly for Intel drivers.</p>
<p>To solve this issue, the trick is actually very simple (though it took me two months to find out). Simply append “<em>nomodeset</em>” to the grub entry. Here&#8217;s the whole procedure.</p>
<p>(<strong>Note</strong>: <em>The following procedure only applies to those who have Intel driver and have the black screen issue. Do not follow this tutorial if you do not have the issue. You are asking for trouble.)</em><br />
<span id="more-9905"></span></p>
<h3>Installing Karmic via the LiveCD</h3>
<p>If you intend to wipe your computer and install Karmic fresh from the LiveCD, follow the procedure below.</p>
<p>Boot up the LiveCD</p>
<p>Press Enter to select English as the language.</p>
<p>At the main screen where it asks you if you want to try or install Ubuntu, press F6, follow by the ESC key. You will now see a command line at the bottom of the screen. Enter “<em>nomodeset</em>” (without the quote) at the end of the command line and press Enter.</p>
<p><img class="alignnone" title="ubuntu-karmic-bootup-screen" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-bootup-screen.png" alt="ubuntu-karmic-bootup-screen" width="577" height="367" /></p>
<p>You should be able to boot into the Ubuntu desktop now.</p>
<p><strong>Note:</strong> <em>If you have followed the exact same procedure and still see the black screen, most probably this method don&#8217;t work for you.</em></p>
<p>Play around with it and make sure everything works fine. Proceed with the installation. Once it is done, restart your computer.</p>
<p>During the restart, when you see the &#8220;Grub Loading&#8221; message, immediately press &#8220;ESC&#8221; to get to the grub menu.</p>
<p>Highlight the first entry and press &#8220;e&#8221; to edit the entry.</p>
<p><img class="alignnone" title="ubuntukarmic-edit-grub-entry" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-grub-entry.png" alt="ubuntukarmic-grub-entry" width="577" height="384" /></p>
<p>Scroll down to the line that starts with “<em>linux&#8230;</em>” and move the cursor to the end. Enter “<em>nomodeset</em>”.</p>
<p><img class="alignnone" title="ubuntukarmic-edit-grub-entry" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-edit-grub-entr.png" alt="ubuntukarmic-edit-grub-entry" width="586" height="392" /></p>
<p>Press <em>Ctrl + X</em> to continue the booting process.</p>
<p>Once you are in the desktop, launch a terminal (<em>Applications -&gt; Accessories -&gt; Terminal</em>).</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>default<span style="color: #000000; font-weight: bold;">/</span>grub</pre></div></div>

<p>Scroll down to the line: “<em>GRUB_CMDLINE_LINUX_DEFAULT</em>” and add “<em>nomodeset”</em> at the end.</p>
<p><img class="alignnone" title="ubuntukarmic-edit-grub2" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-edit-grub2.png" alt="ubuntukarmic-edit-grub2" width="533" height="293" /></p>
<p>Save and exit.</p>
<p>In the terminal, type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-grub</pre></div></div>

<p>Done. You can now boot up your Ubuntu Karmic without any problem (hopefully).</p>
<h3>Upgrade from Jaunty to Karmic</h3>
<p>I strongly advise you to do a clean installation of Karmic rather than upgrading from Jaunty. But if you really must, here&#8217;s the procedure. Before you begin, remember to test your system with the LiveCD first.</p>
<p>When upgrading from Jaunty, things are slightly different as you will be using the legacy Grub (instead of Grub 2) and there is a need to amend the <em>xorg</em> file. (Note: Ubuntu 9.10 does not use the xorg file)</p>
<p>Upgrade your Jaunty from the Update Manager. Once it is done, <strong>DO NOT</strong> restart your computer.</p>
<p>Open a terminal (<em>Applications -&gt; Accessories -&gt; Terminal</em>),</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>grub<span style="color: #000000; font-weight: bold;">/</span>menu.lst</pre></div></div>

<p>Scroll down to the end until you see the line starting with the word &#8220;<em>kernel</em>&#8221;</p>
<p>Add “<em>nomodeset</em>” to the end.</p>
<p><img class="alignnone" title="ubuntu-karmic-grub-menu" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-grub-menu2.png" alt="ubuntu-karmic-grub-menu" width="577" height="244" /></p>
<p>Save and exit the file.</p>
<p>Next, type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>X11<span style="color: #000000; font-weight: bold;">/</span>xorg.conf</pre></div></div>

<p>Scroll down until you see the video section<br />
Add in the line</p>
<p class="codeblock">Driver   “Intel”</p>
<p><img class="alignnone" title="ubuntu karmic-xorg" src="http://imagecdn.maketecheasier.com/2009/12/ubuntukarmic-xorg.png" alt="ubuntu karmic-xorg" width="459" height="334" /></p>
<p>Save and exit.</p>
<p>Close the terminal</p>
<p>Restart your computer. It should work (hopefully).</p>
<p>PS: If you have noticed, there have been very few articles on Ubuntu Karmic for the past 2 months. The reason being, I can’t get it running in my computer. Now that this issue is solved, you will expect to see more Karmic articles from me.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/28634332@N05/" target="_blank">nasa1fan/MSFC</a><br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29&amp;title=Solving+the+%E2%80%9CCan%E2%80%99t+boot+from+Ubuntu+9.10+LiveCD%2C+Showing+Black+Screen%E2%80%9D+Issue&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29">Solving the “Can’t boot from Ubuntu 9.10 LiveCD, Showing Black Screen” Issue</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/solving-ubuntu-karmic-black-screen-issue/2009/12/29/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</title>
		<link>http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06</link>
		<comments>http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:14:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7569</guid>
		<description><![CDATA[Yes, after six months down the road, it&#8217;s time to gear up for the newly born Ubuntu baby again. This time, Ubuntu 9.10, codenamed Karmic Koala, will be officially released on 29th Oct 2009.  We, at MakeTechEasier have not been slacking around. With the release of the 9.10 beta, we have grabbed the LiveCD image, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06&amp;title=Screenshots+Tour+of+Ubuntu+Karmic+Koala+9.10+Beta&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06">Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="karmic-logo" src="http://imagecdn.maketecheasier.com/2009/10/karmic-logo.jpg" alt="karmic-logo" width="103" height="87" /> Yes, after six months down the road, it&#8217;s time to gear up for the newly born Ubuntu baby again. This time, Ubuntu 9.10, codenamed Karmic Koala, will be officially released on 29th Oct 2009.  We, at MakeTechEasier have not been slacking  around. With the release of the 9.10 beta, we have grabbed the LiveCD image, wipe our machines clean and installed the full version onto it. Now, let us present you the screenshots tour (and new features) review of Ubuntu Karmic Koala 9.10 beta.<br />
<span id="more-7569"></span></p>
<h3>New boot screen</h3>
<p>The first thing that you will notice is the new splash screen. Unlike all previous splash screens that are in black, it comes with a brown gradient and white font color. It definitely looks much polished and refined than all all its previous reincarnations.</p>
<p><img class="alignnone" title="karmic-splash-screen" src="http://imagecdn.maketecheasier.com/2009/10/karmic-splash-screen.jpg" alt="karmic-splash-screen" width="572" height="340" /></p>
<h3>New login screen</h3>
<p>No fancy stuff here. The login architecture was rewritten to provide a better integration with the system. Despite the simple design, one good thing here is that you don&#8217;t to type in your username anymore. Simply click on the respective user entry and type in the password.</p>
<p><img class="alignnone" title="karmic-login" src="http://imagecdn.maketecheasier.com/2009/10/karmic-login.jpg" alt="karmic-login" width="365" height="385" /></p>
<h3>New wallpaper</h3>
<p>The default wallpaper is a plain mix of brown and orange color. Nothing fanciful here, but I do feel that it looks much more livelier than its previous iteration.</p>
<p><img class="alignnone" title="karmic-desktop" src="http://imagecdn.maketecheasier.com/2009/10/karmic-desktop.jpg" alt="karmic-desktop" width="577" height="434" /></p>
<p>The best part is at the backend (<em>Preferences -&gt; Appearance</em>) where you can choose from a great selection of newly added wallpapers.</p>
<p><img class="alignnone" title="karmic-wallpapers" src="http://imagecdn.maketecheasier.com/2009/10/karmic-wallpapers.jpg" alt="karmic-wallpapers" width="577" height="301" /></p>
<p>One interesting wallpaper is the Cosmos, that is in fact a series of wallpapers packed into one. Once set, it will automatically change itself every 30 minutes, so you won&#8217;t be bored with the same old wallpaper.</p>
<p>There is even a <a href="http://art.gnome.org/backgrounds" target="_blank">link</a> that brings you to the Gnome art to download more wallpapers.</p>
<p>For those who can&#8217;t wait for the release, you can also grab the wallpaper <a href="https://launchpad.net/ubuntu/karmic/+source/ubuntu-wallpapers" target="_blank">here</a> (5.2MB).</p>
<h3>New icon themes</h3>
<p>A new icon theme &#8211; <em>humanity</em> was introduced in Karmic beta.</p>
<p><img class="alignnone" title="karmic-icon-theme" src="http://imagecdn.maketecheasier.com/2009/10/karmic-icon-theme.jpg" alt="karmic-icon-theme" width="577" height="330" /></p>
<p>Existing user who wanted to install this icon theme can do so via the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> humanity-icon-theme</pre></div></div>

<h3>Addition in the System tray</h3>
<p>Long time Ubuntu users will notice the new addition in the System tray. The envelope icon now allows you to access your Empathy and all IM chat in real time. It also acts as a non-obstructive notification center for new incoming mails.</p>
<p><img title="karmic-envelope-icon" src="http://imagecdn.maketecheasier.com/2009/10/karmic-envelope-icon.jpg" alt="karmic-envelope-icon" width="335" height="165" /></p>
<p>On your Profile button where you click to shut down your computer, you can also use it to update your IM status now.</p>
<p><img title="karmic-set-status" src="http://imagecdn.maketecheasier.com/2009/10/karmic-set-status.jpg" alt="karmic-set-status" width="336" height="298" /></p>
<h3>New software &#8211; Ubuntu Software Center</h3>
<p>There have been a lot of <a href="http://www.ubuntugeek.com/ubuntu-app-centre-%E2%80%93-replacing-addremove-synaptic-gdebi-update-manage.html" target="_blank">hearsay</a> about the launching of the iPhone style AppStore for Ubuntu. Now, it is finally here &#8211; Ubuntu Software Center.</p>
<p><img class="alignnone" title="karmic-software-center" src="http://imagecdn.maketecheasier.com/2009/10/karmic-software-center.jpg" alt="karmic-software-center" width="319" height="316" /></p>
<p>The Software Center is not a replacement of the Add/Remove app and Synaptic Package Manger as both of them are still available in Ubuntu Karmic. It is more of an alternative (a much better one) to those who wanted to install applications the easy way.  In my opinion, this is by far the easiest and most informative way to source for a free software and get it running in your system.</p>
<p>When you open the Software Center, you don&#8217;t see all the apps. Instead, you will find various categories that the apps are grouped into.</p>
<p><img class="alignnone" title="karmic-software-center-main" src="http://imagecdn.maketecheasier.com/2009/10/karmic-software-center-main.jpg" alt="karmic-software-center-main" width="577" height="396" /></p>
<p>Clicking on any of the category will display a list of apps in that category.</p>
<p><img class="alignnone" title="karmic-software-center-app" src="http://imagecdn.maketecheasier.com/2009/10/karmic-software-center-app.jpg" alt="karmic-software-center-app" width="577" height="346" /></p>
<p>Once you found the app that you are interested in, click on it to go to the info page. Here is where you can find the description of the app and its screenshot. At the bottom is the Install button where you can click and get it install on your system.</p>
<p><img class="alignnone" title="karmic-software-center-desc" src="http://imagecdn.maketecheasier.com/2009/10/karmic-software-center-desc.jpg" alt="karmic-software-center-desc" width="577" height="404" /></p>
<p>Does this make you think of iPhone AppStore?</p>
<h3>Empathy</h3>
<p>For those who are crazy about Pidgin, you are going to be disappointed here. Pidgin will no longer be included in Ubuntu Karmic. Instead, it was replaced by Empathy.</p>
<p><img title="karmic-empathy1" src="http://imagecdn.maketecheasier.com/2009/10/karmic-empathy1.jpg" alt="karmic-empathy1" width="481" height="397" /></p>
<p>Like Pidgin, Empathy supports various network protocols and allows you to login to various IM networks with one interface. Empathy supports text, voice, video, and file transfers over many different protocols, so you can transfer files over XMPP and local networks and also place voice/video call using SIP, XMPP, Google Talk and MSN.</p>
<p>The GUI is similar to Pidgin, so there is little to get used to.</p>
<p><img title="karmic-empathy2" src="http://imagecdn.maketecheasier.com/2009/10/karmic-empathy2.jpg" alt="karmic-empathy2" width="237" height="354" /></p>
<h3>Ubuntu One</h3>
<p>We have previously discussed <a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">Ubuntu One</a> and how it could possibly become a dominant force in the online storage arena. In Ubuntu Karmic, Ubuntu One is well-integrated into the system so you can skip the installation and use it straight away.</p>
<p>Signing up is almost instant and the Nautilus integration means you can easily access your files/folders from your Nautilus.</p>
<p><img class="alignnone" title="karmic-splash-screen" src="http://imagecdn.maketecheasier.com/2009/10/karmic-ubuntu-one.png" alt="karmic-splash-screen" width="572" height="410" /></p>
<h3>Backend</h3>
<p>Enough about the front end, let take a look at the backend.</p>
<h3>New bootloader – GRUB 2</h3>
<p>You probably won&#8217;t notice this at all, but the software that is used to boot up the OS has been upgraded to version 2.  This means better scripting support, command-line rescue mode, graphical boot as well as boot from ISO files.</p>
<p>GRUB 2 will only be installed for new installation. Existing users who upgrade their system via the Update Manager will continue to use the legacy GRUB bootloader.</p>
<h3>Default Ext4 Filesystem</h3>
<p>Ext4 filesystem was introduced in Jaunty. In Karmic, it has graduated to become the default filesystem. Like the GRUB 2 bootloader, the ext4 filsystem will only be applied for new installation. Existing users who are still on Ext3 will remain as Ext3 unless you choose to <a href="http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21">upgrade to Ext 4 manually</a>.</p>
<p>That&#8217;s about all to the new features in Ubuntu Karmic beta. The official release will be on 29th Oct 2009. Are you looking forward to it? </p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06&amp;title=Screenshots+Tour+of+Ubuntu+Karmic+Koala+9.10+Beta&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06">Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
	</channel>
</rss>

