Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Did you try the solution from sister site askubuntu? askubuntu.com/a/785442/467355 - basically manually create the udev rule, and possibly use a single time boot script to insert the new mac into it after the clone (or to create it fresh after each clone) Commented Jan 22, 2017 at 21:09
  • Yes, I did look at that. These are generic golden images that can be used by anyone so I don't know the mac address ahead of time. Commented Jan 26, 2017 at 17:16
  • That's the whole point of "use a single time boot script to insert the new mac into it after the clone (or to create it fresh after each clone) " - you insert a new boot script to the golden image that upon boot queries and insert the correct mac to the udev rule. Commented Jan 27, 2017 at 8:48