|
|
How to set up a Mac as a PXE boot server, with Debian Live
It's a good idea to use something other than 192.168.x.x for your network. Those IPs are used by lots of routers, VMWare, Parallels, etc. Use 10.x.y.z as an alternative with a unique number for 'x'. Make sure your network and network masks match between bootp and Network Preferences. If they don't match, e.g. 10.1.1.x/16 vs 10.1.1.x/24, bootp will silently refuse to answer.
How to set up a Mac as a PXE boot server, with Debian Live
It's a good idea to use something other than 192.168.x.x for your network. Those IPs are used by lots of routers, VMWare, Parallels, etc. Use 10.x.y.z as an alternative with a unique number for 'x'. Make sure your network and network masks match between bootp and Network Preferences. If they don't match, e.g. 10.1.1.x/16 vs 10.1.1.x/24, bootp will silently refuse to answer.Not necessarily true, at least for a home network. 192.168.x.0/24 is great for home networks precisely because it is not (sanely) used in enterprise, and thus there are no route collisions when connecting to VPNs. Also, in the case that you do want to connect to other 10/8 networks and participate within that IP space, you shouldn't randomly select one because once again you may have routing problems. But hey, 10/8 networks are really easy to type, especially if you use 10.0.0.x, because you can type those like 10.x and they'll still work with most CLI tools and browsers and stuff.
How to set up a Mac as a PXE boot server, with Debian Live
Yes, match the address and mask between Network Preferences and the bootpd plist file, and also the exports file if you are using NFS. The exports file would look something like this:
/srv/debian-live -ro -network 10.1.1.0 -mask 255.255.255.0Also, for Debian Live, edit the address in the nfsroot= parameter in the live.cfg file. Change the 192.168.1.1 to the 10.1.1.x address that you are using, so the whole parameter is something like nfsroot=10.1.1.1:/srv/debian-live. (For the alternate setup, edit the fetch= parameter in live.cfg, to something like fetch=tftp://10.1.1.1/filesystem.squashfs.)
Should be doable even with other than 192.168.x.x! |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|