Instruction issue on Create installation medias for Ubuntu Core page

Bug #1703780 reported by Vaibhav
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Developer Portal
Fix Committed
Undecided
Unassigned

Bug Description

On the Page:

https://developer.ubuntu.com/core/get-started/installation-medias

Section: On Mac OS > Step 8. (You can now copy the image to the SD card, using the following command:)

There is an issue with the command line instruction:

sudo dd if=~/Downloads/<image file> of=<drive address> bs=32MB

Issuing the above command results in error: "dd: bs: illegal numeric value"

The command should be corrected to:

sudo dd if=~/Downloads/<image file> of=<drive address> bs=32M

Revision history for this message
David Callé (davidc3) wrote :

Thank you for the report, the fix is tracked at https://github.com/canonical-websites/developer.ubuntu.com/pull/304

Changed in developer-ubuntu-com:
status: New → Fix Committed
Revision history for this message
Nerdapplabs (nerdapplabs) wrote :

Above fix has still an issue with option bs=32M and still getting the error: "dd: bs: illegal numeric value"

it should be bs=32m [lowercase 'm'] and it works for me.

Revision history for this message
StSav012 (stsav012) wrote :

The same issue is for Ubuntu, step 5, and it's not yet fixed neither for Mac OS nor for Ubuntu.
BTW, on Debian the ‘M’ should be uppercase.

Revision history for this message
David Callé (davidc3) wrote :

Thanks for the update, there is indeed a discrepancy in unit parsing between Linux VS Mac, after some testing, this has been addressed in https://github.com/canonical-websites/developer.ubuntu.com/pull/311 and will be deployed later today

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.