Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Page 1 of 2 12 LastLast
Results 1 to 8 of 13
  1. #1
    mathman is offline Registered User
    Join Date
    Mar 2003
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    screwed up imac 17 inch

    I have a 17 inch imac g4/800/512 running jaguar.

    I know German, so I thought it would be interesting to have my stuff in German, so I went into System Preferences, then into International, and picked up the German and put it into first place, ahead of English.

    A little later, I had a system freeze, and rebooted.

    When I rebooted, everything seemed normal, but then the screen went gray, and there was nothing on the desktop. In the menu bar, there was just the time and date, and the speaker icon.

    I went to the dock and clicked on "Systemeinstellungen" (German for System Preferences). No window opened, but some stuff appeared on the menu bar at the top of the screen. But I could not open up anything involving system preferences. All my applications seem to work, but I have to access them through "recent applications," or through the dock.

    How do I get my machine back to the way it was before my ill-advised foray? I tried booting from the System X install disk, and from Norton Works (which says there is nothing wrong with my computer).

    I called apple support, and they tried a number of things (zapping the pram, starting with extensions off, and so on), but nothing seems to work. They suggest that I reinstall X with archiving, but tell me that this means I will have to reinstall all my third party software, which I am loathe to do.

    As you can probably tell, I am not a total neophyte, but evidently know just enough to get myself in trouble.

    Any ideas? Thanks

    mark

  2. #2
    Darkshadow's Avatar
    Darkshadow is offline wandering shadow
    Join Date
    Jul 2001
    Location
    DE, USA
    Posts
    1,532
    Thanks
    0
    Thanked 1 Time in 1 Post
    If you can still access the Terminal, you can edit the file /Library/Preferences/.GlobalPreferences.plist (note the . before GlobalPreferences.plist).

    Change the order of the AppleLanguages key, and put English at the top of the list.

    (If you haven't edited files with the Terminal before, pico is probably the easiest)

    You'll need to be root to do this - if you enabled the root account, then use su, and if you haven't, then type sudo pico /Library/Preferences/.GlobalPreferences.plist.

    If you can boot up in OS 9, you can edit the file that way, too.
    I am but a lonely shadow,
    Doomed forever to roam and wander.
    But if you allow me to pause before I must go,
    I'll spin you tales of mystery and wonder.

  3. #3
    boi's Avatar
    boi
    boi is offline official breaker of macs.
    Join Date
    Sep 2001
    Posts
    942
    Thanks
    0
    Thanked 0 Times in 0 Posts
    if you reinstall with archiving, you do not have to reinstall your third party software. you do, however, have to reinstall prefpanes and the such AFAIK.
    [ www.inversiondesigns.com ]
    .
    ] dual 867 G4 . 768 MB DDR [
    .
    [ shut your noise tube, taco human ]

  4. #4
    mathman is offline Registered User
    Join Date
    Mar 2003
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'd like to try using terminal (never done it before, but WTF...). But I don't know how to access terminal. I tried using Mac Help, but when I click on "open terminal for me," it comes back with something about this not being available/not installed. Is there a way of starting up in terminal?

    And to "boi," isn't it obvious that I'm better than you at breaking macs? ;<]

    Thanks to both of you.

    mark

  5. #5
    Darkshadow's Avatar
    Darkshadow is offline wandering shadow
    Join Date
    Jul 2001
    Location
    DE, USA
    Posts
    1,532
    Thanks
    0
    Thanked 1 Time in 1 Post
    mathman - try booting up in single user mode. Hold down Command (open apple) and S while the computer is booting. This will drop you into the console - nothing but words, no GUI

    First thing you'll need to do is type mount -uw / - this will mount your root drive as read/write. Then try editing the file like I said in my last post. When you're done, type exit, and that'll start OS X booting up normally. Note that you don't need to type su or sudo - you're effectively the root user when you boot into single user mode.
    I am but a lonely shadow,
    Doomed forever to roam and wander.
    But if you allow me to pause before I must go,
    I'll spin you tales of mystery and wonder.

  6. #6
    mathman is offline Registered User
    Join Date
    Mar 2003
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Darkshadow:
    Originally posted by Darkshadow
    mathman - try booting up in single user mode. Hold down Command (open apple) and S while the computer is booting. This will drop you into the console - nothing but words, no GUI

    First thing you'll need to do is type mount -uw / - this will mount your root drive as read/write. Then try editing the file like I said in my last post. When you're done, type exit, and that'll start OS X booting up normally. Note that you don't need to type su or sudo - you're effectively the root user when you boot into single user mode.
    Ok, I tried that. I get the following:

    Singleuser boot --fsck not done
    Root device is mounted read-only
    If you want to make modifications to files run '/sbin/fsck -y' and then '/sbin/mount -uw/'


    It then gives me sh-2.05a#

    So I typed the first sbin thing, and it checked a bunch of stuff, and said that the "volume Macintosh HD appears to be OK." (hah!)

    I then typed the mount thing, and then what you suggested: pico/Library/Preferences/.GlobalPreferences.plist (I made sure to type the period in front of the G) and hit return.

    It came back with no such file or directory.

    I typed exit, it said logout, and after a bunch of stuff went past on the screen, it popped me back into startup, and into the same state as before.

    I am sure that this is getting way more involved than you probably had intended, so if you don't have time to help any further, just let me know.

    mark

  7. #7
    Arden's Avatar
    Arden is offline Where mah "any" keys at?
    Join Date
    Dec 2002
    Location
    Spokane, WA
    Posts
    7,752
    Thanks
    0
    Thanked 1 Time in 1 Post
    Make sure there is a space between "pico" (a UNIX text editor) and "/Library..." (the directory to your file), else you will confuse the computer. If you want to reinstall the system, select the option that will archive your old system and install the OS afresh, and see if it will let you install in German instead of English.
    Systems:
    2.5 GHz MacBook Pro Core 2 Duo, 4 GB RAM, 320 GB hard drive, runs 10.6.8
    1.6 GHz iMac G5, 1.5 GB RAM, 120 GB hard drive, runs 10.4.11 (out of commission)
    iPhone 4, 16 GB, iOS 4.3.5

  8. #8
    mathman is offline Registered User
    Join Date
    Mar 2003
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks arden (and apologies to darkshadow for not following his/her directions correctly). I did forget the space. That worked, but when I get into the xml stuff, the AppleLanguages key only has:

    array
    string English /string
    /array

    (I am leaving off the angle brackets, since those are, evidently, commands)

    and then goes on to list a bunch of colorsync devices, printers, energy saver prefs, and so on. German (or Deutsch) appears nowhere, so I am at a loss as to what to do.

    I think this is approaching recreational brain surgery, and that is probably unwise. Unless one of you has a *perfect* idea of what I should do, maybe it is best that I do the archive and install suggested by Apple support.

    I thank you all for your time.

    mark

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. 17 inch iMac dialing randomingly
    By nb3004 in forum Networking & Compatibility
    Replies: 3
    Last Post: August 7th, 2003, 10:16 PM
  2. Firewire Install of OSX from Powerbook to iMac
    By buc99 in forum Mac OS X System & Mac Software
    Replies: 0
    Last Post: September 11th, 2002, 02:20 PM
  3. How fast is iMac 17"?
    By mindbend in forum Mac OS X System & Mac Software
    Replies: 14
    Last Post: September 10th, 2002, 09:26 AM
  4. Why the new imac will fail
    By kilowatt in forum Hardware & Peripherals
    Replies: 58
    Last Post: June 18th, 2002, 10:22 AM
  5. Why the new imac will *not* fail
    By kilowatt in forum Hardware & Peripherals
    Replies: 6
    Last Post: February 13th, 2002, 01:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •