Ubuntu – Doesn’t Ubuntu 16.04 in Windows have ubuntu.exe

16.04system-installationwindowswubi

A couple of months ago Ubuntu had an ubuntu.exe file inside the ISO, so I was able to run Ubuntu in my Windows by clicking ubuntu.exe after installing it with wubi.exe. Now in Ubuntu 16.04 it seems ubuntu.exe is not there anymore. My computer failed to install Ubuntu 16.04 even though I followed the steps from Ubuntu on how to create a bootable USB.

Why doesn't Ubuntu 16.04 in Windows have an ubuntu.exe file like in older versions of Ubuntu?

Best Answer

Why doesn't Ubuntu 16.04 have ubuntu.exe inside the iso?

  1. Wubi is no longer supported and was only meant to be used for testing, not for permanent use.

  2. At this time, Wubi does not work with the Windows 8 or Windows 10 default bootloader. Thus at this point Wubi would not work on a new Windows 8/10 machine. An alternative way of installing Ubuntu in Windows 10 is with Windows Subsystem for Linux 2 which features a true Linux kernel. You would be able to install, but not reboot into Ubuntu.Wubi Guide

    Linux GUI app support on WSL

  3. An important reason for including Wubi in the Ubuntu installation media has disappeared. Now that most computers have ample disk space, it is not so important to give Windows users a way of installing Ubuntu within the existing Windows partition without making an extra partition.

  4. The default repositories in all currently supported versions of Ubuntu have an alternate package for testing the Ubuntu iso called Test Drive. However Test Drive only runs from Ubuntu and runs the test iso in a virtual machine.

Related Question