Making an ISO

Robert Heller heller at deepsoft.com
Sun Nov 6 18:53:05 UTC 2016


At Sun, 6 Nov 2016 17:02:22 +0100 "Ubuntu user technical support,  not for general discussions" <ubuntu-users at lists.ubuntu.com> wrote:

> 
> On 5 November 2016 at 18:31, Scott Blair <scott.blair at gmail.com> wrote:
> > What I want to do is, install Linux, then update and add the programs and
> > software I want on the system. After doing that, I want to create an install
> > DVD of it, so I can install it on another system. How can I achieve this
> > endeavor.
> 
> 
> It's not as simple as that. It can be done but it's complicated.
> 
> However, Linux is free software -- there's no copy protection, no
> serial numbers, no hardware fingerprinting or anything like there is
> in Windows.
> 
> So you can copy an installed system from one machine to another and it
> will still work.

Right. There are tools for doing just that, from simply doing a dd of the hard 
drive (not really recomended) to tools like Clonezilla.  Basically, there 
isn't really a need to create a custom install disk, when simply "cloning" the 
installed system will work.

> 
> Before you copy it, avoid installing any special device drivers for
> the graphics controller.

And even that is not a hard rule either.

> 
> Keep the partitioning simple and duplicate that on the other machine.
> Update /etc/fstab with the new device names. Reinstall GRUB on the new
> machine and that's it, you should be up and running.
> 
> No need for install DVDs or reinstallation.
> 
> But if things like "adjust fstab" and "reinstall grub" sound complex
> and are not things that you know how to do or how to quickly find out,
> then this is probably not a task for you, I'm afraid.

Again that depends...

I "cloned" an "install" of Raspbian from one Pi to another.  (Actually the 
usual way to "install" Raspbian on a Pi is really a system clone, since I have 
not even seen a Raspbian installer -- one downloads a "disk image" which is 
simply dd'ed onto a micro sd card.

If the new machine uses an *identical* make/model (or at least *size*) disk as
the original, then you can just install the new machine's disk as a second
drive on the original machine and just dd the whole thing: 
"dd if=/dev/sda of=/dev/sdb".  This would take care of partitioning, GRUB, 
etc. 

> 

-- 
Robert Heller             -- 978-544-6933
Deepwoods Software        -- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
heller at deepsoft.com       -- Webhosting Services
                        




More information about the ubuntu-users mailing list