-1

I'm trying to create my own image file from the boot disk, so I can import it to google cloud. However, I got an invalid conversion on it. Hope someone can give me some instruction on that. Thank you!

enter image description here

Vilas
  • 1,405
  • 12
  • 15
Alison
  • 105
  • 2
  • 9
  • It would be better for future related searches if you copy/pasted the text instead of providing a screenshot. – Vilas Mar 28 '18 at 15:46

1 Answers1

2

The version of dd you have installed may not support the conv=sparse option. You may have to upgrade your coreutils package to obtain a version of dd that supports that option.

Vilas
  • 1,405
  • 12
  • 15