adapter missing in exported vm?
I’m adding this to my checklist when exporting a virtual machine via virtualbox.
on the guest image,
- become superuser
- echo “” > /etc/udev/rules.d/70-persistent-net.rules
- shutdown -r now
- open up the 70 persistent net rules again. change eth1 to eth0
- shutdown -h now
- go ahead and export (VBoxManage export $image_name -o $image_name.ovf)
For me, this saved a lot of asprin when importing VM on a new machine. This permits udev to assign the first available eth adpater to your machines virtual mac address.
Tags: Asprin, D 70, Export Image, Image Name, Linkedin, Mac Address, Ovf, Udev, Virtual Mac, Virtual Machine, Virtualbox
