<?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; dual boot</title>
	<atom:link href="http://www.itecsoftware.com/tag/dual-boot/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Sun, 13 May 2012 19:34:51 +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>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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 5/9 queries in 0.004 seconds using disk: basic
Object Caching 394/396 objects using disk: basic

Served from: www.itecsoftware.com @ 2012-05-19 14:37:14 -->
