The system image file that Mac computers start up from when using the NetBoot service is inside the network disk.nbi folder. Inside a NetBoot image folder you will find “NetBoot.dmg,” while inside NetInstall and NetRestore images you will find “NetInstall.dmg.”.
Do the Macs on your Lion Server network have multiple users like in a school library or lab? If so, you may want the same system configuration on multiple machines and an easy way to reinstall systems that get out of whack by an anonymous user.
The answer is to host not just the user’s home folder but also the entire start-up drive on the server, using the NetBoot service in Lion Server. The Mac clients actually boot from the same disk image of a start-up drive on the server. Every time a Mac starts up, it boots from the pristine image, which includes applications.
To host the entire start-up drive on the server, you first must enable NetBoot in Server Admin:
Select your server, click the Settings icon in the toolbar, and then click the Services tab.
Select a disk to store the images and client data by clicking NetBoot in the left column, clicking the Settings icon in the toolbar, and then clicking the General tab.
While you’re in this screen, select one or more of the server’s Ethernet ports to use and click Save.
NetBoot creates the required folders on the server.
Create a NetBoot image with System Image Utility.
A folder with a name ending in .nbi appears.
Upload this folder to the server’s NetBootSP0 folder, a share point that NetBoot created.
Back in Server Admin, click the Images tab, select your image, click Save, and then start NetBoot.
On the client Macs, go to the Startup Disk pane in System Preferences and select the NetBoot volume as the start-up disk, or start up while holding the N key.
This blog post is being reprinted with permission from the original author, Ian North. We are extremely excited and pleased to get to share his post as a special guest blog this week. Read on for Ian’s how-to for configuring a Mac image in Microsoft SCCM and Parallels Mac Management, and let us know if you are experiencing an increase in Macs in your network and the steps you’re taking to keep them centrally managed.
I touched briefly on using Parallels Mac Management for Microsoft SCCM to build Macs in my overview article but I thought it might be a good idea to go through the entire process that I use when I have to create an image for a Mac, getting the image deployed and getting the Mac configured once the image is on there. At the moment, it’s not a simple process.
It requires the use of several tools and, if you want the process to be completely automated, some Bash scripting as well. The process isn’t as smooth as you would get from solutions like DeployStudio but it works and, in my opinion anyway, it works well enough for you not to have to bother with a separate product for OSD. The Parallels team is working hard on this part of the product and they tell me that proper task sequencing will be part of V4 of the agent. As much as I’m looking forward to that, it doesn’t change the fact that right now we’re on V3.5 and we have to use the messy process.
First of all, I should say that this is my method of doing it and mine alone. This is not Parallels’ method of doing this, it has not been sanctioned or condoned by them. There are some dangerous elements to it, and you follow this procedure at your own risk and I will not be held responsible for damage caused by it if you try this out.
You will need the following tools:
At the end of this process, you will have an OS X Image which can be deployed to your Macs. The image will automatically name its target, it will download, install and configure the Parallels Mac Management for Microsoft SCCM agent, join itself to your Active Directory domain, attach itself to a managed wireless network and it will install any additional software that’s not in your base image. The Mac will do this without any user interaction apart from initiating the build process.
The overview of the process is as follows:
I’m going to assume that you already have your SCCM infrastructure, Parallels SCCM management proxy, Parallels Netboot server and OS X Server working…
[button link=”http://norphus.co.uk/2015/05/building-deploying-and-automatically-configuring-a-mac-image-using-sccm-and-parallels-sccm-agent/” color=”default”]Continue Reading[/button]
Click the button above to continue reading Ian North’s blog on how to configure a Mac image in Microsoft SCCM and Parallels Mac Management.