adapter missing in exported vm?
Friday, June 11th, 2010I’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.