Skills/Unix, Linux

Device eth0 does not seem to be present, delaying initialization

로샤스 2014. 7. 9. 15:28

MONDAY, JANUARY 28, 2013

0How to fix “Device eth0 does not seem to be present, delaying initialization.”

After clone the VM within Virtual box, I receive the error message “

Device eth0 does not seem to be present, delaying initialization.” when start the network service.

image

The /etc/sysconfigu/network-scripts/ifcfg-eth0 does exist. The issue is that the network device eth0 is non longer exist. The VM clone processes create the new device eth1.

The device file is at /sys/class/net.

ip link show

image

We can rename the device by using the up command.

ip link set eth1 name eth0

image

After the device being renamed, we can successfully bring up the network interface.


Read more at http://www.sqlpanda.com/2013/01/how-to-fix-device-eth0-does-not-seem-to.html#cwezHyTmaWt4QM63.99











출처 : http://www.sqlpanda.com/2013/01/how-to-fix-device-eth0-does-not-seem-to.html