<?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>Wut I am &#187; ubuntu</title>
	<atom:link href="http://wutiam.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://wutiam.net</link>
	<description>I'm islet8, I'm what I am</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:50:02 +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>从 USB 设备安装操作系统</title>
		<link>http://wutiam.net/2009/09/install-os-from-usb-device/</link>
		<comments>http://wutiam.net/2009/09/install-os-from-usb-device/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 08:50:07 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=114</guid>
		<description><![CDATA[上网本没有光驱，为此配一个外置光驱实在是没有性价比，而现在的机器基本上都支持从 USB 设备引导启动了，所以想办法把系统光盘镜像文件（.iso/.img）“烧”到 U 盘 / SD 卡里（只要设备容量大于镜像文件大小），把 USB 设备当作“外置光驱”来用，是多么绿色的事情。

Windows XP ISO
我只尝试了把事先通过 nLite 简化后的 Windows XP ISO 文件烧到 U 盘里，过程如下：

首先需要确保 ISO 文件是通过 nLite 生成的；
用 Daemon Tools Lite 加载 ISO 文件到虚拟光驱中；
然后，需要下载 USB_MultiBoot 这个小工具，然后解压到分区根目录下，注意路径中不要包含空格；
然后插入 U 盘，运行 cmd 打开控制台，执行“USB_MultiBoot_10.cmd”，按任意键一次，跳过描述；
现在需要先格式化设备，当然，格式化并不是必须的步骤：

如果 U 盘容量小于 2GB，输入“P”用 PeToUSB 来初始化 U 盘，这时 U 盘会被格式化为 FAT16；
其他情况，输入 “H”，使用 HP USB Disk Storage Format Tool 来初始化，可选 FAT32 [...]


Related posts:<ul><li><a href='http://wutiam.net/2008/02/ubuntu-upgrade-problem/' rel='bookmark' title='Permanent Link: 我的 Ubuntu 又废了'>我的 Ubuntu 又废了</a></li>
<li><a href='http://wutiam.net/2009/09/modify-resolution-for-windows-xp-login-screen/' rel='bookmark' title='Permanent Link: 修改 Windows XP 登陆界面分辨率'>修改 Windows XP 登陆界面分辨率</a></li>
<li><a href='http://wutiam.net/2009/05/disable-automatic-restart-after-windows-update/' rel='bookmark' title='Permanent Link: 禁止 Windows Update 安装更新后自动重启'>禁止 Windows Update 安装更新后自动重启</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>上网本没有光驱，为此配一个外置光驱实在是没有性价比，而现在的机器基本上都支持从 USB 设备引导启动了，所以想办法把系统光盘镜像文件（.iso/.img）“烧”到 U 盘 / SD 卡里（只要设备容量大于镜像文件大小），把 USB 设备当作“外置光驱”来用，是多么绿色的事情。<br />
<span id="more-114"></span></p>
<h2>Windows XP ISO</h2>
<p>我只尝试了把事先通过 <a href="http://www.nliteos.com/">nLite</a> 简化后的 Windows XP ISO 文件烧到 U 盘里，过程如下：</p>
<ol>
<li>首先需要确保 ISO 文件是通过 nLite 生成的；</li>
<li>用 <a href="http://www.daemon-tools.cc/">Daemon Tools Lite</a> 加载 ISO 文件到虚拟光驱中；</li>
<li>然后，需要<a title="usb_multiboot_10.zip" href="http://wiki.eeeuser.com/_media/usb_multiboot_10.zip">下载</a> USB_MultiBoot 这个小工具，然后解压到分区根目录下，注意路径中不要包含空格；</li>
<li>然后插入 U 盘，运行 cmd 打开控制台，执行“USB_MultiBoot_10.cmd”，按任意键一次，跳过描述；</li>
<li>现在需要先格式化设备，当然，格式化并不是必须的步骤：
<ul>
<li>如果 U 盘容量小于 2GB，输入“P”用 PeToUSB 来初始化 U 盘，这时 U 盘会被格式化为 FAT16；</li>
<li>其他情况，输入 “H”，使用 HP USB Disk Storage Format Tool 来初始化，可选 FAT32 或 NTFS；</li>
<p>在启动的图形化程序中，除了选择 U 盘所在盘符外，保持其他配置的默认设置即可，完成后关闭 GUI 程序（不是控制台！）；</ul>
</li>
<li>在接下来的控制台提示中，按“1”设置当前载入 nLite WinXP 的虚拟光驱盘符，程序会自动判断 nLite 版本及其他设置；</li>
<li>然后，按“3”，准备开始建立多重引导及拷贝文件；</li>
<li>输入“Yes”，开始拷贝安装文件；</li>
<li>完成后，拔下 U 盘，插到上网本上，重启并设置机器为 USB HDD/USB Removable 优先启动；</li>
<li>最后，这还没完，启动后，<strong>第一次选择“Text installation”，第二、三次重启后选择“GUI INSTALLATION”</strong>，直到看到 Windows 桌面，才算好了；</li>
<li>打完收工，拔下 U 盘，重启设回优先从主硬盘启动。</li>
</ol>
<p>如果要烧制原始 Windows ISO 文件，参考<a title="Installing Microsoft Windows XP from usb device (usb-stick, usb-hdd, SD card) simpler method" href="http://wiki.eeeuser.com/windowsxpusb">原文</a>。</p>
<h2>Ubuntu ISO</h2>
<p>把 <a href="http://www.ubuntu.org.cn/">Ubuntu</a> 的 iso 烧到 U 盘很简单，用 <a href="http://shounen.ru/soft/flashnul/#download">Flashnul</a> （只有俄文官网，直接挑最新版下载即可）直接烧即可，命令如下：</p>

<div class="wp_syntax"><div class="code"><pre class="txt" style="font-family:monospace;">flashnul U: -L&quot;X:\os.iso&quot;</pre></div></div>

<p>其中“U”为 U 盘所在盘符，“X:\os.iso”为需要烧制的系统镜像源文件。其他指令参数可通过“flashnul -h”查看。</p>
<h2>Other IMG</h2>
<p>如果有 .img 文件，拿来烧到 U 盘是最简单的了，直接下载 <a title="Image Writer for Windows" href="https://launchpad.net/win32-image-writer">Win32DiskImager</a> 并运行，全图形界面，不多说什么了。</p>
<p>BTW，以上各方法仅适用于在 Windows 平台下烧制 USB 设备。</p>
<p><strong>#UPDATE 其实用 UltraISO 就可以直接往 U 盘里烧制操作系统 ISO，先打开目标 ISO 文件，然后选择菜单“启动”下的“写入硬盘镜像”，选择目标 U 盘，选择正确的写入方式（新主板一般都支持 USB-HDD/USB-HDD+，稍老一点的应该也支持 USB-ZIP/USB-ZIP+），开始刻录即可~</strong></p>


<p>Related posts:<ul><li><a href='http://wutiam.net/2008/02/ubuntu-upgrade-problem/' rel='bookmark' title='Permanent Link: 我的 Ubuntu 又废了'>我的 Ubuntu 又废了</a></li>
<li><a href='http://wutiam.net/2009/09/modify-resolution-for-windows-xp-login-screen/' rel='bookmark' title='Permanent Link: 修改 Windows XP 登陆界面分辨率'>修改 Windows XP 登陆界面分辨率</a></li>
<li><a href='http://wutiam.net/2009/05/disable-automatic-restart-after-windows-update/' rel='bookmark' title='Permanent Link: 禁止 Windows Update 安装更新后自动重启'>禁止 Windows Update 安装更新后自动重启</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2009/09/install-os-from-usb-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的 Ubuntu 又废了</title>
		<link>http://wutiam.net/2008/02/ubuntu-upgrade-problem/</link>
		<comments>http://wutiam.net/2008/02/ubuntu-upgrade-problem/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 11:07:11 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=13</guid>
		<description><![CDATA[上个月把本本里的 Ubuntu 7.04 升级到 7.10 后，在 GDM 登陆时必假死，但通过 Recover Mode  进入控制台再手动执行 gdm 或 startx 却能正常进入桌面并使用 Compiz Fusion，因此理论上可以排除是 GDM 或 Compiz  Fusion 的问题，那该是什么原因呢？dpkg-reconfigure xserver-xorg 恢复默认配置无效，重装 7.10  问题依旧，百搜不得其解，就此搁下。
最近从硬盘重装 Ubuntu 8.04 Alpha 4，一切都正常了，欣喜。新鲜感还未褪去，Alpha 5 又 Release 了，赶紧从 Update Manager 里升级了 400+ 个更新包，内核升级到了  2.6.24.8，默认的 Firefox 也升到 3.0 Beta 3 了，甚好甚强巨！ 遂重启……真他妈卖蛋糕的，这次不仅常规启动到 GDM 假死外，连从 Recover Mode [...]


Related posts:<ul><li><a href='http://wutiam.net/2009/09/install-os-from-usb-device/' rel='bookmark' title='Permanent Link: 从 USB 设备安装操作系统'>从 USB 设备安装操作系统</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>上个月把本本里的 Ubuntu <a href="http://releases.ubuntu.com/7.04/" target="_blank">7.04</a> 升级到 <a href="http://releases.ubuntu.com/7.10/" target="_blank">7.10</a> 后，在 GDM 登陆时必假死，但通过 Recover Mode  进入控制台再手动执行 gdm 或 startx 却能正常进入桌面并使用 <a href="http://www.compiz-fusion.org/" target="_blank">Compiz Fusion</a>，因此理论上可以排除是 GDM 或 Compiz  Fusion 的问题，那该是什么原因呢？dpkg-reconfigure xserver-xorg 恢复默认配置无效，重装 7.10  问题依旧，百搜不得其解，就此搁下。</p>
<p>最近从硬盘重装 Ubuntu <a href="https://wiki.ubuntu.com/HardyHeron/Alpha4" target="_blank">8.04 Alpha 4</a>，一切都正常了，欣喜。新鲜感还未褪去，<a href="https://wiki.ubuntu.com/HardyHeron/Alpha5" target="_blank">Alpha 5</a> 又 <a href="http://www.cnbeta.com/articles/49803.htm" target="_blank">Release</a> 了，赶紧从 Update Manager 里升级了 400+ 个更新包，内核升级到了  2.6.24.8，默认的 Firefox 也升到 <a href="http://wiki.mozilla.org/Firefox3" target="_blank">3.0</a> Beta 3 了，<a href="http://zishuo.com/2007/11/05/156.html" target="_blank">甚好甚强巨</a>！ 遂重启……真他妈卖蛋糕的，这次不仅常规启动到 GDM 假死外，连从 Recover Mode 进入控制台后进 GDM 也死了，apt-get remove compiz* 掉了所有跟 Compiz Fusion 有关的东西，能登陆了，但只能显示桌面，上下两个 Panel 都不给显示，难道是 Nautilus 也出兼容 性问题 了？</p>
<p><strong>哪位有了解的请给指点！</strong>本本显卡为古稀老人 ATI Mobility Radeon  7500，所有问题总觉得和它老人家有关。也期待 8.04 Alpha 6 能自动解决这个问题 囧rz</p>


<p>Related posts:<ul><li><a href='http://wutiam.net/2009/09/install-os-from-usb-device/' rel='bookmark' title='Permanent Link: 从 USB 设备安装操作系统'>从 USB 设备安装操作系统</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2008/02/ubuntu-upgrade-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
