What steps do I follow to VNC into a Mac which has booted from the Install DVD?
Have heard you can't do this with the Leopard Install DVD anymore - if so, instructions for the Tiger Install DVD would be handy to know also.
What steps do I follow to VNC into a Mac which has booted from the Install DVD?
Have heard you can't do this with the Leopard Install DVD anymore - if so, instructions for the Tiger Install DVD would be handy to know also.
I have tested this with the Leopard Server Install DVD, and it works fine.
It's impossible with the Leopard Client DVD without modification: ARDAgent is not available on the DVD installation. You can however make a NetBoot image or a custom image with ARDAgent installed (Put it in /System/Library/CoreServices
) and it should launch the VNC server (have not tried it personally as I've used a NetInstall image and now only deploy images) automatically by running echo -n enabled > /Library/Preferences/com.apple.ScreenSharing.launchd
, if not you'll have to run kickstart
(eg. sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -activate -privs all -setvnclegacy yes -setvncpw PASSWORD
)
Note: Tested on a 10.5.0 and a 10.5.6 retail disk. I assume it would be the same for a 10.5.4 disk as well.
The Leopard Server DVD however does allow remote installations that are controlled by VNC.
What about running a NetInstall image, doing a Remote Install (using Remote Install.app) or sending an image instead?