What's the difference between Wubi and a regular "alongside Windows" installation?

58,916

Solution 1

You can expect disk performance to be a bit lower (bouncing through NTFS isn't exactly ideal), and you're still somewhat at the mercy of Windows. If your Windows install goes pear-shaped, you may lose access to your Wubi install, too. The reliance on NTFS would also give me heartburn in general, but that by itself probably won't be a serious reliability problem.

Other than that, I can't think of anything that should be different. If you do find a problem, report a bug! :)

There is one other catch noted on the Wubi FAQ in addition to performance/reliability: Hibernation isn't supported.

(I'll note for the record, however, that even with native installs, I've rarely had reliable suspend or hibernation support in any Linux distribution, including Ubuntu.)

Solution 2

Compared with a regular installation, a Wubi installation faces some limitations. Hibernation is not supported and the filesystem is more vulnerable to hard reboots. Also, if the Windows drive is unmounted uncleanly (most commonly because of a Windows crash), Ubuntu will not be able to mount the Windows drive and boot until Windows has successfully booted and shut down. If the Windows system cannot be booted after the crash, the user also cannot boot Ubuntu.

Performance related to hard-disk access is also slightly slower, more so if the disk image file is fragmented, on a Wubi install compared to a normal one.

Solution 3

Not key, but tiny difference out of the box without any modification, a Wubi install will leave windows as the default boot (so if you hit power and walk away you get Windows), a normal install will default to Ubuntu. Because of this and the issue noted above, I usually look at it this way.
Windows user who wants to play with Ubuntu on occasion or see how they like it on more than a LiveCD basis, I recommend Wubi.
Someone who is tired of Windows but may need to access some old program for something important at some random time in the future, then shrink the Windows partition and make it an Ubuntu box.

Solution 4

One big advantage to Wubi to a new user looking to test, is that it installs, un-installs like any other Windows program through the add/remove programs... But runs much better then running it off a live disc... Kinda like the best of both worlds...

Obviously the best long term solution is dual booting, if you have the disc space, but if you are just wanting to test it out, see if it runs well on your computer or install it for short term then Wubi will fit your needs...

Solution 5

Phoronix published a decent article on the performance impact of running Ubuntu as a WUBI installation.

The most interesting results are from the disk and database benchmarks where the WUBI installation appears to outperform the standard installation, sometimes by a factor of 24(!) It's a pity that the article doesn't attempt to explain this huge performance delta, but one of the commenters in the article's discussion offers up a plausible explanation. The relevant quote is reproduced below:

When linux is installed "on top" of something, writes requiring a fsync (sync to disk) are cached instead of being performed. this operation is very slow, and used for every single transaction in databases such as postgresql or sqlite unless disabled (and it's not)

To summarize the results from that article:

  • Running Ubuntu as a WUBI installation incurs a slight performance hit.
  • Don't run mission critical databases on a WUBI installation, as fsync does not flush the data to the disk and still leaves it cached. This dramatically improves performance at the expense of reliability. This shouldn't impact normal apps.

The biggest advantage of WUBI is that you can easily uninstall Ubuntu if you finally decide that it's not for you.

Share:
58,916

Related videos on Youtube

Cesar
Author by

Cesar

Slayer fan. Java developer. Free Libre Open Source Software advocate. #SOreadytohelp

Updated on September 17, 2022

Comments

  • Cesar
    Cesar almost 2 years

    At this time, Wubi does not work with Windows 8 default boot-loader. Thus at this point Wubi would not work on a new Windows 8 machine.

    Citation fom WubiGuide

    Question

    Recently I've learned of Wubi, a way to install Ubuntu right from Windows.

    Besides installing from Windows, I would like to know key differences between a regular "alongside Windows" or Dual-boot Ubuntu installation and one done with Wubi. Are there any disadvantages (for example a performance penalty) or incompatibilities I should look out for when using Wubi?

  • Abonec
    Abonec about 13 years
    I have installed ubuntu by wubi in a trial period. If in this period i don't figure out critical disadvantages then i completely move to ubuntu and install it normally. It's my vision of wubi.
  • Duc Tran
    Duc Tran almost 13 years
    if I install wubi on another partition, when losing windows, I just have to install another one.
  • Robert S. Barnes
    Robert S. Barnes over 12 years
    I run Ubuntu 10.04 on my AspireOne netbook and use Suspend pretty much every day, and hardly ever shutdown or reboot. Occasionally the wifi will freak out on resume, but not often and in general I find that the suspend / resume functionality works pretty well.