Im trying to create a installable ISO of an existing Ubuntu Server 14.04. For the purpose I tried to use remastersys, pinguybuilder and linux respin all with the same result.
The problems comes when I start the machine, tried both in vbox and a computer, if I click the install option the machine starts but no option to install appears, the system starts as a live distribution. The computer is generated correctly, all files and configuration is preserved, but cant install in the hard-drive.
I tried to use remastersys in different ways, using the commands "remastersys dist", "remastersys dist cdfs" and then "remastersys dist iso custm-iso.iso" and also "remastersys backup". Always I get the same result, no chance to install the iso in a drive.
Remastersys allows you to do this, I already created an ubuntu server as a clone of an existing server and ran it in virtualbox as a livecd the problems is I cant install it.
– Alfonso Jimenez Jan 09 '17 at 15:15dd
is great for cloning, however you'd have to deal with resolving ip address issues, etc. I don't see how else you would replicate an entire file system though.rsync
can be used to duplicate information more selectively. Honestly, I'm not sure exactly what you are trying to accomplish. Your question indicates that you've settled on a solution which isn't performing as desired. Perhaps if you were to share exactly what you want to do it would help us help you (even if the answer is you can't do that) – Elder Geek Jan 10 '17 at 23:22