Installation guide for Core - invalid command for Mac OS
Bug #1673422 reported by Matei Radu
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ubuntu Developer Portal | Confirmed | Medium | David Callé | ||
Bug Description
Step 8 for Mac OS of the guide "Create installation medias for Ubuntu Core" (link: https:/
sudo dd if=~/Downloads/
While I do provide a valid paths to both image and drive, dd reports the following and does not proceed with the writing:
dd: bs: illegal numeric value
Solution: on macOS, uppercase letters to specify byte size are invalid and so I used 'm' instead of 'MB'. The guide should be updated to reflect this particularity of dd on macOS.
| description: | updated |
To post a comment you must log in.

Thanks for the report!