<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[值得学习]在硬盘上运行Fedora Linux 9 LiveCD方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 07 Jan 2009 11:42:26 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	转：http://technic.txwm.com/linux/v44388.vhtml<br/>1.从Fedora-9-i686-Live.iso中解压出LiveOS目录放在D:&#92;下，解压出vmlinuz0和initrd0.img放在LiveOS中<br/><br/>2.修改C:&#92;boot&#92;grub&#92;menu.lst文件，添加：<br/><br/>title Fedora 9 LiveCD<br/><br/># find --set-root /LiveOS/vmlinuz0<br/><br/>root (hd0,4)<br/><br/>kernel /LiveOS/vmlinuz0 root=/dev/sda5 ro liveimg rhgb<br/><br/>initrd /LiveOS/initrd0.img<br/><br/>#boot<br/><br/>3.重启，即可启动liveCD运行并安装。<br/><br/>注：<br/><br/>(hd0,4)和sda5代表windows的D盘<br/><br/>从硬盘启动运行的其他Linux对应的menu.lst文件如下：<br/><br/>title slax<br/>root (hd0,5)<br/>kernel /boot/vmlinuz root=/dev/ram0 rw<br/>initrd /boot/initrd.gz init=linuxrc load_ramdisk=1<br/>prompt_ramdisk=0 ramdisk_size=6666 vga=769<br/><br/>title puppy<br/>root (hd0,0)<br/>kernel /puppy/vmlinuz<br/>initrd /puppy/initrd.gz<br/><br/># iso文件放在/Ubuntu下，将iso文件中casper下的vmlinuz和initrd.gz解压到/Ubuntu下<br/><br/>title Ubuntu 8.04 LiveCD <br/># find --set-root /Ubuntu/ubuntu-8.04-desktop-i386.iso <br/>root (hd0,0) <br/>kernel /Ubuntu/vmlinuz boot=casper<br/>iso-scan/filename=/Ubuntu/ubuntu-8.04-desktop-i386.iso<br/>quiet splash ro locale=zh_CN.UTF-8 <br/>initrd /Ubuntu/initrd.gz <br/>boot<br/><br/>title Ubuntu 8.04 Installation From LiveCD <br/>find --set-root /Ubuntu/ubuntu-8.04-desktop-i386.iso<br/>kernel /Ubuntu/vmlinuz boot=casper <br/>iso-scan/filename=/Ubuntu/ubuntu-8.04-desktop-i386.iso<br/>quiet ro automatic-ubiquity locale=zh_CN.UTF-8 noprompt -- <br/>initrd /Ubuntu/initrd.gz <br/>boot
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [值得学习]在硬盘上运行Fedora Linux 9 LiveCD方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>