Jump to content
8 posts in this topic

Recommended Posts

Guest bikedude880

You need to either a) do it from another os x install on the same comp or :D follow these directions:

 

1) Boot into single user mode (-s) and wait for the prompt to show up

2) Type in

fsck -fy && mount -uw /

3) Wait for this to finish and it should show you the prompt again. Type in:

sudo rm -R /System/Library/CoreServices/loginwindow.app

Then:

sudo cp /path/to/replacement/loginwindow.app /System/Library/CoreServices/loginwindow.app

4) Repair disk permissions

sudo diskutil -repairpermissions

(I think that's the command)

5) Reboot and test it out.

 

Hope this helps! (And I hope I typed those commands correctly XD)

Well i tried that but it seems that the command thinks the loginwindow.app file is a directory and will not copy?

bard

 

edit:

I tried a couple of other filename.app files and they do not copy either. Is the cp command the right one to use for this?

 

add the sudo cp -Rf to it and it finally copied but system now will not boot, lol.

You may want to try this:

Copy your loginwindow.app into desktop.

Then, reboot from installation DVD.

Open terminal and type

(But know that I didn't verify this. You may ruin your installation. First backup the original one from your system.)

 

sudo rm /Volumes/(name of your OSX partition)/System/Library/CoreServices/loginwindow.app

cd ~/Volumes/(name of your OSX partition)/Desktop

sudo mv loginwindow.app /Volumes/(name of your OSX partition)/System/Library/CoreServices/

sudo chown -R root: wheel /Volumes/(name of your OSX partition)/System/Library/CoreServices/loginwindow.app

sudo chmod -R 755 /Volumes/(name of your OSX partition)/System/Library/CoreServices/loginwindow.app

×
×
  • Create New...