目次

90 Device bondX/ethX.X does not seem to be present, delaying initialization.

エラー1

/etc/sysconfig/network-scripts/ifup-eth: Device bond0 does not seem to be present, delaying initialization.

エラー2

/etc/sysconfig/network-scripts/ifup-eth: Device eth2.316 does not seem to be present, delaying initialization.

/etc/udev/rules.d/50-eth.rules に下記のようなMACアドレスを固定する記述が入っている場合、ifupに失敗してしまうようです。
コメントアウトしてあげると、ちゃんとifupできました。

KERNEL=="eth*", SYSFS{address}=="00:25:90:34:4d:f4", NAME="eth2"