How do I make and distribute and image to multiple macbooks?

Hello,
I am the IT support person for a number of schools.  We use a mixture of Macs and PCs.
I am looking for a nice tidy option to create an image of a "master" client and distribute to a group of student Macbooks.  All the Macbooks are the same model and are all running Snow Leopard (though they were released with Leopard).  Initially, one of the teachers created a user account (called student) with all the software and settings that we needed,  on one of them and used Migration Assistant to copy that account to the others.
I prefer to have a master image I can restore to at any time.
I figure that Disk Utility will do the job - I'm just not 100% sure of which steps to take.
So far I have created my "master" macbook that is set up just the way I want it.
Next I was going to attach it to the mac I use to run everything on (ARD etc) via firewire and boot the master in Target mode.
Then I would run Disk Utility on my mac and use the New Image button to create an image called "studentPOD.dmg"  (There is room on my mac for this, or I can put it on an external USB disk)
Is this correct, and once I have the image, how do I get it onto the other Macbooks?  Is there anything special I have to do to make it bootable?  They all part of a student POD and can be re-imaged at anytime without worrying about losing data...so I can afford to experiment...
Any help to clarify would be much appreciated.
Also, should I look for a Snow Leopard server to do this sort of thing?
Many thanks
Suzanne

Making a Master Image on Snow Leopard - this is a bit long winded, sorry!
Build your Mac the way you want it, all updates, account settings etc, this will be your master image so don’t personalise it too much.
There are two ways to make an image with Disk Utility - they both use the Restore function.
The ideal one is to boot from Mac OS X Install DVD and go to Disk Utility.
The theoretically less ideal method is to boot from the master image itself and then go to Disk Utility.
The DVD option is theoretically better as it involves copying the master image while it is unused as opposed to the second option which copies the master image while it is in use.  However, I have done this with the master image mounted and it works perfectly.
If you use the DVD method then the downside is that the Destination image size has to be the same size or bigger than the Source image size, If you use the boot from the master image method, as long as there is enough space in the Destination image to fit the files (usually around 18gb in my images) then it works.  This is good because it means you can fit your master image on a small disk!
(NB this is not the case with Lion, it will not let you use the master image as a source if you have booted from it)
Ok, so you are in Disk Utility and you can see your Macintosh HD with your master image on it and you can see your USB drive with it’s empty image on it, this image has to be formatted as Mac OS Extended (Journalled).  It has to be at least as big as the used space on the Macintosh HD master image.
Now you are going to use the Restore tab to restore the master image to the USB drive.
Drag and drop the Macintosh HD master image into the Source box
Click in the Destination box then drag and drop the USB image into it
Make sure the Erase Destination box is ticked.
Click Restore and when asked if you are sure click on Erase. (unless you are not sure of course!)
It might take an hour to restore, once it is finished, boot from the USB image (which will now be named the same as your master image) and make sure it is what you were expecting, test it etc.  I usually rename it at this point to something other than Macintosh HD, this can be done by right clicking on the disk in finder and renaming it.
Restoring from a disk image:
On the Mac that you want to re-image with the master image:
Plug in USB drive containing your master image (created above)
Boot from Max OS X Install DVD and go to disk utility from the Utilities menu (you will need to go through the “use English as the main language bit” first.
Disk Utility might take a while to find all the disks / images…
Highlight Macintosh HD (or whatever the image name on the Mac you are about to re-image is)
Click on the Restore tab
Drag and drop the master image into the Source box.
Click in the Destination box and then drag and drop the Macintosh HD image into it.
You should have master image in the source box and Macintosh HD image in the destination box.  The erase destination box should be ticked.
Check everything is how you want it and click on the Restore button.
It will ask you if you’re sure – if you are then click Erase – if you’re not then click cancel and go play with a PC!
It will tell you how long it’s going to take, mine take around 45 mins.
Once it's finished boot from it and bob's your uncle!

Similar Messages

  • How do you make an array of image icons and then call them?

    How do you make an array of image icons and then call them, i have searched all over the internet for making an array of icons, but i have
    found nothing. Below is my attempt at making an array of icons, but i cant seem to make it work. Basically, i want the image to match the value of the roll of the dice (rollVal)
    Any help would be greatly appreciated, some code or link to tuturial, ect.
    /** DiceRoller.java
    * Roll, print, Gui
    import javax.swing.*;
    public class DiceRoller extends JFrame
         private ImageIcon[] image  ;
         public String[] images = { "empty", "dice1.jpg",
                   "dice2.jpg", "dice3.jpg", "dice4.jpg",
                   "dice5.jpg", "dice6.jpg" };
         public Dice die;
         private int rollVal;
         public int rollNum;
         private JLabel j1;
         public DiceRoller(){
              j1= new JLabel("");
           die =new Dice();
           int rollVal;
           rollVal = die.roll();     
           image = new  ImageIcon[images.length];
         for(int i = 0; i < images.length; i++){
          image[i] = new ImageIcon(images);
         if (image!=null){
              j1.setIcon(image[rollVal]);
         System.out.println("Roll = "+die.roll());

    Demo:
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class IconExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            try {
                Icon[] icons = new Icon[6];
                for(int i=0; i<icons.length; ++i) {
                    String url = "http://www.eureka-puzzle.be/cast/images/dice" + (i + 1) + ".jpg";
                    icons[i] = new ImageIcon(new URL(url));
                display(icons);
            } catch (MalformedURLException e) {
                throw new RuntimeException(e);
        static void display(Icon[] icons) {
            JPanel cp = new JPanel();
            for(Icon icon : icons) {
                cp.add(new JLabel(icon));
            JFrame f = new JFrame();
            f.setContentPane(cp);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • How do I make and keep a copy of a photo in iPhoto so that I can edit the copy and keep the unedited original?

    How do I make and keep a copy of a photo in iPhoto (version 9.5.1) so that I can edit the copy and keep the unedited original?

    You don't have to. iPhoto does that automatically. Note the command in Photos menu to 'Revert to Original' and the original can be exported at any time using the Export command.
    Longer answer:
    All edits in iPhoto are virtual. The database records your decisions and then applies them to a copy of the original. So your original is untouched. Your edited version is never "fixed" until you export it.

  • How can I insert and image in all PDFs printed via BW?

    How can I insert and image in all PDFs printed via BW?
    We want to remove the image from all Web Templates and insert it in the header of PDF printouts.
    <removed by moderator>!
    Tom
    Edited by: Siegfried Szameitat on Dec 3, 2008 2:57 PM

    Select clip in timeline. Open effects. At the bottom, search for flip. This should find the "Flipped" effect. Drag that effect cover the clip.

  • How do I cut and past on my macbook pro?

    How do I cut and past on my MACBOOK PRO?

    You can use the hotkeys, as Steve said. It sort of sounds as if you can't right click though.
    If you're using the touchpad, go into system preferences>trackpad, enable "secondary click, tap with 2 fingers". Then, when you click/tap the touchpad with 2 fingers instead of one, it'll right click, giving you the option to copy/paste whatever you highlighted.

  • How to display List and Image on Single Screen?

    Hi Friends,
    I wanna display Image and List on single screen.
    Its not possible using Form which will contain both. either I can list or form which contain image as far I know.
    I have seen one J2ME application which contain Image and below that there is list. Can anybody tell me how?
    Thanks,
    Rohan Chandane

    Hi,
    Are you able to put a list and image into a form.
    If so plz let me know the method to do tht.
    thanks.

  • How to extract text and image information from postscript file

    I want to write a programe,and extract text and image information from postscript file using Java.Is it possible? How to extract ?
    Thank!

    First of all, PostScript is not a "text" file. It can and often does contain binary data. Since PostScript streams often contain nested procedures, unless you process the procedure definitions and can "execute" them, you cannot simply "scan" a file to get what you want. No, I can't talk about this in detail since it is quite complex. But Adobe does have the
    PostScript Language Reference Manual on-line for download at
    . Look that over and you will have a fairly healthy respect as to the task involved.
    - Dov

  • How to use CSS and images in a plsql-dbms_output reports?

    Hi.
    Windows 2000 SP4
    SQL Developer 1.2.1.32.13
    Java 1.5.0_07
    Oracle 9.2.0.6
    I'm trying to create a plsql-dbms_output report with HTML that uses a stylesheet (CSS) and an image. These seem to be ignored by the report viewer.
    The following example works fine in Internet Explorer 6 but the stylesheet is ignored by the viewer and the viewer does not show the images (shows broken images instead). I've tried with various image types (PNG, GIF and JPEG).
    <!--
    begin
    dbms_output.put_line('<head><link rel="stylesheet" type="text/css" href="file://c:/temp/core.css"/></head><body>');
    dbms_output.put_line('<H1>This is Level-1 Heading</H1>');
    dbms_output.put_line('<H2>This is a Level-2 Heading</H2>');
    dbms_output.put_line('<p>This is regular paragraph text.</p>');
    dbms_output.put_line('<img src="file://c:/temp/fig01.png"><br>');
    dbms_output.put_line('<img src="file://c:/temp/fig01.gif"><br>');
    dbms_output.put_line('<img src="file://c:/temp/fig01.jpg"><br>');
    dbms_output.put_line('</body>');
    end;
    -->
    Is the HTML viewer limited to not support stylesheets and images?
    Thanks in advance.
    Cheers
    Finn Ellebaek Nielsen

    It also seems that links don't work. The mouse cursor changes to a hand when hovering over links and the links are shown in blue and underlined but nothing happens when clicking on them.
    Example:
    <!--
    <html>
    <head><link rel="stylesheet" type="text/css" href="file://c:/temp/core.css"/></head><body>
    <p>First heading</p>
    <p>Second heading</p>
    <H1 id="x1">This is Level-1 Heading</H1>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    <H2 id="x2">This is a Level-2 Heading</H2>
    <p>This is regular paragraph text.</p>
    <img src="file://c:/temp/fig01.png"><br>
    <img src="file://c:/temp/fig01.gif"><br>
    <img src="file://c:/temp/fig01.jpg"><br>
    <p>First heading</p>
    <p>Second heading</p>
    <p>Other document</p>
    </body>
    </html>
    -->

  • How do I make a custom brush image in a gradient color scheme in Photoshop Elements 12?

    I want to make a custom brush image in a gradient color scheme.  I know how to change the hue jitter, but I want to "paint" the image with a gradient between two colors.  For example, I have an image of an octopus that I have used to create a custom brush.  I want the top of the octopus to be hot pink and gradually fade into a deep orange at the end of the tentacles.  Everything I've looked up just colors the background.  Thanks in advance!

    Try the following:
    Open the octopus image
    Open a Gradient Map Adjustment layer above this. There are several preset gradients, but in my version of the program I don't see one with pink to orange.
    When you double click on the gradient bar in the Adjustments palette, this will open up the Gradient Editor, where you can tailor the gradient to your specifications with color and opacity stops. (see below)
    This will apply the gradient to the entire picture. However, the adjustment layer has a built-in mask (the white rectangle).
    Left click on this and paint with a black brush to hide the gradient outside of the octopus. If you go too far, you can correct with a white brush.
    Now, as to the Gradient map adjustment layer, here is how to configure it:
    http://retouchpro.com/tutorials/?m=show&opt=printable&id=132

  • How do I make all of the images of the icons show in Safari Favorites?

    I am running the Yosemite Safari and when I click the Favorites bar some of the links don't have the images (look at attached photo). How can I make the image for the website appear?
    See how the Gmail, Youtube, Google, Google News all don't have icons? Thank you for your help!

    Try emptying caches.
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        "Develop" menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
        Delete Caches.db
        Close all windows and quit all applications.
        Hold "option" key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
       Library > Caches > com.apple.Safari > Caches.db
       Right click the Caches.db file and select "Move To Trash.
       Close windows and relaunch Safari.

  • How Can I Make Acrobat Not Resize Images?

    I am trying to turn around 80 images into the pages of a PDF file. The pictures are saved as JPEGs and have the exact dimensions I want them to have as pages of a PDF. When I turn them into a PDF in Acrobat Pro 9 they get resized so when viewed at 100% the text looks like crap. I want to know how I can make Acrobat not mess with the dimensions of my pictures when turning them into a PDF. I make the PDF by clicking the Create button and selecting Merge Files into a Single PDF... . I then drag and drop the pictures into the window and click Combine Files. I have tried all three of the File Size settings and all of them turn out wrong. How can I make this expensive program work the way I want it to by doing htis simple thing right?
    I have attached two files, the first of one of the images that will make a page viewed in windows picture and fax viewer at the original size. The second is a screen shot of the messed up PDF with blurry text, viewed at 100%. I want the text in the second picture to look just like the text in the first.

    I am not trying to justify Adobe's choice, just an explanation of what may have happened. When one asks for 100%, there is a question of by pixel, by inches (cm), or by size on the screen. These are interpretations and the fact that MS and Adobe interpret them differently is not surprising. However, I think that what you are seeing is a result of the pixel display issues on the screen and with proper sizing, they should appear the same (at least I think). In Acrobat, there is also a smoothing feature under the display preferences that may be an issue and is related to how it extrapolates for the pixels.

  • How can i copy and paste on my macbook pro

    how to copy and paste on my macbook pro

    just like the pc you can press command c to copy (instead of control) and command v to paste

  • How Can We make video files of images in Flex

    Hi
          Can Any body tell me how can i make a video file of images in flex.Please tell me wether its possible in Flex. to combine images to make a video file.
    Regards
    Vineet osho

    Ok,
    Let me take this example.
    Supposing A vendor with 3 AP open items, B vendor with 2 AP open items.
    When making a payment proposal, SAP shows only 2 lines, namely, collected by vendor code.
    Looking at DME file, however, it shows 5 lines which means all individual open items.
    What we want to make is 2 lines in DME file, which means grouping invoices by vendor in a DME file.
    Hope it makse sense.

  • How do I make a screen shot/image

    How do I make a copy of the current screen.

    There are two ways of making screenshots in Mac OS X:
    Through the Grab app, or;
    Through keyboard shortcuts.
    I recommend you to use keyboard shortcuts. You have the whole list of keyboard shortcuts to make screenshot in this site > http://support.apple.com/kb/ph11229

  • How can I make firefox move my images in development mode - it works from the web and with IE

    Viewing web pages with Firefox from local files does not permit images to be moved. IE does allow this. Moving images from the web are fine. Why is this - code is shown below
    == This happened ==
    Every time Firefox opened
    == I first tried it ==
    == Troubleshooting information ==
    Moving an Image
    Hmove=-100;
    function moveObjRight(obj)
    obj.style.left=Hmove;
    Hmove+=2;
    if(Hmove

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Maybe you are looking for