<?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>Linux, Open Source and Web 2.0 &#187; grub</title>
	<atom:link href="http://www.itecsoftware.com/tag/grub/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:18:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Clean Up The New Ubuntu Grub2 Boot Menu</title>
		<link>http://www.itecsoftware.com/how-to-clean-up-the-new-ubuntu-grub2-boot-menu?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-clean-up-the-new-ubuntu-grub2-boot-menu</link>
		<comments>http://www.itecsoftware.com/how-to-clean-up-the-new-ubuntu-grub2-boot-menu#comments</comments>
		<pubDate>Sun, 01 Aug 2010 18:41:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub 2]]></category>
		<category><![CDATA[Synaptic]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=473</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/how-to-clean-up-the-new-ubuntu-grub2-boot-menu" title="How To Clean Up The New Ubuntu Grub2 Boot Menu"></a>Clean Up And Modify he new Ubuntu Grub2 boot menu differs quite a bit from the previous version. As Ubuntu nominated the new version 2 of the Grub boot manager as of 9.10, removing of the old problematic menu.lst file. &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/how-to-clean-up-the-new-ubuntu-grub2-boot-menu">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/how-to-clean-up-the-new-ubuntu-grub2-boot-menu" title="How To Clean Up The New Ubuntu Grub2 Boot Menu"></a><!-- google_ad_section_start --><p>Clean Up And Modify he new Ubuntu Grub2 boot menu differs quite a bit from the previous version. As Ubuntu nominated the new version 2 of the Grub boot manager as of 9.10, removing of the old problematic menu.lst file.</p>
<div id="attachment_476" class="wp-caption alignleft" style="width: 310px"><a href="http://www.itecsoftware.com/wp-content/uploads/2010/08/ubuntu-grub2-boot-menu.jpg"><img class="size-medium wp-image-476" title="ubuntu-grub2-boot-menu" src="http://www.itecsoftware.com/wp-content/uploads/2010/08/ubuntu-grub2-boot-menu-300x176.jpg" alt="Ubuntu Grub2 Boot Menu" width="300" height="176" /></a><p class="wp-caption-text">Ubuntu Grub2 Boot Menu</p></div>
<p>Grub2 is a leap forward in many ways, and most of the annoyances from menu.lst are gone. Yet, if you don&#8217;t clean up old versions of kernel entries, the boot list can quickly get messy and end up in a long list of nonsense. Let&#8217;s assume we want to remove the 2.6.32-21-generic boot menu entries.  Previously, this meant editing /boot/grub/menu.lst. But with Grub2, we  use the package manager to remove the kernel package from our computer,  Grub automatically removes those options. Btw. if only one operating system is installed on your computer, you may not see the boot menu at all and have to hold down the SHIFT button on your keyboard while booting up to get the menu to show.</p>
<p>To remove old kernel versions, open up Synaptic Package Manager, found in the System &gt; Administration menu. When Synaptic opens up, type the kernel version that you want to remove into the Quick search text field. The first few numbers should suffice. Then for each of the entries associated with the outdated kernel (e.g. linux-headers-2.6.32-21 and linux-image-2.6.32-21-generic), right-click and choose &#8220;Mark for Complete Removal&#8221;, then hit &#8220;Apply&#8221;. These entries will be gone upon the next boot.<span id="more-473"></span></p>
<p>If you like more control, or add/remove entries that are not kernel related, you can change the file grub.d located in /etc. This file contains files that hold menu entries that used to be located in /boot/grub/menu.lst. If you want to add new boot menu entries, you simply create a new file in this folder, ensure it is executable (<span style="color: #008000;">chmod +x</span>).</p>
<p>Another way to remove boot menu entries without deleting the files is to remove execute flag (<span style="color: #008000;">chmod -x</span>). With any change to these files, we need Grub to update it&#8217;s database: <span style="color: #008000;">sudo update-grub.</span></p>
<p>For more information on Grub2, it&#8217;s inner workings and differences to it&#8217;s older sibling, check out<a href="https://wiki.ubuntu.com/Grub2" target="_blank"> Ubuntu Grub2 Wiki</a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/how-to-clean-up-the-new-ubuntu-grub2-boot-menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover a lost Linux root password</title>
		<link>http://www.itecsoftware.com/how-to-recover-lost-linux-root-password?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-recover-lost-linux-root-password</link>
		<comments>http://www.itecsoftware.com/how-to-recover-lost-linux-root-password#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:49:10 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Useful Stuff]]></category>
		<category><![CDATA[forgot root password]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[recover password]]></category>
		<category><![CDATA[root password]]></category>
		<category><![CDATA[single-user mode]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=286</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/how-to-recover-lost-linux-root-password" title="How to recover a lost Linux root password"></a>Forgot your root password? Nice going. What now? Reinstall the machine from ground up? Sadly enough, I&#8217;ve seen this happening all too often while it&#8217;s surprisingly easy to change the password knowing the correct procedure. While this doesn&#8217;t work in &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/how-to-recover-lost-linux-root-password">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/how-to-recover-lost-linux-root-password" title="How to recover a lost Linux root password"></a><!-- google_ad_section_start --><p>Forgot your root password? Nice going. What now? Reinstall the machine from ground up? Sadly enough, I&#8217;ve seen this happening all too often while it&#8217;s surprisingly easy to change the password knowing the correct procedure. While this doesn&#8217;t work in all cases (like if you secured your machine with a GRUB password and forgot that as well), but here&#8217;s the procedure in case of a CentOS Linux machine.</p>
<p>Start off by rebooting your system. At the GRUB boot loader screen, move the highlighted entry with the arrow keys to interrupt the boot process. While the current boot entry is highlighted, press <strong>E</strong> and you can edit the kernel line.</p>
<div id="attachment_289" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-289" title="Grub boot loader screen" src="http://www.itecsoftware.com/wp-content/uploads/2009/10/grub-boot-loader-screen-300x223.jpg" alt="Grub boot loader screen" width="300" height="223" /><p class="wp-caption-text">Grub boot loader screen</p></div>
<p>Use the arrow key to highlight the line that starts with <code>kernel</code>, and press <strong>E</strong> to edit the kernel parameters. When you get to the screen below, append  the number <strong><code>1</code></strong> at the end of the line. This will enable you to boot into <em>single-user mode</em>.</p>
<div id="attachment_290" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-290" title="Edit GRUB boot loader entry" src="http://www.itecsoftware.com/wp-content/uploads/2009/10/edit-grub-boot-loader-kernel-entry-300x225.jpg" alt="Edit GRUB boot loader entry" width="300" height="225" /><p class="wp-caption-text">Edit GRUB boot loader entry</p></div>
<p>Next press <strong>Enter</strong>, then <strong>B</strong>, and the kernel will boot up into <em> single-user</em> mode. Once there you can run the  <code>passwd</code> command, changing the password for user root:</p>
<p><code> prod-093# passwd<br />
New UNIX password:<br />
Retype new UNIX password:<br />
passwd: all authentication tokens updated successfully </code></p>
<p>Next time you boot up, use your newly created password to login.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/how-to-recover-lost-linux-root-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Boot Ubuntu 9.04 and Vista</title>
		<link>http://www.itecsoftware.com/dual-boot-ubuntu-904-and-vista?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dual-boot-ubuntu-904-and-vista</link>
		<comments>http://www.itecsoftware.com/dual-boot-ubuntu-904-and-vista#comments</comments>
		<pubDate>Sat, 11 Apr 2009 17:56:36 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[easybcd]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=100</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/dual-boot-ubuntu-904-and-vista" title="Dual Boot Ubuntu 9.04 and Vista"></a>&#8230;with Windows Vista / Windows 7 installed first. So you got a computer running Vista and like to dual boot between Vista and Ubuntu. The boot loader that ships with Vista can be a real pain. There are some nice &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/dual-boot-ubuntu-904-and-vista">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/dual-boot-ubuntu-904-and-vista" title="Dual Boot Ubuntu 9.04 and Vista"></a><!-- google_ad_section_start --><p>&#8230;with Windows Vista / Windows 7 installed first.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5075229468189091";
google_ad_slot = "2446713154";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p>So you got a computer running Vista and like to dual boot between Vista and Ubuntu. The boot loader that ships with Vista can be a real pain. There are some nice utilities we can use to make that process a lot smoother for us. Here we go.</p>
<p>First you&#8217;ll need space for the Ubuntu installation. If you don&#8217;t already have a partition for it, right-click My Computer -&gt; Manage -&gt; Disk Management. Right-click on the main Vista partition and select Shrink Volume. The Shrink tool will assess how much space you can free up. (If you don&#8217;t have enough free space, Vista will not allow you to shrink it and the available space to shrink will be zero) You should have at least 12GB of free space for the new OS, if you don&#8217;t have that much it&#8217;s probably time for a new hard drive.</p>
<p><span id="more-100"></span>Next step is to prepare your installation USB drive, unless you already burned it on a CD/DVD. Follow our detailed instructions in <a title="Install Ubuntu using USB drive" href="linux/install-ubuntu-904-or-810-without-cd-or-usb" target="_blank">this article</a>. Insert the usb stick, or the CD/DVD and reboot. Check you system for booting from USB, usually you have to press a function key to select from possible boot media.</p>
<p>Follow the standard installation instruction during the Ubuntu install, choosing the newly created partition as target. You also can import accounts and personal folders from Vista, if the Ubuntu installer detects it. Everything else should be pretty straight forward. Once the installation is finished, let the system reboot and you will have a boot menu with listings for Ubuntu and Vista.</p>
<p>So far, all should be well and you can boot to Vista or Ubuntu using GRUB. Unless you want Vista to be in charge of the boot process, you&#8217;re done. The next step will explain how to revert back to the Vista boot loader and add Ubuntu as a choice of OS.</p>
<p>Boot to Ubuntu and copy the contents of the boot menu so that it is available in Vista. Open a terminal (Applications -&gt; Accessories -&gt; Terminal). Then open menu.lst (sudo gedit /boot/grub/menu.lst) and copy/paste it into a text document and save it onto the Vista partition. Alternatively you can send it by email or save it onto the USB memory stick. Then reboot into Vista.</p>
<p>Now we need the latest version of EasyBCD by Neosmart Technologies - <a title="EasyBCD" href="http://neosmart.net/dl.php?id=1" target="_blank">download it here</a> and install. Then, go to &#8220;Manage Bootloader&#8221; and select &#8220;Reinstall the Vista Bootloader&#8221;, then &#8220;Write MBR&#8221;.</p>
<p><img class="alignnone size-medium wp-image-101" title="easybcd_02" src="http://www.itecsoftware.com/wp-content/uploads/2009/04/easybcd_02-299x239.jpg" alt="easybcd_02" width="299" height="239" /></p>
<p>This puts the Vista bootloader back into the MBR, but the machine will only boot into Vista at this time.To enable access to the Linux partition, the best option is to install NeoGrub. Go to &#8220;Add/Remove Entries&#8221;, go to the NeoGrub tab and select &#8220;Install NeoGrub&#8221;. This adds the &#8220;NeoGrub Bootloader&#8221; option to the Vista bootloader. Then choose Configure &#8211; this launches the NeoGrub menu.lst file, location at C:\NST\menu.lst. Use Notepad or Wordpad to open the file, and then paste in the boot entries that we copied from Ubuntu.</p>
<p><img class="alignnone size-medium wp-image-102" title="easybcd_04" src="http://www.itecsoftware.com/wp-content/uploads/2009/04/easybcd_04-300x240.jpg" alt="easybcd_04" width="300" height="240" /></p>
<p>Save and exit, then reboot the machine. The system will come up with two boot options. Select &#8220;NeoGrub Bootloader&#8221; and then the Linux boot options will load. Choose the relevant option and the system boots into Ubuntu.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/dual-boot-ubuntu-904-and-vista/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu 9.04 / 8.10 without CD or USB</title>
		<link>http://www.itecsoftware.com/install-ubuntu-904-or-810-without-cd-or-usb?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-ubuntu-904-or-810-without-cd-or-usb</link>
		<comments>http://www.itecsoftware.com/install-ubuntu-904-or-810-without-cd-or-usb#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:58:02 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dell mini]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=42</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/install-ubuntu-904-or-810-without-cd-or-usb" title="Install Ubuntu 9.04 / 8.10 without CD or USB"></a>I rarely do upgrades and try to avoid them whenever possible, instead do always fresh installs as I like to do  house-cleaning when upgrading to a new version of OS. As I have a separate /home partition, this doesn’t affect &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/install-ubuntu-904-or-810-without-cd-or-usb">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/install-ubuntu-904-or-810-without-cd-or-usb" title="Install Ubuntu 9.04 / 8.10 without CD or USB"></a><!-- google_ad_section_start --><p>I rarely do upgrades and try to avoid them whenever possible, instead do always fresh installs as I like to do  house-cleaning when upgrading to a new version of OS. As I have a separate /home partition, this doesn’t affect any of my settings and only takes 1-2 hours (less than one hour on a high speed Internet connection),  which is comparable to the upgrade option from within 7.xx.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5075229468189091";
google_ad_slot = "2446713154";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p><strong>What is UNetbootin?</strong><br />
UNetbootin creates a boot option in GRUB or the Windows bootloader that will download the installation files directly over the Internet and starts the installation. I find this very attractive since I don’t have to download or burn any CD’s. It works from within Windows and Linux and a variety of distro&#8217;s can be installed this way besides Ubuntu. The process is more than ideal with the new generation of netbooks, like the Dell mini, Asus EEE just to name a few, which don&#8217;t have optical drives.</p>
<p><span id="more-42"></span></p>
<p><strong>Installation</strong></p>
<p>1. Let&#8217;s first install the dependencies required by UNetbootin:</p>
<p><span style="color: #008000;">aptitude install ms-sys syslinux p7zip-full libqt4-gui</span></p>
<p>2. Download UNetbootin from <a title="Download Unetbootin" href="http://sourceforge.net/projects/unetbootin" target="_blank">here</a>.</p>
<p>3. Make the downloaded file executable and run the install (you may need administrative rights):</p>
<p><span style="color: #008000;">chmod +x unetbootin-linux-319</span></p>
<p><span style="color: #008000;">./</span><span style="color: #008000;">unetbootin-linux-319</span></p>
<p>4. You should now have a window like below. Select your distro and whether to use a disk or USB stick. Very convenient that you can simply choose an ISO, in case you want to download the distro first and then get it on the USB stick. Make sure to select &#8220;Disk Image&#8221; if that is what you want.</p>
<p><img class="alignnone size-full wp-image-49" title="unetbootin main dialog window" src="http://www.itecsoftware.com/wp-content/uploads/2009/03/unetbootin-300x2192.jpg" alt="unetbootin main dialog window" width="300" height="219" /></p>
<p>5. After hitting ok, the installation files will be downloaded over the internet.</p>
<p><img class="alignnone size-full wp-image-46" title="unetbootin1 download progress window" src="http://www.itecsoftware.com/wp-content/uploads/2009/03/unetbootin1-300x65.jpg" alt="unetbootin1 download progress window" width="300" height="65" /></p>
<p>6. Finally you are asked to reboot and start the Ubuntu installation process.</p>
<p><img class="alignnone size-full wp-image-45" title="unetbootin confirmation dialog" src="http://www.itecsoftware.com/wp-content/uploads/2009/03/unetbootin2-300x85.jpg" alt="unetbootin confirmation dialog" width="300" height="85" /></p>
<p>7. During the reboot, you will now have an option &#8220;unetbootin&#8221; to boot into. After that, simply follow the standard installation process.</p>
<p>Unetbootin is really a life saver. Gone are the ages where we needed to burn CD&#8217;s for OS installations. And the speed at which the installer races thru is just amazing. Mine literally took like 10 minutes!</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/install-ubuntu-904-or-810-without-cd-or-usb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 9/21 queries in 0.006 seconds using memcached
Object Caching 673/696 objects using memcached

Served from: www.itecsoftware.com @ 2012-02-06 06:11:02 -->
