Skip to content

Instantly share code, notes, and snippets.

@rschumm
Last active October 18, 2017 06:25
Show Gist options
  • Save rschumm/004e772f1b5e89e4db7a053ceab9589b to your computer and use it in GitHub Desktop.
Save rschumm/004e772f1b5e89e4db7a053ceab9589b to your computer and use it in GitHub Desktop.
Mac Recovery Hacks

formatiere einen USB-Stick

...hier mit Namen HighSierraInstall

erstelle install media aus macOS installer App:

analog für alle Versionen (hier HighSierra)

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/HighSierraInstall --applicationpath /Applications/Install\ macOS\ High\ Sierra.app/ --nointeraction

...und Yosemite:

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

booten mit dem USB Stick

(Wahltaste)

Yosemmite 10.10

Yosemite 10.10 ist nur unterstütz, wenn SnowLeopard 10.6 schon drauf ist. Wenn nicht, muss die Kiste platt gemacht werden.

alle anderen

Installiere bzw. platt machen mit dem Installer auf dem USB-Stick.

booten mit cmd-R

US-Tastatur:

 / | - 
 * | shift 8
 _ | shift ?
 - | ? 

mounte die interene HD:

 /sbin/mount -uw

Schliesse externe USB-Disk an:
welche Disks gibt's?
finde die exterene Disk, mounte auf das Directory und kopiere...

ls /dev/disk* 
mkdir /Rettung/heute
mount_hfs /dev/desk1s2 /Rettung/heute

cp -r Fotos /Retung/heute

/sbin/umount /Rettung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment