Code: Select all
#loopback network interface
auto lo
iface lo inet loopback
#primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
Code: Select all
#loopback network interface
auto lo
iface lo inet loopback
#primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
I'm glad its working for you nowteatime wrote:I have fixed it - wrong uuid of swap partition. Thank you for your help.
I'm glad it helpedjameskoiman wrote:Thank You very much for the answer,it really cleared things up for Me,I thank you for answering in detail and taking the time.