Build base on a laptop, Mac Pro or Mac Mini?

Not applicable

Which do you use and why? I made my base from a Mac Pro but when it is installed on a Mac Book Pro two Ethernet connections show. Or do you use different base builds depending on what type of machine that is being imaged?

Thanks

![external image link](attachments/9d1e6c6da8a94846973c2de217ecfab3)
Neal Smith | MAC Systems Engineer | Perrigo IT

7 REPLIES 7

rockpapergoat
Contributor III

i use instadmg to avoid using any specific hardware. when/if apple ships hardware specific builds, i bake a new image via instadmg using those installers. my base builds are very basic. configuration management/automation (casper, puppet, munki) takes over after initial imaging.

daworley
Contributor II

Cloning an image from one computer type to another is fraught with this kind of issue. The 10.6 Deployment Apple Training guide from Peachpit discusses imaging options, including making a "modular" image. This is where you install Mac os x into a blank disk image that has never been booted. I would recommend you look into InstaDMG, or some other modular imaging methodology. Cheers, - D

Sent from my Tricorder. ?

CasperSally
Valued Contributor II

We have a base image (built on macbook, works on macbook, macbook pro and iMacs) and a base Mac Pro (because of the multiple NIC issue).

Using composer to build a base image seemed easier to me than dealing with learning/using InstaDMG. This is 10.6.

talkingmoose
Moderator
Moderator

Which do you use and why? I made my base from a Mac Pro but when it is installed on a Mac Book Pro two Ethernet connections show. Or do you use different base builds depending on what type of machine that is being imaged?
On 12/29/11 12:09 PM, "Neal Smith" <Neal.Smith at perrigo.com<mailto:Neal.Smith at perrigo.com>> wrote:

Others have mentioned InstaDMG already. Similarly, Casper Admin allows you to add a .dmg of a retail Mac OS X installer and use that for a pristine install every time. Even if the version of the installer is older than what the hardware supports you can continue applying the latest OS updates and it will still work.

--

William Smith
Technical Analyst
Merrill Communications LLC
(651) 632-1492

talkingmoose
Moderator
Moderator

You should invest the time to learn InstaDMG. The setup may take slightly
On 12/29/11 12:26 PM, "casperadmin" <casperadmin at lmsd.org> wrote:
longer but it's something you can use and reuse with much less effort
later.

Casper's alternative to InstaDMG takes even less setup.

--missing content--

Admin if you need to push the same image to multiple machines. And they'll
all be cruft-free.

--

William Smith
Technical Analyst
Merrill Communications LLC
(651) 632-1492

bentoms
Release Candidate Programs Tester

I used to create on a Mac Pro.

As part of my image build I removed all but Ethernet 1 then ran a script post imaging that created all the computers interfaces. This did cause some issues with MacBook Airs though.

BUT, i've since moved to a completely modular image.

I now create my base OS in Casper admin by compiling a configuration with the OS, driver updates & java.

This I then add to my base config as a DMG.

This OS DMG is a never booted OS that will create all the network interfaces needed.

Regards,

Ben.

glutz
New Contributor III

When I started working with instaDMG it seemed very complex but found out quickly that it is extremely simple to work with. instaDMG will give you a updated clean OS that you can use on any hardware that is listed in the platform support plist

-Grant