Ubuntu – ubuntu-12.04-wubi-i386.tar.xz for the wubi installer

12.04system-installationwubi

I ran the wubi installer (from an extracted ubuntu ISO) and it downloads ubuntu-12.04-wubi-i386.tar.xz but it's slow and non-resumable so I cancelled it, found a mirror of the file online and downloaded it using Intenet download manager. Where should I be placing ubuntu-12.04-wubi-i386.tar.xz file so the wubi installer won't have to download that file anymore? Thank you.

Update: I extracted the archive and there are two files, I'm afraid I do not know where to place them.

enter image description here

Best Answer

You need to tell Wubi where the file is. Run wubi.exe as follows from the command line (e.g. if you placed the image in a folder called C:\UbuntuImage):

wubi.exe --dimagepath=C:\UbuntuImage\ubuntu-12.04-wubi-i386.tar.xz

Don't extract the contents before running.

PS I found it tripped over paths with spaces in them; if you find the same problem then move it to a folder as shown above.

Additional info

You can only install Ubuntu (32bit or 64bit) using the diskimage as shown above. If you want to install Kubuntu, Lubuntu, Edubuntu or Mythbuntu (or Xubuntu only on releases prior to 12.10) then you need to download the Desktop CD ISO and save it in the same folder as wubi.exe before running Wubi. Make sure that the ISO matches the release of wubi.exe and the flavour you are installing.

Note that Wubi will check the ISO MD5 sum to ensure integrity (if you run it when connected to the internet). It will still use the downloaded ISO if it's valid. However, if you disconnect from the internet it only checks the kernel and initrd md5sums so you should always check the ISO yourself.

Related Question