2013/05/28

waiting for network configuration waiting an additional 60 seconds for network configuration Booting system full network (Ubuntu 12.04 lts)

タイトルにあるようなエラーが表示され、起動時に待たされる場合
(主にalternateCD[テキストモード]でLinux [Ubuntu] をインストールするとタイトルのように表示される)

/etc/network/interfacesを編集する
下の二行を残して後はすべて#を使ってコメントアウトする
auto lo
iface lo inet loopback



# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# auto eth0
# iface eth0 inet dhcp
# This is an autoconfigured IPv6 interface
# iface eth0 inet6 auto