Ubuntu – How to create bootable ISO from an installed OS

bootisosystem-installationusb

Say I have two systems A and B.

I have installed Ubuntu 12.04 on system A and need same set of settings in system B, for which I am thinking to make a bootable iso from System A(creating as a backup). so that I can make Live USB from the generated iso and boot the System B which will be now the replica of System A.

Could you please tell is there any method or tool in doing this process?

Best Answer

You have many tools that are available for Ubuntu 12.04(some of them are not used anymore for newer versions. but still works for ubuntu 12.04).

  • relinux
  • remastersys
  • Ubuntu Builder
  • System Imager

And much more.

I personally advise you to use Relinux.

Download this version from launchpad and not the last version to use the following tutorial on it

Here is a great tutorial how to use.

Related Question