0

I want to create an Ubuntu 14.04 iso with is all installed packages and software. Ubuntu is installed on Vmware workstation.

I want to be able to install this iso on new systems.

Jens Erat
  • 5,051
  • 7
  • 31
  • 37
Harsh
  • 3
  • 2
    Have you done any investigations yourself? - anything you add to your question will help us to help you. – fossfreedom Feb 16 '15 at 09:07
  • 1
    Or http://askubuntu.com/questions/339412/how-to-make-iso-image-of-current-logged-in-system-to-use-it-as-future-installati or http://askubuntu.com/questions/560334/create-live-iso-from-installed-ubuntu-with-data-for-future-install-like-super-os – muru Feb 16 '15 at 15:12

1 Answers1

0

You can create an ISO image using systemback

To install log in to your Ubuntu in VMWARE and in terminal type:

sudo add-apt-repository ppa:nemh/systemback
sudo apt-get update
sudo apt-get install systemback

Then copy the iso image from VMWARE to main desktop and use it to reinstall into a new system.

Red Aura
  • 468