{"id":412,"date":"2013-05-06T22:37:43","date_gmt":"2013-05-06T20:37:43","guid":{"rendered":"http:\/\/bergs.biz\/blog\/?p=412"},"modified":"2013-05-06T22:38:15","modified_gmt":"2013-05-06T20:38:15","slug":"issues-in-ubuntu-13-04-after-machine-froze","status":"publish","type":"post","link":"https:\/\/bergs.biz\/blog\/2013\/05\/06\/issues-in-ubuntu-13-04-after-machine-froze\/","title":{"rendered":"Issues in Ubuntu 13.04 after machine froze&#8230;"},"content":{"rendered":"<p>I recently upgraded from Ubuntu 12.10 to 13.04, and everything seemed to be extremely smooth and painless.<\/p>\n<p>However, a day or two later I suddenly noticed that the fan of my Ubuntu laptop (a Dell Latitude D630) was blowing like hell &#8212; the machine had stalled, I couldn&#8217;t wake up the desktop again, the screen remained black&#8230; I think the hang occurred after I had installed the first updates after upgrading to 13.04&#8230; Anyway, I had to hard-reboot the box&#8230; And this is when the trouble started&#8230; \ud83d\ude41<\/p>\n<p>Dunno what exactly happened, but the first thing I noticed was boot issues, something like &#8220;Cannot mount \/boot; ext2: no such filesystem&#8221; or something close to that. And indeed the kernel in Ubuntu 13.04 seems to lack support for that admittedly ancient filesystem (cat \/proc\/filesystems). I fixed that by creating a journal on my \/boot filesystem as follows (obviously if you have similar issues, you need to substitute your actual UUID in the command below), thereby migrating the filesystem to ext3:<\/p>\n<pre>sudo tune2fs -j UUID=b8ad9dbd-a514-46c8-86af-d2a9cafe3d0c<\/pre>\n<p>I also had to update \/etc\/fstab accordingly, of course:<\/p>\n<pre>UUID=b8ad9dbd-a514-46c8-86af-d2a9cafe3d0c \/boot\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ext3\u00a0\u00a0\u00a0 defaults\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2<\/pre>\n<p>Next thing I noticed that a couple of devices suddenly didn&#8217;t work: The touchpad, the touchpoint, my WiFi interface, etc. I quickly found out that obviously the modules required to support the devices weren&#8217;t loaded, and it was due to missing\/broken modules dependencies. The following file which keeps those dependencies<\/p>\n<pre>\/lib\/modules\/3.8.0-19-generic\/modules.dep.bin<\/pre>\n<p>was truncated (size of 0 bytes).<\/p>\n<p>So I removed it and recreated it by<\/p>\n<pre>sudo depmod -a<\/pre>\n<p>After I rebooted everything seemed to be fine again.<\/p>\n<p>I hope that this concludes my negative experiences with 13.04, and that the laptop will runs as rock solid again as it used to be under 12.10.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How I fixed a boot problem and another one with hardware suddenly not being supported any longer which both occurred after a crash of my laptop.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86],"tags":[],"class_list":["post-412","post","type-post","status-publish","format-standard","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/posts\/412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/comments?post=412"}],"version-history":[{"count":3,"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/posts\/412\/revisions"}],"predecessor-version":[{"id":415,"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/posts\/412\/revisions\/415"}],"wp:attachment":[{"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/media?parent=412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/categories?post=412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bergs.biz\/blog\/wp-json\/wp\/v2\/tags?post=412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}