Kaltsi and Andrei: As mentioned above, the nvidia driver doesn't build with your kernel. You will first have to move the nvidia-common file to a temporary location before installing the kernel headers and image. Don't forget to move it back after installation before reboot. Use the commands before for that. Other than that, Zeroth's instructions worked a charm for me.
$ sudo mv /etc/kernel/postinst.d/nvidia-common /tmp && sudo dpkg -i your-kernel-image.deb && sudo mv /tmp/nvidia-common /etc/kernel/postinst.d/ -- 2.6.30-8 kernel related packages fail to install https://bugs.launchpad.net/bugs/384639 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
