<?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>Lemmonaid &#187; wubi</title>
	<atom:link href="http://www.lemmonaid.info/tag/wubi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lemmonaid.info</link>
	<description>by Oliver Juhas</description>
	<lastBuildDate>Sun, 22 Jan 2012 13:58:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>When you can&#8217;t get into Wubi Ubuntu&#8230;</title>
		<link>http://www.lemmonaid.info/computers/linux/when-you-cant-get-into-wubi-ubuntu/</link>
		<comments>http://www.lemmonaid.info/computers/linux/when-you-cant-get-into-wubi-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 18:59:46 +0000</pubDate>
		<dc:creator>Oliver Juhás</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://www.lemmonaid.info/?p=959</guid>
		<description><![CDATA[With this short procedure you can try to repair the Ubuntu Linux installed by Wubi when it doesn't work and screen displays just "sh:grub&#62;". The error occurs for example system update or when some changes are made in Grub (Ubuntu's loader). In most cases you'll be able to resolve the problem.]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="text-decoration: underline">IMPORTANT UPDATE:</span> <strong>There is much </strong><a title="Solution to Wubi booting problem" href="http://sourceforge.net/apps/mediawiki/bootinfoscript/index.php?title=Boot_Problems:Wubi_9.10&amp;oldid=214" target="_blank"><strong>simpler and permanent solution</strong></a><strong> to this problem available already. Thanks <a href="http://www.lemmonaid.info/computers/linux/when-you-cant-get-into-wubi-ubuntu/#comment-25">Nanina</a></strong><strong> for tip.</strong></p></blockquote>
<p>If you have installed Ubuntu using procedure described in &#8220;<a title="Installing Ubuntu (almost) like a Windows application" href="http://www.lemmonaid.info/computers/linux/installing-ubuntu-almost-like-a-windows-application/">Installing Ubuntu (almost) like a Windows application</a>&#8221; article, it&#8217;s highly probable you have already stumbled upon a problem when you were stuck just with command line instead of booting up to Ubuntu Linux. This problem occurs mostly after updating the system, when it affects also Grub. The changes to Grub are not applied directly, so it doesn&#8217;t know what to do and defaults to command line. There the most of users (like me) get stuck wondering what has happened to their Ubuntu.</p>
<p>Before you start crying you&#8217;ve lost all the data, customization and everything you&#8217;ve kept in this Linux distribution, try following procedure. It should help you resolving the issue and restoring Ubuntu&#8217;s functionality or at least you should be able to get into Ubuntu and save your date before its reinstallation or complete uninstallation. This major problem is connected probably just with Wubi Ubuntu as I&#8217;ve never had such problem on standard system installation. To resolve, follow these 5 steps:</p>
<h3>STEP 1.</h3>
<p>First you have to find out the names of partitions on your disk and determine, where you put your Wubi Ubuntu installation. So into command line &#8220;sh:grub&gt;&#8221; type in the command &#8220;<strong>ls -l</strong>&#8221; and press [<strong>ENTER</strong>] on your keyboard.</p>
<p style="background: #000;color: #bbb"><span style="font-weight: normal;font-family: courier;color: #fff">sh:grub&gt; ls -l</span></p>
<p>The list of disk partitions will be displayed. Partitions are named like <strong>hd(0,1)</strong>, <strong>hd(0,2)</strong>, <strong>hd(1,1)</strong> or similarly. I believe &#8220;hd&#8221; stands for &#8220;harddrive&#8221;, first digit determines physical harddrive number (starting from 0) and second digit stands for partition number on that specific physical drive. You need to find out the partition name where Wubi stores Ubuntu folder. Unfortunately, I can&#8217;t see into your computer and can&#8217;t offer a good advice, but if you use disk labels like me, you should be able to determine the partition pretty quickly, because labels are also being displayed in the list.</p>
<p>When you have the name of the partition, lets take <strong>hd(0,1)</strong>, you need to convert it into Grub terminology. Grub uses &#8220;<strong>sd</strong>&#8221; (SATA drive) instead of &#8220;hd&#8221;, &#8220;<strong>a, b, c&#8230;</strong>&#8221; instead of first  &#8220;0, 1, 2&#8230;&#8221; digit and last digit remains the same and is just repeated in the name, brackets and comma are not being included. So our hd(0,1) example would become <strong>sda1</strong>. Write down this name of Wubi installation partition, you will need it in next step.</p>
<h3>STEP 2.</h3>
<p>Start typing in the command bellow. After typing in the &#8220;<strong>linux /boot/vmlinuz-</strong>&#8220;, press [<strong>TAB</strong>] on your keyboard to display available Linux kernel versions list. Choose the most current one (with the highest number) and type it in. <em>(Note: if the procedure fails to run Ubuntu with current kernel version, try older one&#8230;)</em> Continue typing the command &#8221; <strong>root=/dev/</strong>&#8221; and input the name of Wubi installation partition you&#8217;ve got from previous step (in our case it was &#8220;<strong>sda1</strong>&#8220;). Finish the command with &#8221; <strong>loop=/ubuntu/disks/root.disk ro</strong>&#8221; and press [<strong>ENTER</strong>].</p>
<p style="background: #000;color: #bbb"><span style="font-weight: normal;font-family: courier;color: #fff">sh:grub&gt; linux /boot/vmlinuz-</span><em>(kernel version &#8211; press [TAB])</em><span style="font-weight: normal;font-family: courier;color: #fff"> root=/dev/</span><em>(Wubi installation partition)</em><span style="font-weight: normal;font-family: courier;color: #fff"> loop=/ubuntu/disks/root.disk ro</span></p>
<h3>STEP 3.</h3>
<p>Continue with new command &#8220;<strong>initrd /boot/initrd.img-</strong>&#8221; and again use the same kernel version as in step 2. Then press [<strong>ENTER</strong>].</p>
<p style="background: #000;color: #bbb"><span style="font-weight: normal;font-family: courier;color: #fff">sh:grub&gt; initrd /boot/initrd.img-</span><em>(kernel version)</em></p>
<h3>STEP 4.</h3>
<p>If everything worked fine, after inputting the command &#8220;<strong>boot</strong>&#8221; and pressing [<strong>ENTER</strong>], the Ubuntu should start. In case that nothing is happening, try to repeat the procedure with older Linux kernel. If nothing helps even then, unfortunately I think you better try Google or reinstall Wubi Ubuntu completely&#8230;</p>
<p style="background: #000;color: #bbb"><span style="font-weight: normal;font-family: courier;color: #fff">sh:grub&gt; boot</span></p>
<h3>STEP 5.</h3>
<p>We are not finished yet! When you get finally into Ubuntu, open the Terminal (<strong>Applications</strong> <strong>→ </strong><strong>Accessories</strong> <strong>→ </strong><strong>Terminal</strong>). In Terminal type the command &#8220;<strong>sudo update-grub</strong>&#8221; and press [<strong>ENTER</strong>] (you will also need to type in your password confirmed with [ENTER] key). Now the Grub should be updated completely and shouldn&#8217;t cause any trouble.</p>
<p>So, after this procedure just try to restart the computer and see on your own whether Ubuntu works how it should (at least until next major system update ;)).</p>
<p>Any question? Use comments&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lemmonaid.info/computers/linux/when-you-cant-get-into-wubi-ubuntu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu (almost) like a Windows application</title>
		<link>http://www.lemmonaid.info/computers/linux/installing-ubuntu-almost-like-a-windows-application/</link>
		<comments>http://www.lemmonaid.info/computers/linux/installing-ubuntu-almost-like-a-windows-application/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:43:10 +0000</pubDate>
		<dc:creator>Oliver Juhás</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://www.lemmonaid.info/?p=509</guid>
		<description><![CDATA[Second easy way to install Ubuntu, I described in "<b>Become a friend with Ubuntu Linux</b>" article, is using <b>Wubi</b> installer. It allows you to install and un-install Ubuntu directly from Windows like any other application.]]></description>
			<content:encoded><![CDATA[<h3>What is Wubi and how it works?</h3>
<p><strong>Wubi</strong> (<strong>W</strong>indows-based <strong>Ub</strong>untu <strong>I</strong>nstaller) is small program providing possibility to install and uninstall Ubuntu Linux in your Windows, like any other application. Actual installation creates a folder on your harddrive in chosen destination where <strong>Wubi</strong> puts Ubuntu system. This easy installation makes you start using Ubuntu immediately without risking any loss of information due to disk formatting or partitioning that occurs during standard installation. Your Windows system will be kept untouched.</p>
<p>Later, if you decide to uninstall Ubuntu for whatever reason (you plan to install it the standard way or you just don&#8217;t like it), the procedure is just as simple as removing any other application from Windows.</p>
<p>Many people ask if <strong>Wubi</strong> decreases the performance of Ubuntu somehow. Well, I&#8217;m using <strong>Wubi</strong> Ubuntu installation for over a year and haven&#8217;t experienced any significant slowdown in comparison to standard Ubuntu install. Wubi is simply the best way for Windows user to try Ubuntu (or its other derivate, like <a title="Kubuntu website" href="http://www.kubuntu.org/" target="_blank">Kubuntu</a>, <a title="Mythbuntu website" href="http://www.mythbuntu.org/" target="_blank">Mythbuntu</a> or <a title="Xubuntu website" href="http://www.xubuntu.org/" target="_blank">Xubuntu</a>).</p>
<p>For the procedure described below you will need to <a title="Download current version of Wubi" href="http://wubi.sourceforge.net/" target="_blank"><strong>download current Wubi</strong></a> installer and <a title="Download Ubuntu" href="http://www.ubuntu.com/" target="_blank"><strong>Ubuntu ISO disk image file</strong></a> (or if you like, download other Ubuntu derivate from their websites).</p>
<h3>Installation procedure</h3>
<p>To install Ubuntu on your computer and use it besides your main Windows system follow these steps:</p>
<ol>
<li>After downloading <strong>Wubi</strong> and <strong>Ubuntu ISO image</strong>, place both files into the same directory.</li>
<li>Run <strong>Wubi</strong> and choose installation drive, size of Ubuntu installation (I recommend at least 12GB), choose desktop environment (whether you&#8217;re installing Ubuntu, Kubuntu, Xubuntu or Mythbuntu, depending on what ISO image file you downloaded), set the language you want Ubuntu to speak in and type your username and password (will be used to log into the system or to perform administration (<strong>root</strong>) tasks). Press [<strong>Install</strong>] button to begin installation.<a href="http://img.lemmonaid.info/wubi-installation-1.jpg" target="_blank"><img title="Setting up Wubi Ubuntu installation" src="http://img.lemmonaid.info/wubi-installation-1.jpg" alt="Setting up Wubi Ubuntu installation" width="250" /></a></li>
<li><strong>Wubi</strong> will start copying files.<br />
<a href="http://img.lemmonaid.info/wubi-installation-2.jpg" target="_blank"><img title="Wubi copying files needed for installation" src="http://img.lemmonaid.info/wubi-installation-2.jpg" alt="Wubi copying files needed for installation" width="250" /></a></li>
<li>To complete installation you need to reboot your computer.<br />
<a href="http://img.lemmonaid.info/wubi-installation-3.jpg" target="_blank"><img title="Reboot the computer to start Ubuntu installation" src="http://img.lemmonaid.info/wubi-installation-3.jpg" alt="Reboot the computer to start Ubuntu installation" width="250" /></a></li>
<li>After rebooting the computer choose &#8220;<em>Ubuntu</em>&#8221; in <em>Windows Boot Manager</em> using arrow keyboard keys and press [<strong>Enter</strong>]. Actual Ubuntu installation wizard will run and you just need to relax and wait for the end of installation process. There will be no questions asked and whole installation should take around 10 or 15 minutes.<br />
<a href="http://img.lemmonaid.info/windows-boot-manager.jpg" target="_blank"><img title="Select Ubuntu in Windows Boot Manager" src="http://img.lemmonaid.info/windows-boot-manager.jpg" alt="Select Ubuntu in Windows Boot Manager" width="250" /></a></li>
<li>When Ubuntu finishes the installation, computer reboots automatically. Again choose &#8220;<em>Ubuntu</em>&#8221; in <em>Windows Boot Manager</em> to have a look at your brand new Ubuntu system. <em>GRUB</em>, Ubuntu&#8217;s boot loader, will be displayed with list of different Ubuntu Linux kernels or operating systems, so <strong>just press</strong> [<strong>Enter</strong>] or wait a few seconds. Then log into system with username and password you typed in the 2nd step of this tutorial and enjoy and play with Ubuntu!</li>
</ol>
<p>As you can see, this is very easy procedure and takes just few minutes. To use your Windows system again simply choose it in <em>Windows Boot Manager</em> when computer starts or just wait until it runs automatically. If you later want to uninstall Ubuntu, just double click on <strong>Wubi</strong> in Windows and choose to remove it or use <strong>Control Panel</strong> → <strong>Programs and Features</strong> to remove <em>Ubuntu</em>.<br />
<a href="http://img.lemmonaid.info/wubi-uninstall.png" target="_blank"><img title="Uninstalling Ubuntu in Control Panel, Programs and Features" src="http://img.lemmonaid.info/wubi-uninstall.png" alt="Uninstalling Ubuntu in Control Panel, Programs and Features" width="250" /></a></p>
<p>That&#8217;s it, next time I&#8217;ll show you how to customize the look of Ubuntu.</p>
<p><small><em>(Pictures were taken from <a href="http://wubi.sourceforge.net/">Wubi&#8217;s homepage</a>.)</em></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lemmonaid.info/computers/linux/installing-ubuntu-almost-like-a-windows-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

