Einzelnen Beitrag anzeigen
Ungelesen 20.02.10, 12:41   #89 Top
Benutzerbild von ph0en1xs_archive
Mitglied seit: Sep 2008
Beiträge: 45
ph0en1xs_archive ist offline
ph0en1xs_archive
i just cant get enough
 
Fragen & Antworten zu 10.4.X 10.5.X 10.6.X ... AMD/Intel

Some need to skip registration because it crashes on registration screen or just get a bluescreen with mouse.
Just type: -s -v You should get a prompt now where you can type. Type:

1) /sbin/fsck -fy <enter>
2) /sbin/mount -uw / <enter>
3) touch /private/var/db/.AppleSetupDone <enter>

also mit bootprompt -s -v booten und nacheinander eingeben.


bei insanely noch das gefunden

Zitat:
1) Boot up, and hit a key (or F8, depending on your Darwin Bootloader).

2) Type in "-s" (NO quotes!) and press enter.

3) Once booted it will tell you to do two things, do them. (You can put them on a single line by using &&: fck && mount [use what they say, I can't recall from memory.])

4) When those commands finish you will (should?) have access to your HDD under /Volumes, so navigate there now: cd "/Volumes/NAME-OF-YOUR-VOLUME-HERE/var/db/" (WITH quotes!)

5) Execute the command: touch .AppleSetupDone

6) Then run: passwd

7) It will ask you for the new password for the user "root." If it doesn't then try "passwd root" instead.

8) The passwords in *nix* OSs are not repeated back to you with asterisks for security purposes. Do not be afraid to type a password, I will assume you use the password: "password."

9) Confirm that OS X is telling you that the password was changed.

10) Keep executing "exit" until it boots into Leopard.

11) Login using the following: username: root password: password
etwas auführlicher

Mit Zitat antworten Beitrag melden