1

I've discovered that Ubuntu no longer provides the mini.iso image for 22.04.

For my project's needs I'm looking for an image that:

  • Is of 22.04
  • Is provided by Ubuntu/Canonical (for trust reasons)
  • Supports serial consoles (like mini.iso)
  • Has as little in it as possible (not as critical).

Is there any option for me around? I looked quite a bit and couldn't find anything.

I'd really rather not have to build an image from scratch if I don't have to.

Any help would be extremely appreciated.

Cheers!

3 Answers3

3

There is no option similar to the mini.iso for Ubuntu 22.04. The new "live server" installer (subiquity) should meet your requirements except for "Has as little in it as possible".

If you love the mini.iso (you are not alone) and want to hear there is hope for the future then there is a Publishing netboot artifacts spec to create subiquity netboot artifacts, possibly including a "micro.iso". The thread has not had much activity.

If you dig around enough there are some 3rd party projects out there. For instance, this ubuntu-server-netboot project tries to recreate the netboot.tar.gz file that was created along with the mini.iso for minimal installs. I have no idea if it works.

In general, the Ubuntu Server Discourse section has the most information about the mini.iso removal. I would characterize this mostly as end users asking for the return of mini.iso and developers saying it should not have been used to begin with. Some samples.

The mini.iso has in fact never been a “supported” install method for Ubuntu, and is not part of the test matrix for Ubuntu releases. And there will not be an equivalent mini.iso image for use with subiquity.

The mini.iso has also never been a supported install method. It is a side effect of the d-i build process which is not QAed, has known limitations, and is not promoted for download by the Ubuntu website or the Ubuntu cdimage website. It is frequently used to create unsupported, and unsupportable, installations that are missing key Ubuntu packages.

0

I'm afraid I have bad news for you. The netboot (mini.iso) images are no longer created by Ubuntu. Even the most recent (20.04) image was referred to as "legacy."

The closest replacement would be the ubuntu-server images.

0

Netboot.xyz fits the bill IMO

With the notable exception of RAM usage, mini.iso could be installed on 256MB RAM, while Netboot.xyz needs >=3GB RAM to run the installation, while the netboot.iso itself is <3MB in size

hanshenrik
  • 565
  • 1
  • 6
  • 21