Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5

Eine WIRKLICH funzende Anleitung für Yosemite USB Boot
#1

Ich habte mittlerweile zu viele Anleitungen abgeklappert und bekomme permanent die Fehlermeldung Internal Error: 0.

Weiß er mehr davon?
Hat einer eine vernünftige Anleitung wie Ich vom Stick aus Formatiere? (10.10)
Zitieren
#2

Habe es so gemacht, hat wunderbar funktioniert, wichtig das der ist stick untitled heißt...

If you're more comfortable with Terminal commands, this is the method for you. Just make sure your USB drive is already formatted correctly before proceeding. To see how to correctly format your USB drive, please see Step #1 below in the "The Hardest Way" section.

With your USB drive ready to go, open up Terminal and type (or copy/paste) the following command.

sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Yosemite --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction

Note that you should replace the "Yosemite" in "Volumes/Yosemite" with whatever you named your USB drive.

This should all be one line. After you get it in there, just hit the Enter key. Type in your admin password to continue and the Enter again. (You won't visibly see your password typing, but it's happening—believe me.)

Now just wait. This could be fairly quickly or very long, depending on your system and USB drive.
Zitieren
#3

oder so:

>> http://praxistipps.chip.de/os-x-yosemite...llen_32679
Zitieren
#4

Habe es es eben erfolgreich mit dieser Anleitung gemacht.

http://www.giga.de/downloads/os-x-yosemi...erstellen/

Habe es mit der Option 3: Manuell über das Festplattendienstprogramm gemacht. Wichtig ist dort der letzte Satz.

Achtung: Allerdings gilt es noch beim letzten Punkt zusätzlich die Dateien „BaseSystem.chunklist“ und „BaseSystem.dmg“ neben den „Packages“ in das OS X Base System zu kopieren – an oberster Stelle, also ins Root-Verzeichnis
Zitieren
#5

Habe lionmaker genommen total easy
Zitieren
#6

Habe es auch nach der Anleitung von @Scopeman gemacht und hat alles super geklappt. Smiley
Zitieren
#7

Bootet euer Stick meiner bleibt immer bei der letzten Sekunde hängen.Egal nach welcher Anleitung
Zitieren
#8

Also, mithilfe des Terminals geht es ganz leicht (Einfach die Befehle nacheinander kopieren und in das Terminal (unter Dienstprogramme) einfügen + jedes Mal enter drücken)

Code:
1. hdiutil attach /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_contents
2. hdiutil convert /Volumes/install_contents/BaseSystem.dmg -format UDSP -o /tmp/Yosemite
3. hdiutil resize -size 8g /tmp/Yosemite.sparseimage
4. hdiutil attach /tmp/Yosemite.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_boot
5. rm /Volumes/install_boot/System/Installation/Packages
6. cp -rp /Volumes/install_contents/Packages /Volumes/install_boot/System/Installation/
7. cp -rp /Volumes/install_contents/BaseSystem.chunklist /Volumes/install_boot
8. cp -rp /Volumes/install_contents/BaseSystem.dmg /Volumes/install_boot
9. hdiutil detach /Volumes/install_contents
10. hdiutil detach /Volumes/install_boot
hdiutil resize -size `hdiutil resize -limits /tmp/Yosemite.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/Yosemite.sparseimage
11. hdiutil convert /tmp/Yosemite.sparseimage -format UDTO -o /tmp/Yosemite
12. rm /tmp/Yosemite.sparseimage
13. mv /tmp/Yosemite.cdr ~/Desktop/Yosemite.iso

Natürlich sollte man vorher Yosemite aus dem AppStore heruntergeladen haben, das Image findet sich hinterher auf dem Desktop, und kann entweder gebrannt oder mithilfe des Festplatten-Dienstprogrammes auf einen USB-Stick gebrannt werden.
Zitieren


Möglicherweise verwandte Themen…
Thema / Verfasser Antworten Ansichten Letzter Beitrag



Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste