~lupin-team/wubi/website

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<div id="left_content">
    <div id="top_left_content_nospacer">
        <div id="logo">
            <a href="index.php"><img src="images/faq.gif" alt="Wubi FAQ"/></a>
        </div>
    </div>

    <div id="faq">        
        <a id="use"></a>
        <div class="box">
            <h2>How do I install Ubuntu?</h2>
            <p>Run Wubi, insert a password for the new account, and click "install". The installation process from this point is fully automatic. The installation files (700MB) will be downloaded and checked, after which you will be asked to reboot. Do so and select Ubuntu at the boot screen. The installation will continue for another 10-15 minutes and the machine will reboot again. This is it. Now you can select Ubuntu at the boot screen and start using it.</p>
            <br/><a href="images/wubi-123.png"><img src="images/wubi-123_small.png" alt="Wubi Installation" /></a>
        </div>

        <div class="box">
            <h2>How do I uninstall it?</h2>
            <p>You uninstall it as any other applications. In Windows go to the control panel and select "Add or Remove Programs", then select Wubi/Ubuntu and uninstall it. You can also use the uninstaller that you find in the installation folder.</p>
            <br/><a href="images/wubi-uninstall.png"><img src="images/wubi-uninstall_small.png" alt="Wubi Uninstallation" /></a>
        </div>

        <div class="box">
            <h2>How do I select whether to run Windows or Ubuntu?</h2>
            <p>When you reboot you can choose to run Windows or Ubuntu.</p>
            <br/><img src="images/boot-screen.jpg" alt="Boot Screen" />
        </div>

        <div class="box">
            <h2>Can I access my Windows files from a Wubi installation?</h2>
            <p>Yes, the Windows partitions will be available within the directories /host and /media.</p>
        </div>

        <div class="box">
            <h2>Can I use an existing ISO/CD instead of letting Wubi download a new one?</h2>
            <p>Yes, physical CDs will be detected automatically, pre-downloaded ISOs should be placed in the same folder as Wubi.exe. You can find the latest ISOs <a href="http://cdimage.ubuntu.com/daily-live/current/">here</a></p>
        </div>

        <div class="box">
            <h2>Why is the AMD64 version of Ubuntu getting downloaded and installed?</h2>
            <p>You probably have a 64 bit machine, the 64AMD installation is appropriate for all 64 bit architectures whether AMD or Intel</p>
        </div>

        <div class="box">
            <h2>Can I force Wubi to download and install a 32 bit version of Ubuntu?</h2>
            <p>Yes, either pre-download the appropriate 32 bit ISO manually and place it in the same folder as Wubi.exe or start Wubi with the "--32bit" argument.</p>
        </div>

        <div class="box">
            <h2>Can I move my virtual disk file to a dedicated partition?</h2>
            <p>For Wubi 7.04 and 7.10, you can use <a href="http://lubi.sourceforge.net/lvpm.html">LVPM</a> to transfer your install. 
            A guide and support forum for LVPM is available <a href="http://ubuntuforums.org/showthread.php?t=438591">here</a>.
            8.04 is not yet supported by LVPM.</p>
        </div>

        <div class="box">
            <h2>Where can I find older Wubi versions?</h2>
            <p><a href="http://sourceforge.net/project/showfiles.php?group_id=198355">Here</a></p>
        </div>

        <div class="box">
            <h2>Where can I find additional information and resources about Wubi?</h2>
            <p>Please see the <a href="https://wiki.ubuntu.com/WubiGuide">Wubi Guide</a> for additional tips and more detailed documentation and troubleshooting.</p>
        </div>

        <a id="requirements"></a>

        <div class="box">
            <h2>What are the system requirements?</h2>
            <p>256 MB RAM and an 1 GHz or faster Intel/AMD processor is recommended for optimal performance, though Xubuntu might work on less. As for disk space, the installation requires a minimum of 5GB free. This space is mostly used by the virtual hard disk file. Most computers purchased within the last 3 years should be able to run Ubuntu fine, and Xubuntu is suitable for older computers. Software raids (aka fakeraid) are not supported.</p>
        </div>

        <div class="box">
            <h2>What platforms are supported?</h2>
            <p>Wubi will run on on all Windows versions from Windows 98 to Windows Vista except Windows ME. More platforms to come soon. Linux/*nix/*BSD are supported through <a href="http://lubi.sourceforge.net/lubi.html">Lubi</a> (<a href="http://sourceforge.net/project/showfiles.php?group_id=198821">download location</a> and <a href="http://ubuntuforums.org/showthread.php?t=441918">guide</a>), and Mac OSX will eventually be supported through Mubi (developers still needed).</p>
        </div>

        <div class="box">
            <h2>What is the performance?</h2>
            <p> The performance is identical to a standard installation, except for hard-disk access which is slightly slower than an installation to a dedicated partition. If your hard disk is very fragmented the performance will degenerate.</p>
        </div>

        <div class="box">
            <h2>Any gotcha?</h2>
            <p> Hibernation is not supported under Wubi, moreover Wubi filesystem is more vulnerable to hard-reboots (turning off the power) and power outages than a normal filesystem, so try to avoid unplugging the power. An Ubuntu installation to a dedicated partition provides a filesystem that is more robust and can better tolerate such events.</p>
        </div>

        <a id="internals"></a>

        <div class="box">
            <h2>How does Wubi work?</h2>
            <p>Wubi adds an entry to the Windows boot menu which allows you to run Linux. Ubuntu is installed within a file in the Windows file system (c:\ubuntu\disks\root.disk), this file is seen by Linux as a real hard disk.</p>
        </div>

        <div class="box">
            <h2>Is this running Ubuntu within a virtual environment or something similar?</h2>
            <p>No. This is a real installation, the only difference is that Ubuntu is installed within a file as opposed to being installed within its own partition. Thus we spare you the trouble of creating a free partition for Ubuntu. And we spare you the trouble to have of having to burn a CD-Rom.</p>
        </div>

        <a id="ubuntu"></a>

        <div class="box">
            <h2>What is the relationship between Linux and Ubuntu?</h2>
            <p>Ubuntu is an operating system that includes a lot of free and open source applications and uses Linux as its core. Linux is like this amazing solar-powered engine that can be used in a street car, in a F1 or it can be daisy chained to drive a truck or an airplane. Ubuntu is like a car using the Linux engine, a zero emission, fully accessorised and easy to drive all-terrain, with power, acceleration and looks matching far more expensive supercars... Imagine something like that... ...for free.</p>
        </div>

        <div class="box">
            <h2>Why Ubuntu?</h2>
            <p>We think that today Ubuntu is the best Linux-based operating system for desktop use. We also like its <a href="http://www.ubuntu.com/ubuntu/philosophy">philosophy</a>.You can see some Ubuntu screenshots <a href="http://www.ubuntu.com/desktop">here</a>, for more information visit the <a href="http://www.ubuntu.com/">Ubuntu website</a>.</p>
        </div>

        <div class="box">
            <h2>Is Wubi officially supported by Ubuntu?</h2>
            <p>Wubi was born as an independent project, as such 7.04 and 7.10 are unoffical releases. But since 8.04 the code has been merged within Ubuntu and Wubi is now fully supported. Wubi can also be found in the Ubuntu 8.04 Live CD.</p>
        </div>

        <div class="box">
            <h2>What flavor of Ubuntu will I get?</h2>
            <p>Most flavors, including <a href="http://www.ubuntu.com">Ubuntu</a> (default, with <a href="http://www.gnome.org">GNOME</a>), <a href="http://www.kubuntu.org">Kubuntu</a> (with <a href="http://www.kde.org">KDE</a>), <a href="http://www.xubuntu.org">Xubuntu</a> (with <a href="http://www.xfce.org">XFCE</a> for older computers). Contact us if you would like your own flavor to be available for installation via Wubi.</p>
        </div>

        <div class="box">
            <h2>What is the difference among the different Ubuntu flavors?</h2>
            <p>Mostly the graphical user interface is different, and the bundled applications may change so that they better integrate with the installed interface. More information can be found at the homepages for <a href="http://www.gnome.org">GNOME</a>, <a href="http://www.kde.org">KDE</a>, and <a href="http://www.xfce.org">XFCE</a>.</p>
        </div>

        <div class="box">
            <h2>Can I install multiple flavors?</h2>
            <p>You can select the desktop environment within Wubi. But since each desktop environment is also available as an application package, it is recommended to install Ubuntu (default option) and from there install the other desktop environments. When you login you can choose the desktop environment to use.</p>
        </div>

        <div class="box">
            <h2>What applications come with Ubuntu?</h2>
            <p>Ubuntu comes fully loaded with most commonly used applications, including a full office suite compatible with MS Office, image editing software, picture management software, media player, games, browser, email client, IM and video conferencing software... On top of all of this, you can easily install additional software, from a list of over 20,000 applications.</p>
        </div>

        <div class="box">
            <h2>All this is installed by Wubi?</h2>
            <p>Yes (well... not all of the 20,000 applications, but Ubuntu and everything that comes with it, yes).</p>
        </div>

        <div class="box">
            <h2>All for free?</h2>
            <p>Yes. Wubi is free/open-source software, licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPL-v2</a> or above.</p>
        </div>

        <a id="warranty"></a>

        <div class="box">
            <h2>What warranty do I get?</h2>
            <p>None whatsoever. This is free software, and you are free to modify it, use it and redistribute it as you see fit, provided you also allow others the same freedom. Since we do not make any money out of it, it would not be fair for us to be liable if something goes wrong. We think that the technology is safe, but you run it at your own risk. See the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPL license</a> for more details.</p>
        </div>

        <div class="box">
            <h2>Is there any spyware/virus?</h2>
            <p>The software is free/open-source, which means that anybody can check the code, therefore it would be pretty difficult for someone to hide a spyware/virus within the software, but you should always run all your usual security checks. As explained above, there is no warranty.</p>
        </div>

        <a id="development"></a>

        <div class="box">
            <h2>How can I help you guys?</h2>
            <p>You can help us by filing/fixing <a href="https://bugs.launchpad.net/wubi/">bugs</a>, <a href="https://code.launchpad.net/wubi/">writing code</a>, or <a href="https://translations.launchpad.net/wubi">translating the project</a>... ...or simply spreading the word!</p>
        </div>

        <div class="box">
            <h2>Show me the code</h2>
            <p>The main development happens in 4 separate launchpad projects:</p>
            <ul>
            <li><a href="https://launchpad.net/lupin">Lupin</a>, the loop-installer, used to be the core of the insaller, but now most of the old functionality has been ported within Ubuntu</li>
            <li><a href="https://launchpad.net/wubi">Wubi</a>, the Windows front-end, handles everything that happens before you reboot</li>
            <li><a href="https://launchpad.net/lubi">Lubi</a>, the Linux front-end, does basically the same thing as Wubi</li>
            <li><a href="https://launchpad.net/lvpm">LVPM</a>, Loopmounted Virtual Partition Manager, handles the migration of virtual disks to real partitions for Wubi 7.04 and 7.10</li>
            </ul>
            <p>Our code is licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL-v2 and above</a>.</p>
        </div>

        <div class="box">
            <h2>History:</h2>
            <p>The original idea was <a href="https://launchpad.net/ubuntu/+spec/ubuntu-setup.exe">drafted</a> by Agostino Russo taking inspiration from topologilinux, which provided a loopmounted installation, and instlux, that provided a simple Windows frontend. The idea was to merge the two concepts having a Windows installer that would loopmount an image of Ubuntu. Geza Kovacs later refined the <a href="https://blueprints.launchpad.net/ubuntu/+spec/windows-installer">spec</a> and provided the first <a href="http://ubuntuforums.org/showthread.php?t=305109">prototypes</a> to show that the concept was sound. Oliver Mattos wrote the original user interface in nsis. Agostino then refined the loopinstallation concept, moving from a simple loopmounted pre-made image file, to an image created on the fly using a dynamically patched version of the debian installer, thus providing an experience much closer to a real installation and addressing several other issues. The Lupin project was thus born. Incidentally the name "Lupin" comes from "loop-installation", which is the technique that makes Wubi tick. Later on Agostino and Ecology2007 have redesigned and rewritten the Windows frontend, which is what people see today. Hampus Wessman contributed the new downloader and the translation scripts. Bean123 and Tinybit also helped a lot to debug and fix bootloader issues. <a href="http://lubi.sourceforge.net/lubi.html">Lubi</a> and <a href="http://lubi.sourceforge.net/lvpm.html">LVPM</a> were subsequently created by Geza Kovacs. Agostino Russo, Colin J Watson and Evan Dandrea have ported Lupin/Wubi into Ubuntu. Since Ubuntu 8.04, Wubi ships within the Live CD.</p>
         </div>

        <a id="credits"></a>
         
        <div class="box">
            <h2>Developers:</h2>
            <ul>
            <li><a href="https://launchpad.net/~ago">Agostino Russo</a> (<a href="http://ubuntuforums.org/member.php?u=9190">ago</a>): lead developer, <a href="https://launchpad.net/wubi">Wubi</a> and  <a href="https://launchpad.net/lupin">Lupin</a> author and mainteiner</li>
            <li><a href="https://launchpad.net/~evand">Evan Dandrea</a> (<a href="http://ubuntuforums.org/member.php?u=15193">evand</a>): helped with several patches in Ubuntu, migration-assistant author</li>
            <li><a href="https://launchpad.net/~kamion">Colin J Watson</a> (<a href="http://ubuntuforums.org/member.php?u=1353">cjwatson</a>): ported Lupin booting and installation code to Ubuntu (partman-auto-loop and initramfs)</li>
            <li><a href="https://launchpad.net/~gezakovacs">Geza Kovacs</a> (<a href="http://ubuntuforums.org/member.php?u=79823">tuxcantfly</a>): initial prototypes, <a href="https://launchpad.net/lubi">Lubi</a> and <a href="https://launchpad.net/lvpm">LVPM</a> author, Lupin and Wubi developer</li>
            <li><a href="https://launchpad.net/~ecology2007">Ecology2007</a> (<a href="http://ubuntuforums.org/member.php?u=237677">ecology2007</a>): previous  Wubi mainteiner</li>
            <li><a href="https://launchpad.net/~omattos">Oliver Mattos</a> (<a href="http://ubuntuforums.org/member.php?u=216198">hello1024</a>): author of the original Wubi frontend</li>
            <li><a href="https://launchpad.net/~hw-vox">Hampus Wessman</a> (<a href="http://ubuntuforums.org/member.php?u=253247">hampusw</a>): author of the Wubi download manager, Wubi plugins, and localization helper scripts</li>
            </ul>
        </div>

        <div class="box">
            <h2>Other contributors:</h2>
            <p>Bean123 and Tinybit: grldr support</p>
            <p>Computer Guru: vista support</p>
            <p>Szabolcs Szakacsits: ntfs-3g support</p>
            <p>All the translators</p>
            <p>All the users that helped us in testing/improving Wubi</p>
        </div>

        <div class="box">
            <h2>Website:</h2>
            <p><a href="https://launchpad.net/~ago">Agostino Russo</a>: website design and content</p>
            <p><a href="https://launchpad.net/~gezakovacs">Geza Kovacs</a>: <a href="http://cutlersoftware.com/ubuntusetup/archive/website/original/">initial website</a></p>
            <p><a href="http://www.sourceforge.net">Sourceforge</a>: hosting</p>
            <p><a href="http://www.launchpad.net">Launchpad</a>: hosting</p>
            <p><a href="http://www.cutlersoftware.com">Cutlersoftware</a>: hosting</p>
            <p><a href="http://www.ubuntuforums.org/forumdisplay.php?f=234">Ubuntuforums</a>: forum hosting</p>
        </div>

        <div class="box">
            <h2>On the shoulders of giants</h2>
            <p>Wubi is what it is because it relies on other open source projects: <a href="http://www.gnu.org/">GNU</a>/<a href="http://www.kernel.org">Linux</a>, <a href="http://www.ubuntu.com">Ubuntu</a>, <a href="http://launchpad.net/ubiquity">Ubiquity</a>, <a href="http://www.debian.org/devel/debian-installer/">Debian-Installer</a>, <a href="https://launchpad.net/migration-assistant">Migration-Assistant</a>, <a href="http://gna.org/projects/grub4dos">Grub4Dos</a>, <a href="http://www.ntfs-3g.org/">NTFS-3G</a>, <a href="http://nsis.sourceforge.net">NSIS</a>, <a href="http://metalinker.org/">Metalink</a></p>
        </div>

        <div class="box">
            <h2>Similar projects:</h2>
            <p><a href="http://www.topologilinux.com/">Topologilinux</a>, <a href="http://instlux.sourceforge.net/">Instlux</a>, <a href="http://goodbye-microsoft.com/">Win32-loader</a>, <a href="http://lubi.sourceforge.net/unetbootin.html/">UNetbootin</a></p>
        </div>
    </div>
</div>

<div id="right_content">
    <div id="top_right_content">
        <div id="art">
            <img src="images/heron_small.gif" alt="heron"/>
        </div>
    </div>
    
    <div id="faq_index" class="box">
        <h2>FAQ Index</h2>
        <p><a href="#use">Use, Installation, Uninstallation</a></p>
        <p><a href="#requirements">Requirements and Performance</a></p>
        <p><a href="#internals">Wubi Internals</a></p>
        <p><a href="#ubuntu">Linux and Ubuntu</a></p>
        <p><a href="#warranty">Warranty</a></p>
        <p><a href="#development">Wubi Development</a></p>
        <p><a href="#credits">Credits</a></p>
    </div>
</div>