Waiting for network configuration while ubuntu 12.04 startup booting

Asked by abhayr0Abhay Kumar Somani

While Ubuntu 12.04 startup, I am getting a message "Waiting for network congiguration" and then "Waiting up to 60 more seconds for network configuration..." and after that i am getting the normal ubuntu user login screen.
Because of this the Ubuntu is loading much slower. How can i solve this??
Please Help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu lightdm Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Check out the file /etc/network/interfaces , what are the contents ?

Give here the result of this command

cat /etc/network/interfaces

You can copy-paste above command to your terminal for more accuracy. You can open a terminal by pressing [Ctrl]+[Alt]+t keys combo.

Thanks

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2
Revision history for this message
abhayr0Abhay Kumar Somani (abhay-somani2006) said :
#3

abhay@abhay-HCL-Notebook:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet manual
abhay@abhay-HCL-Notebook:~$

Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#4

Hi ,

please open the file , with this command

1) gksudo gedit /etc/network/interfaces

and delete all the lines Except these two lines

auto lo
iface lo inet loopback

Save the file and reboot.

Thanks

Revision history for this message
abhayr0Abhay Kumar Somani (abhay-somani2006) said :
#5

Thanks Nikth.
The problem is solved.