<?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>BestJQ &#187; Grub</title>
	<atom:link href="http://bestjq.com/tag/grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://bestjq.com</link>
	<description>Life is like a box of chocolate,You never know what you’re gonna get</description>
	<lastBuildDate>Sun, 17 Jul 2011 11:10:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>装完Windows系统后无法启动Grub的解决办法</title>
		<link>http://bestjq.com/bahrain-can-not-start-windows-system-solutions-grub/</link>
		<comments>http://bestjq.com/bahrain-can-not-start-windows-system-solutions-grub/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:45:02 +0000</pubDate>
		<dc:creator>Visionaer</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://bestjq.com/?p=300</guid>
		<description><![CDATA[很多人装Windows和Ubuntu（或其他Linux系统）双系统的人经常会问的问题，特别是重来没经历过的新手。先装Windows还是先装Ubuntu？先装Windows后装Ubuntu是并不会出现任何启动方面的问题，但是如果...]]></description>
			<content:encoded><![CDATA[<p>很多人装Windows和Ubuntu（或其他Linux系统）双系统的人经常会问的问题，特别是重来没经历过的新手。先装Windows还是先装Ubuntu？先装Windows后装Ubuntu是并不会出现任何启动方面的问题，但是如果是原来有Grub之后重装或者新装了Windows的系统，就会遇到Grub无法启动的问题，Linux系统无法进入，也正是因为这样，很多老鸟在指导新手装双系统的时候都是建议先装Windoes再装Ubuntu。确实对于新装2个系统来说，这种顺序比较好。</p>
<p>但是我们原来就有了这种组合的双系统，有时候不得不重新装Windows系统，就要重新来激活Grub</p>
<p>如果还有Live CD，你只要用live cd引导系统，直接按Ctrl+Alt+F1进入终端</p>
<p>输入sudo grub进入GRUB命令行，输入：root (hdx,y)</p>
<p>X为硬盘号，通常为0（第一个硬盘），y为ubuntu分区号，如果你不知道是哪个，请在输入逗号时，按一下TAB，grub会自己列出一堆分区，找有ext3/ext4/reiserfs/xfs/jfs的一行，输入行头的数字即可。</p>
<p>接着输入setup (hdx)，x为硬盘号。然后输入quit退出，sudo halt关机</p>
<p>PS：</p>
<p>1.最近安装了Windows 7的RC版本的朋友，以后新版本更新的时候就不必担心会把Ubuntu给破坏了，直接装就是了</p>
<p>2.如何在Grub中设置默认启动<strong><a href="http://bestjq.com/how-to-set-the-default-start-grub/" target="_blank">http://bestjq.com/how-to-set-the-default-start-grub/</a><strong></strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bestjq.com/bahrain-can-not-start-windows-system-solutions-grub/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>如何在Grub中设置默认启动</title>
		<link>http://bestjq.com/how-to-set-the-default-start-grub/</link>
		<comments>http://bestjq.com/how-to-set-the-default-start-grub/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:41:23 +0000</pubDate>
		<dc:creator>Visionaer</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Grub]]></category>

		<guid isPermaLink="false">http://bestjq.com/?p=302</guid>
		<description><![CDATA[大家在装完Linux系统的时候，如果原来有Windows系统，Grub的默认启动都是从Linux启动，想要设置默认启动，需要编辑/boot/grub/目录下面的menu.lst
只需要在Linux终端下输入 gksu gedit /boot/grub/menu.lst...]]></description>
			<content:encoded><![CDATA[<p>大家在装完Linux系统的时候，如果原来有Windows系统，Grub的默认启动都是从Linux启动，想要设置默认启动，需要编辑<span style="font-size: small;">/boot/grub/目录下面的</span><span style="font-size: small;">menu.lst</span></p>
<p><span style="font-size: small;">只需要在Linux终端下输入 gksu gedit /boot/grub/menu.lst就可以来编辑了，注意直接gedit命令打开该文件是没有权限来保存的。</span></p>
<p><span style="font-size: small;">## default num，只要在这里设置，默认的是“ default        0”相对于启动时候的第一行，如果你的需要设置的启动项在第五行，只需把“0”替换成“4”就可以了（和硬盘或分区的排序是一样的）</span></p>
<p><span style="font-size: small;">当然在## timeout sec 你还可以设置超时时间， 如 timeout        10，等待10秒后从默认启动项启动</span></p>
<p><span style="font-size: small;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://bestjq.com/how-to-set-the-default-start-grub/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

