Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Skip DVD Install/Setup on Panther 10.3.2 preload System

I unpacked a new Mac, put it in Target Disk Mode, and copied the old Mac's drive over with Carbon Copy Cloner - but I forgot to tell CCC to erase the new drive first. That left the new drive with everything from the old machine (10.3.4) copied on top of the software preload of the new machine (10.3.2).

The Mac booted, but immediately launched the preload software installer (choose language, insert DVD 1 etc.)

Since I had copied the entire running system of the old machine, I figured all I needed to do was disable the preload installer. As it turns out, the preloaded system has a 0-byte file

/var/db/.xSelectNeeded

that triggers the installer. Deleting the file solved the problem, everything works fine.

Note that new systems (e. g. the new all-dual G5) seem to ship with a complete preload of 10.3.4 and no longer request the installation DVD. Instead, they bring up the new "transfer data from previous Mac" dialog. I don't know whether they still use the ".xSelectNeeded" file.

Obviously, skipping the preload is probably not a good idea if you haven't copied over a previous installation like I did - unless you know what you're doing. :-)

    •    
  • Currently 3.25 / 5
  You rated: 5 / 5 (4 votes cast)
 
[4,775 views]  

Skip DVD Install/Setup on Panther 10.3.2 preload | 1 comments | Create New Account
Click here to return to the 'Skip DVD Install/Setup on Panther 10.3.2 preload' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Skip DVD Install/Setup on Panther 10.3.2 preload
Authored by: mrfoxxman on Jul 26, '04 01:23:06AM

Actually when the machine boots it looks for an invisible file stored in the [code]/var/db/[/code] folder on your hard drive named ".AppleSetupDone"... If that file is there the machine will not run the setup assistant, if not present however it will run the setup assistant.

[Dont believe me? - remove it and reboot the machine. If you get stuck you can always boot to Single User mode and type the following command: [code]touch /var/db/.AppleSetupDone[/code]



[ Reply to This | # ]