From 607212d0663a56c09b5442a1d3321fff60e32733 Mon Sep 17 00:00:00 2001 From: Awth Wathje Date: Fri, 10 Sep 2021 09:40:35 +0200 Subject: [PATCH] Replace gdd command with dd since the former is not always available. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1000ed8..b62366a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The difference between the two is that the mbp-16x-wifi version includes a diffe ```bash diskutil list # found which number has the USB diskutil umountDisk /dev/diskX -sudo gdd bs=4M if=ubuntu-20.04-5.6.10-mbp.iso of=/dev/diskX conv=fdatasync status=progress +sudo dd bs=4096 if=ubuntu-20.04-5.6.10-mbp.iso of=/dev/diskX ``` 4. Boot in Recovery mode and allow booting unknown OS 5. Restart and immediately press the option key until the Logo come up