Is there a latest version of Ubuntu less than 700MB?

I want to install the lastest version of ubuntu (14.04) on my old windows PC but it only has a CD-ROM drive, and the BIOS is not letting me install from much else, so I want to find a ISO that is less than 700MB to fit on a CD-R. Is there one? The regular one that I downloaded is over 900MB.


Consider using Minimal CD. You can find it here https://help.ubuntu.com/community/Installation/MinimalCD

It doesn't contain all the packages but downloads them during install time. Of course you will have to be online during installing time and preferably have decent Internet speed.


Go over to the Lubuntu download site, download the correct version (i guess 32-bit), and burn it to an CD. Just follow the installation to install Lubuntu, and after you are in your new system, do the following steps to remove all of the Lubuntu specific software, and install the Ubuntu equivalents;

  1. Open a terminal, be sure you have Internet, then type sudo apt-get install ubuntu-desktop
  2. When this is finished type lightdm-set-defaults -g unity-greeter (This will change your automatic login to the new desktop)
  3. Reboot, and when in your new Ubuntu desktop, open a terminal and type sudo apt-get remove --purge lubuntu-desktop && sudo apt-get autoremove --purge

But because your system already is a bit older (i made this assumption based on the fact that it doesn't support USB booting), it may be better to keep Lubuntu, because it's more resource friendly. And the only difference between the two are the looks, Ubuntu uses Unity and Lubuntu uses LXDE, and the set of "base" software that comes with it such as the terminal, notepad, music player etc.

If you chose to use Lubuntu, you may also want to check out the other Ubuntu based distributions over at Ubuntu Support . Which all follow the same principal as mentioned before.