Segmentation fault / fail to boot after CPU upgrade?

My machine is a HP ProDesk 400 G4 SFF running Ubuntu Server 20.04.

It was running just fine with the original Intel i5-6500 CPU, but upon upgrading to an i7-6700 the system will no longer boot.

I've tried entering rescue mode and emergency mode, but neither of them will actually boot the system. Any ideas?

EDIT: I'm unable to boot from install media on a USB drive either. Here is a screenshot of a failed boot:

segmentation fault

1 Answer

ramdisk

Your ramdisk file is not current for your new CPU.

From the GRUB menu, boot to Recovery Mode...

  • GRUB menu

    • Additional Options

      • Recovery Mode

        • Root Access

And type:

sudo update-initramfs -c -k $(uname -r)

reboot

BIOS

HP ProDesk 400 G4 Small Form Factor PC

You currently have BIOS version P08 2.15, from Jan 30, 2018.

There's a newer BIOS available, version P08 02.35 Rev.A, from May 11, 2020, and can be downloaded here.

Note: Confirm that I have the correct web page for your model #.

Note: Have good backups before updating the BIOS.

memtest

Go to and download/run their free memtest to test your memory. Get at least one complete pass of all the 4/4 tests to confirm good memory. This may take many hours to complete.

Update #1:

memtest fails at test #6 [Block Move], with i7, and either 8G or 32G RAM installed. Same address range. Suspect CPU or motherboard problem.

Update #2:

It was determined that the (used) i7 CPU was defective. The i5 CPU was reinstalled, and memtest ran fine again.

18

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like