Thanks for your report.

After looking into the VarLogDistupgradeApttermlog.gz file, one can read
at the end the following:

-- snip --
Running postinst hook script /usr/sbin/update-grub.
/etc/default/grub: 11: irqpoll”: not found
User postinst hook script [/usr/sbin/update-grub] exited with value 127
--/snip --

The line in the middle tells you what's wrong.
The file /etc/default/grub contains a buggy line (number 11) starting with 
irqpoll.

Please, correct your grub file:
gksudo gedit /etc/default/grub

Find the faulty line, delete it, and add (or change if it already exists) the 
line starting with GRUB_CMDLINE_LINUX_DEFAULT so that it reads something like:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash irqpoll"

Save and exit gedit.
Then update GRUB by running:
sudo update-grub

I'm converting this report to a question because it is not a bug. Thanks
and don't hesitate to submit any new bug.

** Changed in: linux (Ubuntu)
       Status: Incomplete => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/linux/+question/186521

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/923462

Title:
  package linux-image-2.6.32-33-generic 2.6.32-33.72 failed to
  install/upgrade: ErrorMessage: Unterprozess installiertes post-
  installation-Skript gab den Fehlerwert 127 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/923462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to