Results 1 to 2 of 2

Thread: memtest86+ workaround/removal?

  1. #1
    Join Date
    Oct 2010
    Beans
    10
    Distro
    Xubuntu 10.10 Maverick Meerkat

    memtest86+ workaround/removal?

    My computer is old, and it has faulty memory, but it still runs fine. I have had no problems with downloading/installing updates and programs, and everything worked fine. Until memtest came along. It ran by itself (I think my dad made it the first boot option in grub), and now if I try to install any packages or programs, it will either say "Grub installation failed" or that any packages I tried to install failed. If I removed memtest, would that make it possible for me to install stuff again? Or is there a way to work around it?

    If it helps, the main error report I get is: "E: memtest86+: subprocess installed post-removal script returned error exit status 127"

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: memtest86+ workaround/removal?

    Try running this to repair the package:
    Code:
    sudo apt-get install -f
    If that doesn't work, this command will rename the post-rm script for memtest so it won't complain. It is a way around the problem, not really a solution:

    Code:
    sudo mv /var/lib/dpkg/info/memtest86+.postrm /var/lib/dpkg/info/memtest86+.postrm.bad
    Last edited by drs305; November 18th, 2010 at 09:26 PM.
    Back to Xorg...

    Retired.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •