<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《解决对BackTrack 4修改却无法保存的问题》的评论</title>
	<atom:link href="http://www.zhangyiqun.net/103.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zhangyiqun.net/103.html</link>
	<description>让世界更美好一点儿</description>
	<lastBuildDate>Sun, 22 Jan 2012 02:18:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>admin</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-546</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Dec 2009 07:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-546</guid>
		<description>网上这种教程非常多</description>
		<content:encoded><![CDATA[<p>网上这种教程非常多</p>
]]></content:encoded>
	</item>
	<item>
		<title>abcdsys</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-525</link>
		<dc:creator>abcdsys</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-525</guid>
		<description>俺可是一个大大的菜鸟，能不能把硬盘版的BT4的修改方法告诉俺，可以发到邮箱里jaysys@126.com
非常感谢</description>
		<content:encoded><![CDATA[<p>俺可是一个大大的菜鸟，能不能把硬盘版的BT4的修改方法告诉俺，可以发到邮箱里jaysys@126.com<br />
非常感谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-363</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 03 Sep 2009 02:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-363</guid>
		<description>可以，原理都是一样的</description>
		<content:encoded><![CDATA[<p>可以，原理都是一样的</p>
]]></content:encoded>
	</item>
	<item>
		<title>leo</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-362</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Wed, 02 Sep 2009 23:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-362</guid>
		<description>backtrack 3 能这样改吗</description>
		<content:encoded><![CDATA[<p>backtrack 3 能这样改吗</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-331</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 13 Aug 2009 22:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-331</guid>
		<description>第一个问题你可以自己测试一下。
第二个问题sdb0[第一分区]，sdb1[第二分区]……依次类推</description>
		<content:encoded><![CDATA[<p>第一个问题你可以自己测试一下。<br />
第二个问题sdb0[第一分区]，sdb1[第二分区]……依次类推</p>
]]></content:encoded>
	</item>
	<item>
		<title>Tita</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-329</link>
		<dc:creator>Tita</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-329</guid>
		<description>=======================================
2.修改配置

cd /boot/syslinux
chmod +Xx lilo
chmod +Xx syslinux
vim syslinux.cfg #vi前最好自己先备份一份

=======================================

1、BT4 pre final 用 UNetbootin 安装进U盘后，/boot 目录下没有 /syslinux目录，也没有 lilo 文件；根目录下倒是有一个syslinux.cfg文件，不知道修改该文件是否有效？

2、syslinux.cfg文件中没有地方出现“root=/dev/ram0 rw” 能自己在其中一个选项中添加 “changes=/dev/sdbx root=/dev/ram0 rw ”吗？

如下：
=====================================================
default vesamenu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit BOOT=casper boot=casper nopersistent rw quiet vga=0x317

label ubnentry0
menu label Start BackTrack FrameBuffer (1024x768)
kernel /boot/vmlinuz
append initrd=/boot/initrd.gz BOOT=casper boot=casper nopersistent rw quiet vga=0x317

label ubnentry1
menu label Start BackTrack FrameBuffer (800x600)
kernel /boot/vmlinuz
//以下内容修改
append initrd=/boot/initrd800.gz BOOT=casper boot=casper ramdisk_size=6666 changes=/dev/sdb1 root=/dev/ram0 rw quiet vga=0x314

……
…
====================================================

    另：如果一块U盘上有两个分区那x值是多少？</description>
		<content:encoded><![CDATA[<p>=======================================<br />
2.修改配置</p>
<p>cd /boot/syslinux<br />
chmod +Xx lilo<br />
chmod +Xx syslinux<br />
vim syslinux.cfg #vi前最好自己先备份一份</p>
<p>=======================================</p>
<p>1、BT4 pre final 用 UNetbootin 安装进U盘后，/boot 目录下没有 /syslinux目录，也没有 lilo 文件；根目录下倒是有一个syslinux.cfg文件，不知道修改该文件是否有效？</p>
<p>2、syslinux.cfg文件中没有地方出现“root=/dev/ram0 rw” 能自己在其中一个选项中添加 “changes=/dev/sdbx root=/dev/ram0 rw ”吗？</p>
<p>如下：<br />
=====================================================<br />
default vesamenu.c32<br />
prompt 0<br />
menu title UNetbootin<br />
timeout 100</p>
<p>label unetbootindefault<br />
menu label Default<br />
kernel /ubnkern<br />
append initrd=/ubninit BOOT=casper boot=casper nopersistent rw quiet vga=0&#215;317</p>
<p>label ubnentry0<br />
menu label Start BackTrack FrameBuffer (1024&#215;768)<br />
kernel /boot/vmlinuz<br />
append initrd=/boot/initrd.gz BOOT=casper boot=casper nopersistent rw quiet vga=0&#215;317</p>
<p>label ubnentry1<br />
menu label Start BackTrack FrameBuffer (800&#215;600)<br />
kernel /boot/vmlinuz<br />
//以下内容修改<br />
append initrd=/boot/initrd800.gz BOOT=casper boot=casper ramdisk_size=6666 changes=/dev/sdb1 root=/dev/ram0 rw quiet vga=0&#215;314</p>
<p>……<br />
…<br />
====================================================</p>
<p>    另：如果一块U盘上有两个分区那x值是多少？</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-253</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 01:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-253</guid>
		<description>对</description>
		<content:encoded><![CDATA[<p>对</p>
]]></content:encoded>
	</item>
	<item>
		<title>young001</title>
		<link>http://www.zhangyiqun.net/103.html/comment-page-1#comment-247</link>
		<dc:creator>young001</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhangyiqun.cn/?p=103#comment-247</guid>
		<description>在“root=/dev/ram0 rw” 之前插入 changes=/dev/sdbx
注：x值是不一定的，如果像我一样只插了一块U盘并且U盘上只有一个分区那x就是1。

主要把这句话加上就可以保存了么？一直没有保存过。</description>
		<content:encoded><![CDATA[<p>在“root=/dev/ram0 rw” 之前插入 changes=/dev/sdbx<br />
注：x值是不一定的，如果像我一样只插了一块U盘并且U盘上只有一个分区那x就是1。</p>
<p>主要把这句话加上就可以保存了么？一直没有保存过。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.zhangyiqun.net @ 2012-02-07 22:33:33 -->
