<?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>Humker的天空 &#187; wubi</title>
	<atom:link href="http://www.humker.com/tag/wubi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.humker.com</link>
	<description>健康，快乐。</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:16:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>windows install ubuntu with wubi</title>
		<link>http://www.humker.com/2008/07/29/windows-install-ubuntu-with-wubi/</link>
		<comments>http://www.humker.com/2008/07/29/windows-install-ubuntu-with-wubi/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 15:45:54 +0000</pubDate>
		<dc:creator>humker</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[mtrr]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://www.humker.com/?p=105</guid>
		<description><![CDATA[下载daemon tools，ubuntu8.04 hardy.iso到一个windows的一个盘中。安装daemon tools挂载ubuntu8.04 hardy.iso镜像，自动弹出安装的对话框。其中有一个选项是选择安装到哪一个盘，一定要记住安装到的目的盘要有5g的空余空间。这种安装方法快捷，可以玩一玩，目前用ubuntu办公是不大现实的。 以前用winrar解压iso，然后运行wubi.exe。但是有如下的错误提示，不能安装。就想到了这个方法，简单也不用硬盘分区什么的，不想用直接卸载就可以。 用wubi安装的情况下ubuntu自动加载windows的分区，ntfs或者fat格式的都可以。 另外windows下用explore2fs加载文件就可以访问ubuntu的文件。 下面是一些ubuntu的配置文件 # menu.lst &#8211; See: grub(8), info grub, update-grub(8) #            grub-install(8), grub-floppy(8), #            grub-md5-crypt, /usr/share/doc/grub #            and /usr/share/doc/grub-doc/. ## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.humker.com/wp-content/uploads/2008/07/ubuntue99499e8afaf.jpg"></a>下载daemon tools，ubuntu8.04 hardy.iso到一个windows的一个盘中。安装daemon tools挂载ubuntu8.04 hardy.iso镜像，自动弹出安装的对话框。其中有一个选项是选择安装到哪一个盘，一定要记住安装到的目的盘要有5g的空余空间。这种安装方法快捷，可以玩一玩，目前用ubuntu办公是不大现实的。<br />
<span id="more-105"></span></p>
<p>以前用winrar解压iso，然后运行wubi.exe。但是有如下的错误提示，不能安装。就想到了这个方法，简单也不用硬盘分区什么的，不想用直接卸载就可以。</p>
<p><a href="http://www.humker.com/wp-content/uploads/2008/07/ubuntue99499e8afaf.jpg"><img class="aligncenter size-full wp-image-108" title="ubuntue99499e8afaf" src="http://www.humker.com/wp-content/uploads/2008/07/ubuntue99499e8afaf.jpg" alt="" width="500" height="375" /></a></p>
<p>用wubi安装的情况下ubuntu自动加载windows的分区，ntfs或者fat格式的都可以。</p>
<p>另外windows下用explore2fs加载文件就可以访问ubuntu的文件。</p>
<p>下面是一些ubuntu的配置文件</p>
<p># menu.lst &#8211; See: grub(8), info grub, update-grub(8)<br />
#            grub-install(8), grub-floppy(8),<br />
#            grub-md5-crypt, /usr/share/doc/grub<br />
#            and /usr/share/doc/grub-doc/.</p>
<p>## default num<br />
# Set the default entry to the entry number NUM. Numbering starts from 0, and<br />
# the entry number 0 is the default if the command is not used.<br />
#<br />
# You can specify &#8216;saved&#8217; instead of a number. In this case, the default entry<br />
# is the entry saved with the command &#8216;savedefault&#8217;.<br />
# WARNING: If you are using dmraid do not use &#8216;savedefault&#8217; or your<br />
# array will desync and will not let you boot your system.<br />
default        0</p>
<p>## timeout sec<br />
# Set a timeout, in SEC seconds, before automatically booting the default entry<br />
# (normally the first entry defined).<br />
timeout        10</p>
<p>## hiddenmenu<br />
# Hides the menu by default (press ESC to see the menu)<br />
#hiddenmenu</p>
<p># Pretty colours<br />
#color cyan/blue white/blue</p>
<p>## password ['--md5'] passwd<br />
# If used in the first section of a menu file, disable all interactive editing<br />
# control (menu entry editor and command-line)  and entries protected by the<br />
# command &#8216;lock&#8217;<br />
# e.g. password topsecret<br />
#      password &#8211;md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/<br />
# password topsecret</p>
<p>#<br />
# examples<br />
#<br />
# title        Windows 95/98/NT/2000<br />
# root        (hd0,0)<br />
# makeactive<br />
# chainloader    +1<br />
#<br />
# title        Linux<br />
# root        (hd0,1)<br />
# kernel    /vmlinuz root=/dev/hda2 ro<br />
#</p>
<p>#<br />
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST</p>
<p>### BEGIN AUTOMAGIC KERNELS LIST<br />
## lines between the AUTOMAGIC KERNELS LIST markers will be modified<br />
## by the debian update-grub script except for the default options below</p>
<p>## DO NOT UNCOMMENT THEM, Just edit them to your needs</p>
<p>## ## Start Default Options ##<br />
## default kernel options<br />
## default kernel options for automagic boot options<br />
## If you want special options for specific kernels use kopt_x_y_z<br />
## where x.y.z is kernel version. Minor versions can be omitted.<br />
## e.g. kopt=root=/dev/hda1 ro<br />
##      kopt_2_6_8=root=/dev/hdc1 ro<br />
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro<br />
# kopt=root=UUID=04B89C62B89C53D0 loop=/ubuntu/disks/root.disk ro</p>
<p>## Setup crashdump menu entries<br />
## e.g. crashdump=1<br />
# crashdump=0</p>
<p>## default grub root device<br />
## e.g. groot=(hd0,0)<br />
# groot=(hd0,6)/ubuntu/disks</p>
<p>## should update-grub create alternative automagic boot options<br />
## e.g. alternative=true<br />
##      alternative=false<br />
# alternative=true</p>
<p>## should update-grub lock alternative automagic boot options<br />
## e.g. lockalternative=true<br />
##      lockalternative=false<br />
# lockalternative=false</p>
<p>## additional options to use with the default boot option, but not with the<br />
## alternatives<br />
## e.g. defoptions=vga=791 resume=/dev/hda5<br />
# defoptions=quiet splash</p>
<p>## should update-grub lock old automagic boot options<br />
## e.g. lockold=false<br />
##      lockold=true<br />
# lockold=false</p>
<p>## Xen hypervisor options to use with the default Xen boot option<br />
# xenhopt=</p>
<p>## Xen Linux kernel options to use with the default Xen boot option<br />
# xenkopt=console=tty0</p>
<p>## altoption boot targets option<br />
## multiple altoptions lines are allowed<br />
## e.g. altoptions=(extra menu suffix) extra boot options<br />
##      altoptions=(recovery) single<br />
# altoptions=(recovery mode) single</p>
<p>## controls how many kernels should be put into the menu.lst<br />
## only counts the first occurence of a kernel, not the<br />
## alternative kernel options<br />
## e.g. howmany=all<br />
##      howmany=7<br />
# howmany=all</p>
<p>## should update-grub create memtest86 boot option<br />
## e.g. memtest86=true<br />
##      memtest86=false<br />
# memtest86=true</p>
<p>## should update-grub adjust the value of the default booted system<br />
## can be true or false<br />
# updatedefaultentry=false</p>
<p>## should update-grub add savedefault to the default options<br />
## can be true or false<br />
# savedefault=false</p>
<p>## ## End Default Options ##</p>
<p>title        Ubuntu 8.04, kernel 2.6.24-16-generic<br />
root        (hd0,6)/ubuntu/disks<br />
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=04B89C62B89C53D0 loop=/ubuntu/disks/root.disk ro quiet splash<br />
initrd        /boot/initrd.img-2.6.24-16-generic</p>
<p>title        Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)<br />
root        (hd0,6)/ubuntu/disks<br />
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=04B89C62B89C53D0 loop=/ubuntu/disks/root.disk ro single<br />
initrd        /boot/initrd.img-2.6.24-16-generic</p>
<p>title        Ubuntu 8.04, memtest86+<br />
root        (hd0,6)/ubuntu/disks<br />
kernel        /boot/memtest86+.bin</p>
<p>### END DEBIAN AUTOMAGIC KERNELS LIST</p>
<p># This is a divider, added to separate the menu items below from the Debian<br />
# ones.<br />
title        Other operating systems:<br />
root<br />
boot/grub/menu.lst</p>
<p># This entry automatically added by the Debian installer for a non-linux OS<br />
# on /dev/sda1<br />
title        Windows NT/2000/XP<br />
root        (hd0,0)<br />
savedefault<br />
chainloader    +1</p>
<p>/proc/mtrr</p>
<p>reg00: base=0&#215;00000000 (   0MB), size= 256MB: write-back, count=1<br />
reg01: base=0&#215;10000000 ( 256MB), size= 128MB: write-back, count=1<br />
reg02: base=0xd0000000 (3328MB), size=  32MB: write-combining, count=1<br />
reg05: base=0xe0000000 (3584MB), size=  64MB: write-combining, count=1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.humker.com/2008/07/29/windows-install-ubuntu-with-wubi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

