Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 91755  / 2 Years ago, fri, october 14, 2022, 3:58:03

I get the following pieces of information at the startup, takes about 3 to 5 minutes, while normally about 1 minute:




Waiting network configuration
Booting system without full network configuration



I found after googling that I should change /etc/networks/interface. I commented out everything there but the problem remains:



# 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


How can you make the startup of Ubuntu 11.10 faster?


More From » boot

 Answers
6

Use allow-hotplug instead of auto in the /etc/network/interfaces file, e.g., allow-hotplug enp0s25 then iface enp0s25 inet dhcp. This tells the server to not wait for the interface to light up with a dhcp answer. - -
Dr. Zim's comment.


[#43288] Sunday, October 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
giccolla

Total Points: 161
Total Questions: 124
Total Answers: 117

Location: Aland Islands
Member since Wed, Nov 17, 2021
3 Years ago
giccolla questions
Sun, Oct 17, 21, 05:39, 3 Years ago
Mon, Aug 1, 22, 02:00, 2 Years ago
Sun, Nov 21, 21, 08:21, 3 Years ago
;