Over night I tried to upgrade to (k)ubuntu 12.10. Unfortunately kdm (neither lightdm) doesn't show up after boot. I found several posts describing errors due to the migration from kdm to lightdm. Some sugest reinstallation of kdm. Therefore I logged into a shell and tried to install it using apt-get. However it turned out that network is not available. ifconfig showes that only the loopback device lo is available. What can I do to get lan or wlan network working on the commandline? I relized that grub still runs the old tuxonice kernel which I installed from ppa. Is it possible that the installation didn't finish and left me in an inkonsistent state in which the kernel version does not match the modules? How can I proceed the installation from the downloaded packages?
|
|
|||
| show 3 more comments |
|
The upgrade entailed several different problems which I finally managed to fix: The upgrade was incomplete. Important packages including the new kernel where not even downloaded. This left the system in an inconsistent state. It was possible to boot the system with one of the old kernels. On a different system I downloaded the kernel packages
from I mounted the storage from the command line
and installed them using
I booted the new kernel and got the network working which appeared in
as
which loads the kernel module for my network card. However only upon
eth0 appeared in the
I had to install several blocked packages with Finally I could boot the complete system but the login manager lightdm still didn't work. Lightdm shows (this is a known bug) a message "low graphics mode". I had to install the package Finally I had to reinstall sound and graphics related packages to get it those again. |
|||
|
|
/var/cache/apt/archives/. I find that apt-get didn't download any linux-image. Isn't this strange? – highsciguy Nov 28 '12 at 10:48