<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
.MsoPapDefault
        {mso-style-type:export-only;
        margin-bottom:6.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I built my main backend just a month ago and discovered this morning I had a bunch of updates sitting in Software Updater including some Mythbuntu updates so I clicked to do the update.&nbsp; When rebooting after the updates finished, it gave a prompt saying &#8220;Waiting for server network configuration...&#8221; which was followed by &#8220;Waiting up to 60 more seconds for network configuration...&#8221; and then, about 60 seconds later, &#8220;Booting system without full network configuration...&#8221;.&nbsp; &nbsp;And that was accurate: the eth0 network was missing.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>When I set up the computer, I had moved eth0 out of /etc/network/interfaces and had set it up via the Settings -&gt; Network Connections tool so I could set it up with DHCP.&nbsp; But after the update, the Network Connections tool wasn&#8217;t working &#8211; it wouldn&#8217;t show me eth0 at all.&nbsp; I put eth0 back into the /etc/network/interfaces file and rebooted and confirmed that the network jack was working fine (albeit now with DHCP instead of the IP I had set in Network Connections).&nbsp; I booted up and switched the kernel on boot to the version prior to the update today and it booted fine and the network worked fine.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Figuring that something might have gone wrong with the install of the new kernel version, I tried reinstalling the new kernel with (network was able to connect to Internet because of adding eth0 to /etc/network/interfaces):<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; sudo apt-get install --reinstall linux-image-3.13.0-36<o:p></o:p></p><p class=MsoNormal>As a result, it installed 3.13.0-36-lowlatency &#8211; what?&nbsp; Lowlatency?&nbsp; I didn&#8217;t ask for that.&nbsp; Well, regardless, that new install added to my bootlist and became default and didn&#8217;t help the networking issue.&nbsp; So I removed it with:<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; sudo apt-get remove linux-image-3.13.0-36-lowlatency<o:p></o:p></p><p class=MsoNormal>and then removed the kernel that installed during the software update earlier:<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; sudo apt-get remove linux-image-3.13.0-36-lowlatency<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>After putting back my xorg.conf that got moved during the kernel upgrade and removing eth0 from /etc/network/interfaces, all is well again with kernel 3.13.0-35.&nbsp; I am posting here so that anyone else that is thinking about updating their kernel via software update may want to do a backup before proceeding.&nbsp; And if anyone wants to weigh in with what might have gone wrong with this latest kernel and Network Connections, that might help others too.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Although in all likelihood this is a general Ubuntu issue, there are enough of us running Mythbuntu and using Network Connections that it warranted posting here.&nbsp; Also, in case it matters, I have a Ceton PCI card installed in the system that is also using the Networking interface.&nbsp; I have changed my Software Update settings so that it won&#8217;t suggest such updates again!&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Ken.<o:p></o:p></p></div></body></html>