Results 1 to 2 of 2

Thread: Mini PET - My AMD based computer keeps locking up.

Hybrid View

  1. #1
    Guest

    Mini PET - My AMD based computer keeps locking up.

    Also known as the mem=nopentium bugfix.

    So your AMD system keeps locking up, why not try to fix it:

    Lilo users:

    set "mem=nopentium" like this:

    vim /etc/lilo.conf (use any editor you like - I like vim)

    Code:
    image=/boot/vmlinuz
            label=linux
            root=/dev/hda1
            initrd=/boot/initrd.img
            read-only
            append="mem=nopentium"
    if you already have something in the append line, just separate with a space.

    Grub users:

    set "mem=nopentium" like this:

    vim /boot/grub/menu.lst (use any editor you like - I like vim)

    Code:
    title=Linux
    kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 mem=nopentium
    Now reboot and enjoy crashfree computing once again.

  2. #2

    Re:Mini PET - My AMD based computer keeps locking up.

    looks good!

    thanks - it will keep me trying to remember what the fix is - are ya gonna post it in hardware?

Similar Threads

  1. Viruses, Worms, Trojan Horses
    By CoolJsa14 in forum Windows - General Topics
    Replies: 9
    Last Post: 11-01-2009, 07:08 AM
  2. Windows Longhorn Release notes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-28-2005, 06:51 AM
  3. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  4. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  5. Fixing 95/98 Networking problems
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:35 AM

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
  •