readme: add disclaimer about using other tools instead of dd since other tools dont seem to work

This commit is contained in:
energizerbee 2023-09-07 18:10:23 -07:00
parent e5766ac4a0
commit 222bf839a5
1 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Bootloader is configure correctly out of the box. No workaround needed.
## Installation
1. Reduce the size of the mac partition in MacOS
1. Reduce the size of the mac partition in MacOS.
2. Download ISO file from releases.
3. Copy it to a USB using dd (or gdd if installed over brew):
```bash
@ -28,8 +28,10 @@ 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
```
4. Boot in Recovery mode and allow booting unknown OS
5. Restart and immediately press the option key until the Logo come up
#### Note
Other imaging tools such as Etcher or Rufus may not work as intended, if you are having trouble, use dd (or gdd if installed over brew)
4. Boot in Recovery mode and allow booting unknown OS.
5. Restart and immediately press and hold the option key until the Logo comes up.
6. Select "EFI Boot" (the third option was the one that worked for me)
7. Launch Ubuntu Live
8. Use Ubiquity to install (just click on it)