Quote:
|
echo $'\x01' | dd of=/run/media/liveuser/LIVE/LiveOS/overlay-LIVE-F8D3-5D42 bs=1 count=1 conv=notrunc
|
I suspect you had a typo (I've put in the correction in bold red) and there should have been a / 'slash' at the start of the start of the of filename
when I compare it to the example at that sugarlabs.org URL:
Quote:
|
echo $'\x01' | dd of=/path/to/overlay-file bs=1 count=1 seek=4 conv=notrunc
|
probably the problem is that the live overlay file is mounted as readonly from the live cd