From 52cf6375eb86be24cd3cc5901bab9c19d510b5ce Mon Sep 17 00:00:00 2001 From: Wilson de Farias Date: Wed, 8 Apr 2020 14:59:49 -0300 Subject: [PATCH] Fixes the Command for macOS drive recovery Changes the documentation to update the disktutil command which didn't fix my case, cause the boot partition was broken. This way it rewrites the drive into a FAT32 partition editable in Unix/Windows. Changelog-entry: docs: Update macOS drive recovery command Change-type: patch --- docs/USER-DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index cb361c85..0fa329ed 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -166,7 +166,7 @@ Run the following command in `Terminal.app`, replacing `N` by the corresponding disk number, which you can find by running `diskutil list`: ```sh -diskutil eraseDisk free UNTITLED /dev/diskN +diskutil eraseDisk FAT32 UNTITLED MBRFormat /dev/diskN ``` ### GNU/Linux