← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 690964] Re: package nvidia-current 260.19.21-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

 

Looks like vmlinuz kernel is absent inside RAM disk. Copying it from
outside helps:

ubuntu@ubuntu:~$ ls /vmlinuz  -l
lrwxrwxrwx 1 root root 29 2010-12-02 04:51 /vmlinuz -> boot/vmlinuz-2.6.37-7-generic
ubuntu@ubuntu:~$ cp /cdrom/casper/vmlinuz /boot/vmlinuz-2.6.37-7-generic
cp: невозможно создать обычный файл `/boot/vmlinuz-2.6.37-7-generic': Отказано в доступе
ubuntu@ubuntu:~$ sudo cp /cdrom/casper/vmlinuz /boot/vmlinuz-2.6.37-7-generic
ubuntu@ubuntu:~$ LANG=C sudo apt-get install  nvidia-current
Reading package lists... Done
Building dependency tree       
Reading state information... Done
nvidia-current is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up initramfs-tools (0.98.1ubuntu7) ...
update-initramfs: deferring update (trigger activated)
Setting up nvidia-current (260.19.21-0ubuntu1) ...
update-initramfs: deferring update (trigger activated)
Loading new nvidia-current-260.19.21 DKMS files...
First Installation: checking all kernels...
Building only for 2.6.37-7-generic
Building for architecture i686
Building initial module for 2.6.37-7-generic
Done.

nvidia-current.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/2.6.37-7-generic/updates/dkms/

depmod....

DKMS: install Completed.
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.37-7-generic
cryptsetup: WARNING: failed to detect canonical device of aufs
cryptsetup: WARNING: could not determine root device from /etc/fstab
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.C.cache...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for python-support ...
ubuntu@ubuntu:~$

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.
https://bugs.launchpad.net/bugs/690964

Title:
  package nvidia-current 260.19.21-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1



References