3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Make Your Regular Mac a NetBoot Server!

Step 9Finish Up The Server Settings...

Finish Up The Server Settings...
«
  • terminal2.png
  • Picture 9.png
  • Picture 10.png
The last couple of settings for the Server have to be done in the Terminal program. This is because we're creating a link (alias) in an invisible folder. This process sets up the Trivial File Transfer Protocol (TFTP) that serves up the Boot Loader and Kernel to the client Macs.

Launch the Terminal application and enter the following lines at the prompt (picture 1):

mkdir /private/tftpboot
ln -s /Library/NetBoot/NetBootSP0 /private/tftpboot/NetBoot

That's it! The Server is setup.

You might want to check your work. To do so from Finder, select Go to Folder... from the Go menu and enter /private in the resulting dialog box (picture 2). Now verify that the tftpboot folder and an alias (note the curved arrow) called NetBoot within it exists (picture 3).

Restart your Mac to turn the NetBoot Server on...

In the following steps we're going to create three different NetBoot Images as examples to get you started...
« Previous StepDownload PDFView All StepsNext Step »
4 comments
Nov 23, 2009. 6:28 AMvajun says:
Hi, This guide is amazing. Though i was not able to follow the procedures because am using Leopard. Its great if you can give us a guide using Leopard.Looking forward to your response.

Cheers
Feb 20, 2008. 2:02 PMalexhoward says:
Your screen shot of the terminal seems incorrect. You're creating a folder called Netboot in /private/tftpboot so you end up with an error when you try and create a link there by the same name.
Oct 10, 2007. 1:01 PMetherbob says:
I think there may be a problem with this step. Shouldn't it be:

ln -s /Library/NetBoot /private/tftpboot/NetBoot

?

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
35
Followers
17
Author:LasVegas