em0 revert to eth0 type naming Ubuntu

How to em0 revert into eth0 type naming Ubuntu

Add add into /etc/default/grub the line

GRUB_CMDLINE_LINUX="biosdevname=0"

biosdevname

 

Change all em names to eth in interfaces file:

 /etc/network/interfaces

interfaces

Then:

$ sudo update-grub
$ reboot

arstech