Please anybody! help me remove this problem. am using ubuntu 11.04. i have tried all things!!

hillary@Mobile:~$ sudo apt-get install -f
[sudo] password for hillary: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  linux-image-2.6.35-31-generic-pae
0 upgraded, 0 newly installed, 1 to remove and 40 not upgraded.
2 not fully installed or removed.
After this operation, 108 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 644201 files and directories currently installed.)
Removing linux-image-2.6.35-31-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.35-31-generic-pae /boot/vmlinuz-2.6.35-31-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 2.6.35-31-generic-pae /boot/vmlinuz-2.6.35-31-generic-pae
/etc/default/grub: 11: splash: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
Failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-2.6.35-31-generic-pae.postrm line 328.
dpkg: error processing linux-image-2.6.35-31-generic-pae (--remove):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 linux-image-2.6.35-31-generic-pae
E: Sub-process /usr/bin/dpkg returned an error code (1)
hillary@Mobile:~$ 
link|improve this question
1  
Can you add contents of your /etc/default/grub file, particularly line 11? It should probably be: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" - I'm guessing the splash has been moved outside the quotes or something. – Caesium Feb 17 at 13:46
hillary@Mobile:~$ /etc/default/grub bash: /etc/default/grub: Permission denied – hillary Feb 18 at 11:37
Try cat /etc/default/grub :) – Caesium Feb 18 at 13:53
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.