<?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>Let&#039;s gotolab! &#187; boot</title>
	<atom:link href="http://www.gotolab.cn/tag/boot/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gotolab.cn</link>
	<description>IT Certification Study Guide Share &#38;  Training Preparation Labs</description>
	<lastBuildDate>Thu, 17 Jun 2010 08:48: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>Linux:ubuntu和windowsxp双系统使用boot.ini引导</title>
		<link>http://www.gotolab.cn/linux-ubuntu-windowsxp-boot/458.html</link>
		<comments>http://www.gotolab.cn/linux-ubuntu-windowsxp-boot/458.html#comments</comments>
		<pubDate>Sun, 27 Apr 2008 05:14:33 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windowsxp]]></category>

		<guid isPermaLink="false">http://www.gotolab.cn/?p=458</guid>
		<description><![CDATA[前几日,兜兜把一台自用的个人服务器重新做了分区规划,安装ubuntu+windowsxp双系统.该机器兜兜打算用来模拟一套IE的dynamips rack.呵呵.然后通过本本远程连上去实验.兜兜很意淫的想到:速度肯定岗岗... ]]></description>
			<content:encoded><![CDATA[<p>前几日,兜兜把一台自用的个人服务器重新做了分区规划,安装<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">ubuntu</a>+<a href="http://www.gotolab.cn/tag/windowsxp" class="st_tag internal_tag" rel="tag" title="Posts tagged with windowsxp">windowsxp</a>双系统.该机器兜兜打算用来模拟一套IE的dynamips rack.呵呵.然后通过本本远程连上去实验.兜兜很意淫的想到:速度肯定岗岗滴!!<br />
中途出了一点小问题.目前已经解决,现在兜兜把解决问题的心得分享出来.</p>
<p><img class="alignright" style="float: right;" src="http://www.divshare.com/img/4358964-26f.gif" alt="" />问题描述:<br />
当时未找到兜兜想装的<a href="http://www.gotolab.cn/tag/windowsxp" class="st_tag internal_tag" rel="tag" title="Posts tagged with windowsxp">windowsxp</a>英文版光盘,于是先安装了<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">ubuntu</a>.大家都知道,正确的顺序(不能说是正确的,只能说是常规装法)是先<a href="http://www.gotolab.cn/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>后linux,如果先linux的话,<a href="http://www.gotolab.cn/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>会把linux的grub覆盖掉.太霸道了.在兜兜装好<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">ubuntu</a>后,做了大量的环境配置工作.已经把系统折腾OK了.于是开始装<a href="http://www.gotolab.cn/tag/windowsxp" class="st_tag internal_tag" rel="tag" title="Posts tagged with windowsxp">windowsXP</a>.<br />
在安装完毕后,重启系统,很正常的,启动grub没了.<br />
<span id="more-458"></span><br />
解决办法:<br />
1.使用recuse重写grub.不过兜兜不喜欢.兜兜喜欢用<a href="http://www.gotolab.cn/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>的boot.ini来引导双系统.以后也不会有那么多麻烦事.<br />
2.使用<a href="http://www.gotolab.cn/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>的boot.ini文件来引导系统.<br />
兜兜这里主要介绍第二种方法.</p>
<p>使用boot.ini文件来引导<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">ubuntu</a>你需要准备如下两样东东:<br />
1.矮人DOS工具箱(其实用grub4dos也可以的,个人爱好问题)<br />
2.<a href="http://www.divshare.com/i/4358967-2c6" target="_blank">Explore2fs 1.07</a>(这个软件就大用说头了,它支持在win下查看linux的ext3分区哦)</p>
<p>矮人dos工具箱兜兜就不提供了,满世界都是.去下一个吧.兜兜这里用的是&#8221;矮人DOS工具箱 V5.3 Build 6.exe&#8221;</p>
<p>先安装矮人dos工具箱,用高级安装模式,然后把启动等待时间改为5秒以上吧.随便你自己.下面把默认密码改成你自己习惯的密码吧.输入两遍.OK!</p>
<p>然后打开explore2fs软件,在<span class="postbody">/boot/grub/目录下,找到menu.lst文件.直接复制到C盘根目录下,这里的C是相对的哦.你的<a href="http://www.gotolab.cn/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>系统在哪里就丢那里去.</span></p>
<p>准备工作已经完成.</p>
<p>进入C:\boot\grub\,你会看到一个menu.lst文件躺在那里.用记事本打开它.里面都是矮人dos生成的内容.不要动它吧.把刚才从linux分区下复制出来的menu.lst文件打开,把如下内容复制出来:</p>
<p>## ## End Default Options ##</p>
<p>title		<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">Ubuntu</a> 7.10, kernel 2.6.22-14-generic<br />
root		(hd0,6)<br />
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=34c9cdab-a8f0-431b-83d5-6bb19c07471c ro quiet splash<br />
initrd		/boot/initrd.img-2.6.22-14-generic<br />
quiet</p>
<p>title		<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">Ubuntu</a> 7.10, kernel 2.6.22-14-generic (recovery mode)<br />
root		(hd0,6)<br />
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=34c9cdab-a8f0-431b-83d5-6bb19c07471c ro single<br />
initrd		/boot/initrd.img-2.6.22-14-generic</p>
<p>title		<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">Ubuntu</a> 7.10, memtest86+<br />
root		(hd0,6)<br />
kernel		/boot/memtest86+.bin<br />
quiet</p>
<p>### END DEBIAN AUTOMAGIC KERNELS LIST</p>
<p>把它们粘贴到你C:\boot\grub\目录下的menu.lst文件的尾部.保存一下.重启系统.你的<a href="http://www.gotolab.cn/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>启动菜单会多出一项&#8221;我的DOS工具箱&#8221;,那个项目是矮人DOS添加上去的.如果想把那个标题改改,就去C盘根目录下去修改boot.ini文件吧.<br />
废话多了&#8230;..进入&#8221;我的DOS工具箱&#8221;,你会看到你的<a href="http://www.gotolab.cn/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">ubuntu</a>启动菜单在那里等你哦.^_^</p>
<img src="http://www.gotolab.cn/?ak_action=api_record_view&id=458&type=feed" alt="" />
	Tags: <a href="http://www.gotolab.cn/tag/windowsxp" title="windowsxp" rel="tag">windowsxp</a>, <a href="http://www.gotolab.cn/tag/windows" title="windows" rel="tag">windows</a>, <a href="http://www.gotolab.cn/tag/ubuntu" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.gotolab.cn/tag/boot" title="boot" rel="tag">boot</a><br />

	<h3>相关日志</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.gotolab.cn/fedora-11-livecd-install-hard/802.html" title="Linux:Fedora 11 LiveCD硬盘安装详解及双系统使用boot.ini引导 (2009年06月11日)">Linux:Fedora 11 LiveCD硬盘安装详解及双系统使用boot.ini引导</a> (25)</li>
	<li><a href="http://www.gotolab.cn/application-tools-work-live/741.html" title="影响我工作生活的几大应用软件 (2009年03月14日)">影响我工作生活的几大应用软件</a> (6)</li>
	<li><a href="http://www.gotolab.cn/linux-qq-tencent-2009/569.html" title="QQ:腾讯公司今日发布Linux版QQ&#8212;破局! (2008年07月31日)">QQ:腾讯公司今日发布Linux版QQ&#8212;破局!</a> (19)</li>
	<li><a href="http://www.gotolab.cn/windows-server-2008-virtual-tech/485.html" title="Windows Server 2008 的虚拟技术 (2008年06月2日)">Windows Server 2008 的虚拟技术</a> (0)</li>
	<li><a href="http://www.gotolab.cn/ubuntu-804-install/491.html" title="Linux:ubuntu 8.04硬盘安装详解 (2008年05月25日)">Linux:ubuntu 8.04硬盘安装详解</a> (16)</li>
	<li><a href="http://www.gotolab.cn/ubuntu-install-configure/492.html" title="Linux:ubuntu8.04安装后基本配置 (2008年05月25日)">Linux:ubuntu8.04安装后基本配置</a> (3)</li>
	<li><a href="http://www.gotolab.cn/opensuse-windows-xp-install-opensuse/489.html" title="OpenSUSE:windows XP下硬盘安装opensuse (2008年05月23日)">OpenSUSE:windows XP下硬盘安装opensuse</a> (0)</li>
	<li><a href="http://www.gotolab.cn/windows-server-2008-virtual-t/467.html" title="Windows:Windows Server 2008虚拟技术——小小注意points (2008年05月13日)">Windows:Windows Server 2008虚拟技术——小小注意points</a> (0)</li>
	<li><a href="http://www.gotolab.cn/qemu-kqemu-install-windowsxp/461.html" title="Simulator:虚拟机QEMU使用评测 (2008年04月30日)">Simulator:虚拟机QEMU使用评测</a> (0)</li>
	<li><a href="http://www.gotolab.cn/linuxfedora-core8-yum-yumex/456.html" title="Linux:Fedora Core8图形化的yum (2008年04月24日)">Linux:Fedora Core8图形化的yum</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.gotolab.cn/linux-ubuntu-windowsxp-boot/458.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
