Merge pull request #44 from awthwathje/patch-1

Replace gdd command with dd since the former is not always available.
This commit is contained in:
marcosfad 2021-11-20 16:46:53 +01:00 committed by GitHub
commit 296bfd72d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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