Ricevo le seguenti informazioni all'avvio, impiegano dai 3 ai 5 minuti, mentre normalmente circa 1 minuto:
Waiting network configuration Booting system without full network configuration
Ho scoperto dopo aver cercato su Google che avrei dovuto cambiare / etc / networks / interface . Ho commentato tutto lì, ma il problema rimane:
# auto lo
# iface lo inet loopback
# auto eth0
# iface eth0 inet dhcp
# address 192.168.0.2
# netmask 255.255.255.0
# gateway 192.168.0.1
# broadcast 192.168.0.255
Come si può rendere più veloce l'avvio di Ubuntu 11.10?
allow-hotplug
invece che auto
nel file / etc / network / interfaces, ad esempio, allow-hotplug enp0s25
quindi iface enp0s25 inet dhcp
. Questo dice al server di non aspettare che l'interfaccia si accenda con una risposta dhcp.